mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 13:39:01 +08:00
18bf5235ee
* [teemo] Update to v2.6 * [teemo] Update version. Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
23 lines
533 B
JSON
23 lines
533 B
JSON
{
|
|
"name": "teemo",
|
|
"version": "2.6",
|
|
"maintainers": "winsoft666 <winsoft666@outlook.com>",
|
|
"description": "C++ File Download Library, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed.",
|
|
"homepage": "https://github.com/winsoft666/teemo",
|
|
"supports": "!osx & !uwp & !arm",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|