File: control

package info (click to toggle)
libstring-crc32-perl 1.2-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 72 kB
  • ctags: 9
  • sloc: makefile: 55; perl: 45; ansic: 26
file content (17 lines) | stat: -rw-r--r-- 590 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libstring-crc32-perl
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 4.1.4), perl (>= 5.8.0-1)
Maintainer: Clint Adams <schizo@debian.org>
Standards-Version: 3.6.1

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.