Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

17 lines
303 B
JSON

{
"name": "mpark-variant",
"version": "1.4.0",
"port-version": 3,
"description": "an implementation of C++17 std::variant for C++11/14/17.",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}