blob: f82c3750efa0bd794c6bdb4e1702d2dfbe59110a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"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"
]
}
|