mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
32 lines
634 B
JSON
32 lines
634 B
JSON
{
|
|
"name": "libssh",
|
|
"version": "0.10.5",
|
|
"port-version": 1,
|
|
"description": "libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side",
|
|
"homepage": "https://www.libssh.org/",
|
|
"license": "LGPL-2.1-only",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "openssl",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"zlib": {
|
|
"description": "libssh with zlib",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|