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
|
Source: libgssapi-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312), perl, libkrb5-dev, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Ansgar Burchardt <ansgar@debian.org>, Franck Joncourt <franck@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>,
Florian Schlichting <fschlich@ZEDAT.FU-Berlin.DE>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/GSSAPI/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libgssapi-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgssapi-perl.git
Package: libgssapi-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl extension providing access to the GSSAPIv2 library
This module gives access to the routines of the GSSAPI library,
as described in rfc2743 and rfc2744 and implemented by the
Kerberos-1.2 distribution from MIT.
.
The API presented by this module is a mildly object oriented
reinterpretation of the C API, where opaque C structures are
Perl objects, but the style of function call has been left
mostly untouched. As a result, most routines modify one or
more of the parameters passed to them, reflecting the C
call-by-reference (or call-by-value-return) semantics.
|