aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-parameter-python/vcpkg.json
blob: d9f704e7319b7c47ca04355b7d4f4340177ac28d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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"
  ]
}