mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
33 lines
946 B
JSON
33 lines
946 B
JSON
{
|
|
"name": "crashpad",
|
|
"version-date": "2024-04-11",
|
|
"port-version": 2,
|
|
"description": [
|
|
"Crashpad is a crash-reporting system.",
|
|
"Crashpad is a library for capturing, storing and transmitting postmortem crash reports from a client to an upstream collection server. Crashpad aims to make it possible for clients to capture process state at the time of crash with the best possible fidelity and coverage, with the minimum of fuss."
|
|
],
|
|
"homepage": "https://chromium.googlesource.com/crashpad/crashpad/+/master/README.md",
|
|
"license": "Apache-2.0",
|
|
"supports": "android | linux | osx | (windows & !uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false,
|
|
"platform": "linux"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-gn",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-gn",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|