vcpkg/ports/c-ares/vcpkg.json

19 lines
361 B
JSON
Raw Normal View History

{
"name": "c-ares",
"version-semver": "1.17.2",
"port-version": 2,
"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
}
]
}