aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-property-map/vcpkg.json
blob: 11640d4c326986d3cadb20fd7e8c8322dd754389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "boost-property-map",
  "version-string": "1.75.0",
  "description": "Boost property_map module",
  "homepage": "https://github.com/boostorg/property_map",
  "dependencies": [
    "boost-any",
    "boost-assert",
    "boost-bind",
    "boost-concept-check",
    "boost-config",
    "boost-core",
    "boost-function",
    "boost-integer",
    "boost-iterator",
    "boost-lexical-cast",
    "boost-math",
    "boost-mpl",
    "boost-multi-index",
    "boost-optional",
    "boost-serialization",
    "boost-smart-ptr",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}