NAME
Alien::libssh - Find or build libssh, the SSH library
VERSION
version 0.001
SYNOPSIS
use Alien::libssh;
# cflags and libs are available via Alien::Base methods
my $cflags = Alien::libssh->cflags;
my $libs = Alien::libssh->libs;
DESCRIPTION
Alien::libssh provides the C library libssh for use by other CPAN modules that need to link against it.
It first checks whether a system libssh is available via pkg-config. If not, it downloads and builds libssh from source using CMake.
SEE ALSO
Net::LibSSH, Alien::Build, Alien::Base
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-alien-libssh/issues.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <getty@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.