aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-optional/vcpkg.json
blob: ba1c0e222bf2eec7613df10b9aa4dc09bab74ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "boost-optional",
  "version": "1.77.0",
  "description": "Boost optional module",
  "homepage": "https://github.com/boostorg/optional",
  "dependencies": [
    "boost-assert",
    "boost-config",
    "boost-core",
    "boost-detail",
    "boost-move",
    "boost-predef",
    "boost-static-assert",
    "boost-throw-exception",
    "boost-type-traits",
    "boost-utility",
    "boost-vcpkg-helpers"
  ]
}