aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-flyweight/vcpkg.json
blob: afc8d8019abd8bc16af6566d2e6c9a86db7f4843 (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-string": "1.75.0",
  "description": "Boost flyweight module",
  "homepage": "https://github.com/boostorg/flyweight",
  "dependencies": [
    "boost-assert",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-functional",
    "boost-interprocess",
    "boost-mpl",
    "boost-multi-index",
    "boost-parameter",
    "boost-preprocessor",
    "boost-serialization",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}