aboutsummaryrefslogtreecommitdiff
path: root/ports/c-ares/vcpkg.json
blob: da731a90c76ef3dd00c38ab96fed923972543cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "c-ares",
  "version-semver": "1.17.2",
  "port-version": 1,
  "description": "A C library for asynchronous DNS requests",
  "homepage": "https://github.com/c-ares/c-ares",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}