mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 12:19:01 +08:00
18 lines
428 B
JSON
18 lines
428 B
JSON
|
{
|
||
|
"name": "boost-parameter-python",
|
||
|
"version-string": "1.75.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"
|
||
|
]
|
||
|
}
|