aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/c-ares/vcpkg.json
blob: 3c5b5038d2c43c6b7e26f5c314d46de4c1dc1812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "c-ares",
  "version-semver": "1.34.5",
  "port-version": 1,
  "description": "A C library for asynchronous DNS requests",
  "homepage": "https://github.com/c-ares/c-ares",
  "license": "MIT-CMU",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tool": {
      "description": "Builds c-ares executables"
    }
  }
}