1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: libauthen-sasl-perl
Standards-Version: 4.7.3
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Ansgar Burchardt <ansgar@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends:
debhelper-compat (= 13),
libmodule-install-perl,
Build-Depends-Indep:
libcrypt-urandom-perl <!nocheck>,
libdigest-hmac-perl <!nocheck>,
perl,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-sasl-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-sasl-perl.git
Homepage: https://metacpan.org/release/Authen-SASL
Package: libauthen-sasl-perl
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${perl:Depends},
libcrypt-urandom-perl,
Suggests:
libdigest-hmac-perl,
libgssapi-perl,
Description: Authen::SASL - SASL Authentication framework
SASL is a generic mechanism for authentication used by several network
protocols. Authen::SASL provides an implementation framework that all
protocols should be able to share.
.
The framework allows different implementations of the connection class
to be plugged in. At the time of writing there were two such plugins
in Debian:
- Authen::SASL::Perl (in this package)
This module implements several mechanisms and is implemented
entirely in Perl.
- Authen::SASL::XS (in the libauthen-sasl-xs-perl package)
This module uses the Cyrus SASL C-library (both version 1 and 2 are
supported).
|