aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-fusion/vcpkg.json
blob: 3b28a6b665ea7daa81d42f02a53d9d9e91204989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "boost-fusion",
  "version": "1.77.0",
  "description": "Boost fusion module",
  "homepage": "https://github.com/boostorg/fusion",
  "dependencies": [
    "boost-config",
    "boost-container-hash",
    "boost-core",
    "boost-function-types",
    "boost-mpl",
    "boost-preprocessor",
    "boost-static-assert",
    "boost-tuple",
    "boost-type-traits",
    "boost-typeof",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}