2021-03-10 20:06:30 +01:00
|
|
|
{
|
|
|
|
"name": "sentry-native",
|
2022-02-10 19:54:50 +01:00
|
|
|
"version-semver": "0.4.15",
|
2021-03-10 20:06:30 +01:00
|
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
|
|
"homepage": "https://sentry.io/",
|
2022-01-24 15:14:39 -08:00
|
|
|
"license": "MIT",
|
|
|
|
"supports": "osx | (!arm & !uwp)",
|
2021-03-10 20:06:30 +01:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "curl",
|
|
|
|
"platform": "!windows"
|
2021-07-27 01:54:30 +02:00
|
|
|
},
|
2021-09-04 02:37:59 +02:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
},
|
2021-07-27 01:54:30 +02:00
|
|
|
"zlib"
|
2021-03-10 20:06:30 +01:00
|
|
|
]
|
|
|
|
}
|