vcpkg/ports/cppfs/vcpkg.json
Kai Pastor 6a4359c5c1
[libssh2] Update to 1.11.1 (#41652)
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2024-10-21 22:05:39 -07:00

29 lines
519 B
JSON

{
"name": "cppfs",
"version": "1.3.0",
"port-version": 4,
"description": "Cross-platform C++ file system library supporting multiple backends",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"ssh": {
"description": "SSH backend for cppfs",
"dependencies": [
"libssh2",
"openssl",
"zlib"
]
}
}
}