aboutsummaryrefslogtreecommitdiff
path: root/ports/getdns/vcpkg.json
blob: 05fceec365b2b321b3c1a2f470dd5c2d617ff37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"
      ]
    }
  }
}