mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 02:48:24 -05:00
18 lines
353 B
JSON
Executable File
18 lines
353 B
JSON
Executable File
{
|
|
"name": "cppfs",
|
|
"version-string": "1.3.0",
|
|
"port-version": 1,
|
|
"description": "Cross-platform C++ file system library supporting multiple backends",
|
|
"supports": "!uwp",
|
|
"features": {
|
|
"ssh": {
|
|
"description": "SSH backend for cppfs",
|
|
"dependencies": [
|
|
"libssh2",
|
|
"openssl",
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|