aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-phoenix/vcpkg.json
blob: 63a44db1d132c0946f9a2fbca6e978a8dea8cd28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "boost-phoenix",
  "version-string": "1.75.0",
  "description": "Boost phoenix module",
  "homepage": "https://github.com/boostorg/phoenix",
  "dependencies": [
    "boost-assert",
    "boost-bind",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-function",
    "boost-fusion",
    "boost-mpl",
    "boost-predef",
    "boost-preprocessor",
    "boost-proto",
    "boost-range",
    "boost-smart-ptr",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}