vcpkg/ports/boost-parameter-python/vcpkg.json
2021-09-27 17:12:39 -07:00

18 lines
421 B
JSON

{
"name": "boost-parameter-python",
"version": "1.77.0",
"description": "Boost parameter_python module",
"homepage": "https://github.com/boostorg/parameter_python",
"supports": "!emscripten",
"dependencies": [
"boost-mpl",
"boost-parameter",
"boost-preprocessor",
{
"name": "boost-python",
"platform": "!uwp & !(arm & windows) & !emscripten"
},
"boost-vcpkg-helpers"
]
}