aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-multi-index/vcpkg.json
blob: cb9a5467ab92aebf412e2a7f7165dac68d72f5c5 (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-multi-index",
  "version-string": "1.75.0",
  "description": "Boost multi_index module",
  "homepage": "https://github.com/boostorg/multi_index",
  "dependencies": [
    "boost-assert",
    "boost-bind",
    "boost-compatibility",
    "boost-config",
    "boost-container-hash",
    "boost-core",
    "boost-detail",
    "boost-foreach",
    "boost-functional",
    "boost-integer",
    "boost-iterator",
    "boost-move",
    "boost-mpl",
    "boost-preprocessor",
    "boost-serialization",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-tuple",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}