mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 07:39:01 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
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"
|
|
]
|
|
}
|