mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 22:47:49 +08:00
42bb0d9e8d
* Add libdwarf 0.9.0 * Bump hash * Retrofit cpptrace and fix a libdwarf issue * Bump * Bump a baseline * Undo baseline bump * Undo port version bump * Add libdwarf 0.9.1 * Bump hash * Move zstd patch to dependencies.diff * Bump baseline * Bump * Undo changes to versoins/c-/cpptrace.json * properly update cpptrace port version * --overwrite-version this time * Forgot to delete file * fix hash
24 lines
494 B
JSON
24 lines
494 B
JSON
{
|
|
"name": "cpptrace",
|
|
"version": "0.3.1",
|
|
"port-version": 1,
|
|
"description": "Simple, portable, and self-contained stacktrace library for C++11 and newer",
|
|
"homepage": "https://github.com/jeremy-rifkin/cpptrace",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "libdwarf",
|
|
"platform": "!windows | mingw"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|