mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
18 lines
421 B
JSON
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"
|
|
]
|
|
}
|