mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 06:39:00 +08:00
21 lines
517 B
JSON
21 lines
517 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
||
|
"name": "fineftp",
|
||
|
"version": "1.3.4",
|
||
|
"description": "FineFTP is a minimal FTP server library for Windows and Unix flavors.",
|
||
|
"homepage": "https://github.com/eclipse-ecal/fineftp-server",
|
||
|
"license": "MIT",
|
||
|
"supports": "!uwp & !android",
|
||
|
"dependencies": [
|
||
|
"asio",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|