File: control

package info (click to toggle)
libstring-crc32-perl 1.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 76 kB
  • ctags: 7
  • sloc: makefile: 54; perl: 45; ansic: 26
file content (18 lines) | stat: -rw-r--r-- 704 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libstring-crc32-perl
Section: perl
Priority: optional
Build-Depends: perl (>= 5.8.0-1), debhelper (>= 5.0.0)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>, Krzysztof Krzyzaniak (eloy) <eloy@debian.org>
Standards-Version: 3.7.2

Package: libstring-crc32-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description:  Perl interface for cyclic redundancy check generation
 The CRC32 module calculates CRC sums of 32 bit lenghts.
 It generates the same CRC values as ZMODEM, PKZIP, PICCHECK and
 many others.
 .
 Despite its name, this module is able to compute the checksum of
 strings as well as of files.