mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:38:59 +08:00
23 lines
530 B
Plaintext
23 lines
530 B
Plaintext
Source: libssh
|
|
Version: 0.9.3-2
|
|
Homepage: https://www.libssh.org/
|
|
Description: libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side
|
|
Default-Features: crypto
|
|
Supports: !uwp
|
|
|
|
Feature: crypto
|
|
Build-Depends: libssh[mbedtls]
|
|
Description: Default crypto backend
|
|
|
|
Feature: mbedtls
|
|
Build-Depends: mbedtls[pthreads]
|
|
Description: Crypto support (mbedTLS)
|
|
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: Crypto support (OpenSSL)
|
|
|
|
Feature: zlib
|
|
Description: libssh with zlib
|
|
Build-Depends: zlib
|