mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 04:09:00 +08:00
23 lines
517 B
JSON
23 lines
517 B
JSON
|
{
|
||
|
"name": "deniskovalchuk-libftp",
|
||
|
"version": "1.3.0",
|
||
|
"maintainers": "Denis Kovalchuk <denis.kovalchuk.main@gmail.com>",
|
||
|
"description": "A cross-platform FTP/FTPS client library based on Boost.Asio.",
|
||
|
"homepage": "https://github.com/deniskovalchuk/libftp",
|
||
|
"license": "MIT",
|
||
|
"supports": "!uwp",
|
||
|
"dependencies": [
|
||
|
"boost-asio",
|
||
|
"boost-format",
|
||
|
"openssl",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|