File: control

package info (click to toggle)
libdigest-sha-perl 5.44-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 312 kB
  • ctags: 263
  • sloc: ansic: 1,005; perl: 278; makefile: 54
file content (17 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libdigest-sha-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8), libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Allard Hoeve <allard@byte.nl>, Gunnar Wolf <gwolf@debian.org>, Joachim Breitner <nomeata@debian.org>, Niko Tyni <ntyni@iki.fi>, gregor herrmann <gregor+debian@comodo.priv.at>, Carlo Segre <segre@debian.org>
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libdigest-sha-perl/trunk/

Package: libdigest-sha-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description:  Perl extension for SHA-1/224/256/384/512
 Digest::SHA is a complete implementation of the NIST Secure Hash
 Standard. It gives Perl programmers a convenient way to calculate
 SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The
 module can handle all types of input, including partial-byte data.