aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-property-map/vcpkg.json
blob: d9960f408719fe7f5f59c7def732c5575e191a59 (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
{
  "name": "boost-property-map",
  "version": "1.76.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-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"
  ]
}