mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 20:39:00 +08:00
23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"name": "teemo",
|
|
"version-string": "2.2",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|