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