vcpkg/ports/boost-parameter-python/vcpkg.json

18 lines
421 B
JSON
Raw Normal View History

{
"name": "boost-parameter-python",
2021-09-28 08:12:39 +08:00
"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"
]
}