File: control

package info (click to toggle)
libauthen-krb5-perl 1.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 184 kB
  • ctags: 10
  • sloc: ansic: 3,067; perl: 217; makefile: 53
file content (19 lines) | stat: -rw-r--r-- 865 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libauthen-krb5-perl
Section: perl
Priority: optional
Build-Depends: perl (>= 5.8.0-7), debhelper (>= 5.0.0), libkrb5-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Russ Allbery <rra@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>
Standards-Version: 3.7.2

Package: libauthen-krb5-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description: Perl extension for Kerberos 5 API
 Authen::Krb5 is 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.  While basic documentation is
 provided, 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.