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