Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

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
}
]
}