mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 13:28:59 +08:00
48b4cb1cce
* [cmake/getdns/jasper/mesa/sentry-native] Fix error C2065 and C2079 * Add windows check * Add MINGW check * update json Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
31 lines
578 B
JSON
31 lines
578 B
JSON
{
|
|
"name": "getdns",
|
|
"version": "1.7.0",
|
|
"port-version": 2,
|
|
"description": "GetDNS is a modern asynchronous DNS API",
|
|
"homepage": "https://getdnsapi.net/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"libidn2",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"libevent": {
|
|
"description": "libevent event loop integration",
|
|
"dependencies": [
|
|
"libevent"
|
|
]
|
|
},
|
|
"libuv": {
|
|
"description": "libuv event loop integration",
|
|
"dependencies": [
|
|
"libuv"
|
|
]
|
|
}
|
|
}
|
|
}
|