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
|
Source: libauthen-scram-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Harlan Lieberman-Berg <hlieberman@setec.io>,
Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libauthen-sasl-saslprep-perl,
libcrypt-urandom-perl,
libmoo-perl (>= 1.001000),
libnamespace-clean-perl,
libpbkdf2-tiny-perl,
libtest-failwarnings-perl,
libtest-fatal-perl,
libtry-tiny-perl,
libtype-tiny-perl,
perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-scram-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-scram-perl.git
Homepage: https://metacpan.org/release/Authen-SCRAM
Package: libauthen-scram-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libauthen-sasl-saslprep-perl,
libcrypt-urandom-perl,
libmoo-perl (>= 1.001000),
libnamespace-clean-perl,
libpbkdf2-tiny-perl,
libtry-tiny-perl,
libtype-tiny-perl
Description: Salted Challenge Response Authentication Mechanism (RFC 5802)
The modules in this distribution implement the Salted Challenge Response
Authentication Mechanism (SCRAM) from RFC 5802.
.
See Authen::SCRAM::Client and Authen::SCRAM::Server for usage details.
|