16 lines
328 B
JSON
16 lines
328 B
JSON
|
{
|
||
|
"name": "variant-lite",
|
||
|
"version": "2.0.0",
|
||
|
"description": "A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|