aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-unordered/vcpkg.json
blob: 4b65536cac373c2bae9c58f7c6e7a67b243f6f3b (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
{
  "name": "boost-unordered",
  "version-string": "1.75.0",
  "description": "Boost unordered module",
  "homepage": "https://github.com/boostorg/unordered",
  "dependencies": [
    "boost-assert",
    "boost-compatibility",
    "boost-config",
    "boost-container",
    "boost-container-hash",
    "boost-core",
    "boost-detail",
    "boost-functional",
    "boost-move",
    "boost-predef",
    "boost-preprocessor",
    "boost-smart-ptr",
    "boost-throw-exception",
    "boost-tuple",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}