File: control

package info (click to toggle)
libauthen-sasl-perl 2.1900-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 328 kB
  • sloc: perl: 2,249; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 1,554 bytes parent folder | download
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
Source: libauthen-sasl-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl
Build-Depends-Indep: libdigest-hmac-perl <!nocheck>,
                     libcrypt-urandom-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
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).