File: control

package info (click to toggle)
libauthen-krb5-perl 1.9-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 320 kB
  • ctags: 9
  • sloc: ansic: 3,024; perl: 286; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 1,129 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
Source: libauthen-krb5-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~), perl, libkrb5-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Russ Allbery <rra@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 Ansgar Burchardt <ansgar@debian.org>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/Krb5
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libauthen-krb5-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-krb5-perl.git

Package: libauthen-krb5-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl interface to Kerberos 5 API
 Authen::Krb5 is a Perl module providing an object-oriented interface to the
 Kerberos 5 API. It rearranges the API slightly to provide an object-oriented
 view, but otherwise closely matches the C interface. Use may require previous
 experience with Kerberos 5 programming or reference to the Kerberos 5 API
 documentation.
 .
 This package is built against the MIT Kerberos 5 libraries.