mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
41d944f701
* [getdns/flint] Update to the latest version * [getdns/flint] Update to the latest version * [flint] Add unsupported on uwp * Update version files * [flint] Handle dllimport macro in header files * [arb] Update to 2.21.0 * [arb] Update to 2.2.1 and use upstream CMakeLists.txt * [arb] App patch * Update versions/a-/arb.json
30 lines
557 B
JSON
30 lines
557 B
JSON
{
|
|
"name": "getdns",
|
|
"version": "1.7.0",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|