vcpkg/ports/c-ares/vcpkg.json

18 lines
342 B
JSON
Raw Normal View History

{
"name": "c-ares",
2024-12-12 20:00:28 +00:00
"version-semver": "1.34.3",
"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
}
]
}