blob: 9dc048318fad39389f291768aa33cb5b809b24be (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "libssh2",
"version": "1.10.0",
"description": "libssh2 is a client-side C library implementing the SSH2 protocol.",
"homepage": "https://www.libssh2.org",
"dependencies": [
"openssl",
"zlib"
]
}
|