vcpkg/ports/c-ares/vcpkg.json

18 lines
342 B
JSON
Raw Normal View History

{
"name": "c-ares",
2024-10-11 22:42:04 +08:00
"version-semver": "1.34.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
}
]
}