blob: cca64cbfbf2e917ae39602689995884f3fee8caa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "sentry-native",
"version-semver": "0.4.9",
"port-version": 1,
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"supports": "!(arm | (arm64 & !osx) | uwp)",
"dependencies": [
{
"name": "curl",
"platform": "!windows"
}
]
}
|