aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-unordered/vcpkg.json
blob: b1084f5c3145fc28c4b937e0d0bd9c8091df8a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "boost-unordered",
  "version": "1.77.0",
  "description": "Boost unordered module",
  "homepage": "https://github.com/boostorg/unordered",
  "dependencies": [
    "boost-assert",
    "boost-config",
    "boost-container",
    "boost-container-hash",
    "boost-core",
    "boost-detail",
    "boost-move",
    "boost-predef",
    "boost-preprocessor",
    "boost-smart-ptr",
    "boost-throw-exception",
    "boost-tuple",
    "boost-type-traits",
    "boost-vcpkg-helpers"
  ]
}