mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:49:07 +08:00
054637a2ae
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
70 lines
1.4 KiB
JSON
70 lines
1.4 KiB
JSON
{
|
|
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
|
"name": "boost-stacktrace",
|
|
"version": "1.86.0",
|
|
"description": "Boost stacktrace module",
|
|
"homepage": "https://www.boost.org/libs/stacktrace",
|
|
"license": "BSL-1.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-assert",
|
|
"version>=": "1.86.0"
|
|
},
|
|
{
|
|
"name": "boost-cmake",
|
|
"version>=": "1.86.0"
|
|
},
|
|
{
|
|
"name": "boost-config",
|
|
"version>=": "1.86.0"
|
|
},
|
|
{
|
|
"name": "boost-container-hash",
|
|
"version>=": "1.86.0"
|
|
},
|
|
{
|
|
"name": "boost-core",
|
|
"version>=": "1.86.0"
|
|
},
|
|
{
|
|
"name": "boost-headers",
|
|
"version>=": "1.86.0"
|
|
},
|
|
{
|
|
"name": "boost-predef",
|
|
"version>=": "1.86.0"
|
|
},
|
|
{
|
|
"name": "boost-winapi",
|
|
"version>=": "1.86.0"
|
|
}
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "backtrace",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "windbg",
|
|
"platform": "windows"
|
|
}
|
|
],
|
|
"features": {
|
|
"backtrace": {
|
|
"description": "Use boost_stacktrace_backtrace",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "libbacktrace",
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
},
|
|
"windbg": {
|
|
"description": "Use boost_stacktrace_windbg",
|
|
"supports": "windows"
|
|
}
|
|
}
|
|
}
|