mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 01:41:48 +08:00
1e4a2a7115
Co-authored-by: winsoft666 <winsoft666@outlook.com> Co-authored-by: FrankXie <v-frankxie@microsoft.com> Co-authored-by: admin <admin@windows.com> Co-authored-by: paipai <noexist@gmail.com> Co-authored-by: Frank <1433351828@qq.com>
23 lines
540 B
JSON
23 lines
540 B
JSON
{
|
|
"name": "zoe",
|
|
"version": "3.2",
|
|
"maintainers": "winsoft666 <winsoft666@outlook.com>",
|
|
"description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.",
|
|
"homepage": "https://github.com/winsoft666/zoe",
|
|
"supports": "!osx & !uwp & !arm & !android",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|