mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 21:59:05 +08:00
27 lines
534 B
JSON
27 lines
534 B
JSON
|
{
|
||
|
"name": "getdns",
|
||
|
"version-string": "1.6.0",
|
||
|
"port-version": 1,
|
||
|
"description": "GetDNS is a modern asynchronous DNS API",
|
||
|
"homepage": "https://getdnsapi.net/",
|
||
|
"supports": "!uwp & windows",
|
||
|
"dependencies": [
|
||
|
"libidn2",
|
||
|
"openssl"
|
||
|
],
|
||
|
"features": {
|
||
|
"libevent": {
|
||
|
"description": "libevent event loop integration",
|
||
|
"dependencies": [
|
||
|
"libevent"
|
||
|
]
|
||
|
},
|
||
|
"libuv": {
|
||
|
"description": "libuv event loop integration",
|
||
|
"dependencies": [
|
||
|
"libuv"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|