vcpkg/ports/bext-mp/vcpkg.json
2023-10-03 20:17:31 -07:00

19 lines
372 B
JSON

{
"name": "bext-mp",
"version-date": "2023-03-02",
"description": "C++20 ~~Template~~ Meta-Programming",
"homepage": "https://boost-ext.github.io/mp/",
"license": "BSL-1.0",
"supports": "!windows | mingw",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}