blob: 7afa11956ee9ebf3bdbf89b20099f0861facc445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "boost-optional",
"version-string": "1.75.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"
]
}
|