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