libssh2v1.11.1
- Created
- Updated
libssh2 is a client-side C library implementing the SSH2 protocol.
#Usage
libssh2 provides CMake targets:
find_package(libssh2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE libssh2::libssh2)libssh2 provides pkg-config modules:
# Library for SSH-based communication
libssh2#License
#Supported Platforms
All platforms are supported
#Features
#Dependencies
#Host Dependencies
#Dependents
#Host Dependents
No dependents.
#Contributors
Christophe Guébert
Dale Stammen
Robert Schumacher
Alexander Karatarakis
Alexej Harm
pravic
Billy O'Neal
chausner
Thomas1664
autoantwort
Kai Pastor
gerard-ryan-immersaview
#Changelog
and 13 more commits:
ed876e2[libssh2] switch from tarball download to github18eeee6[libssh2] Enable cmake config targets26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)963cc56[libssh2] Bump version to match source code change for uwp support07a46c8added support for uwp builds05fdf3aAdd libssh2.