aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-container/vcpkg.json
blob: 439ea0d6f0b2aeaf69912a887a6e38a74d7ece08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "boost-container",
  "version-string": "1.75.0",
  "description": "Boost container module",
  "homepage": "https://github.com/boostorg/container",
  "dependencies": [
    "boost-assert",
    "boost-build",
    "boost-config",
    "boost-container-hash",
    "boost-core",
    "boost-integer",
    "boost-intrusive",
    "boost-modular-build-helper",
    "boost-move",
    "boost-static-assert",
    "boost-type-traits",
    "boost-vcpkg-helpers"
  ]
}