vcpkg/ports/c-ares/vcpkg.json

18 lines
342 B
JSON
Raw Permalink Normal View History

{
"name": "c-ares",
2024-11-04 09:19:13 +08:00
"version-semver": "1.34.2",
"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
}
]
}