vcpkg/ports/bext-mp/vcpkg.json

19 lines
372 B
JSON
Raw Normal View History

2023-10-04 11:17:31 +08:00
{
"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
}
]
}