vcpkg/ports/zoe/vcpkg.json

23 lines
447 B
JSON
Raw Permalink Normal View History

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