aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-variant/vcpkg.json
blob: b22a988c91b1ff2fd5066bc6ff35449aeb259b11 (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-variant",
  "version-string": "1.75.0",
  "description": "Boost variant module",
  "homepage": "https://github.com/boostorg/variant",
  "dependencies": [
    "boost-assert",
    "boost-bind",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-functional",
    "boost-integer",
    "boost-move",
    "boost-mpl",
    "boost-preprocessor",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-type-index",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}