mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
19 lines
359 B
JSON
19 lines
359 B
JSON
{
|
|
"name": "mapbox-variant",
|
|
"version": "1.2.0",
|
|
"port-version": 3,
|
|
"description": "C++11/C++14 Variant",
|
|
"homepage": "https://github.com/mapbox/variant",
|
|
"license": "BSD-3-Clause AND BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|