1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"name": "boost-stacktrace",
"version": "1.77.0",
"description": "Boost stacktrace module",
"homepage": "https://github.com/boostorg/stacktrace",
"supports": "!uwp",
"dependencies": [
"boost-array",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-container-hash",
"boost-core",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-predef",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers",
"boost-winapi",
{
"name": "vcpkg-cmake",
"host": true
}
]
}
|