blob: 0360a82dc1548608c2487dcf007c1b949faf927a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "boost-any",
"version-string": "1.75.0",
"description": "Boost any module",
"homepage": "https://github.com/boostorg/any",
"dependencies": [
"boost-config",
"boost-core",
"boost-static-assert",
"boost-throw-exception",
"boost-type-index",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}
|