vcpkg/ports/boost-parameter-python/vcpkg.json
2022-12-20 09:20:54 -08:00

33 lines
771 B
JSON

{
"$comment": "When changing this file also update and run scripts/boost/generate-ports.ps1",
"name": "boost-parameter-python",
"version": "1.81.0",
"description": "Boost parameter_python module",
"homepage": "https://github.com/boostorg/parameter_python",
"license": "BSL-1.0",
"supports": "!emscripten",
"dependencies": [
{
"name": "boost-mpl",
"version>=": "1.81.0"
},
{
"name": "boost-parameter",
"version>=": "1.81.0"
},
{
"name": "boost-preprocessor",
"version>=": "1.81.0"
},
{
"name": "boost-python",
"platform": "!uwp & !emscripten & !ios & !android",
"version>=": "1.81.0"
},
{
"name": "boost-vcpkg-helpers",
"version>=": "1.81.0"
}
]
}