vcpkg/ports/boost-mp11/vcpkg.json

23 lines
476 B
JSON
Raw Normal View History

{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-mp11",
"version": "1.85.0",
"description": "Boost mp11 module",
"homepage": "https://github.com/boostorg/mp11",
"license": "BSL-1.0",
"dependencies": [
{
"name": "boost-cmake",
"version>=": "1.85.0"
},
{
"name": "boost-config",
"version>=": "1.85.0"
},
{
"name": "boost-headers",
"version>=": "1.85.0"
}
]
}