aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-variant/vcpkg.json
blob: 771b5d8a025b964fb7d6000e75926f0d71a4835b (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": "1.77.0",
  "description": "Boost variant module",
  "homepage": "https://github.com/boostorg/variant",
  "dependencies": [
    "boost-assert",
    "boost-bind",
    "boost-config",
    "boost-container-hash",
    "boost-core",
    "boost-detail",
    "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"
  ]
}