mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
19 lines
372 B
JSON
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
|
|
}
|
|
]
|
|
}
|