mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
6a4359c5c1
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
29 lines
519 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|