23 lines
447 B
JSON
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
|
|
}
|
|
]
|
|
}
|