zeek/auxil/vcpkg/ports/zoe/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

23 lines
447 B
JSON

{
"name": "zoe",
"version": "3.5",
"maintainers": "winsoft666 <winsoft666@outlook.com>",
"description": "C++ File Download Library.",
"homepage": "https://github.com/winsoft666/zoe",
"supports": "!uwp & !android",
"dependencies": [
{
"name": "curl",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}