aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-graph/vcpkg.json
blob: b4a2db93bf99fc00e83bebe8b6cf581ef1fda9ee (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
  "name": "boost-graph",
  "version": "1.77.0",
  "description": "Boost graph module",
  "homepage": "https://github.com/boostorg/graph",
  "dependencies": [
    "boost-algorithm",
    "boost-any",
    "boost-array",
    "boost-assert",
    "boost-bimap",
    "boost-bind",
    {
      "name": "boost-build",
      "host": true
    },
    "boost-concept-check",
    "boost-config",
    "boost-container-hash",
    "boost-conversion",
    "boost-core",
    "boost-detail",
    "boost-foreach",
    "boost-function",
    "boost-integer",
    "boost-iterator",
    "boost-lexical-cast",
    "boost-math",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-move",
    "boost-mpl",
    "boost-multi-index",
    "boost-optional",
    "boost-parameter",
    "boost-preprocessor",
    "boost-property-map",
    "boost-property-tree",
    "boost-random",
    "boost-range",
    "boost-regex",
    "boost-serialization",
    "boost-smart-ptr",
    "boost-spirit",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-tti",
    "boost-tuple",
    "boost-type-traits",
    "boost-typeof",
    "boost-unordered",
    "boost-utility",
    "boost-vcpkg-helpers",
    "boost-xpressive",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}