Files
vcpkg/ports/mapbox-variant/vcpkg.json
2025-10-13 12:30:25 -07:00

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
}
]
}