mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"name": "backward-cpp",
|
|
"version-date": "2023-11-24",
|
|
"port-version": 1,
|
|
"description": "A beautiful stack trace pretty printer for C++",
|
|
"homepage": "https://github.com/bombela/backward-cpp",
|
|
"supports": "!uwp & !(windows & arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|