mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 08:59:06 +08:00
435a9415ca
Co-authored-by: Kai Pastor <dg0yt@darc.de>
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
|
|
}
|
|
]
|
|
}
|