File: control

package info (click to toggle)
libstring-crc32-perl 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 92 kB
  • ctags: 2
  • sloc: perl: 45; ansic: 26; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
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
Source: libstring-crc32-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/String-CRC32/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-crc32-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-crc32-perl.git

Package: libstring-crc32-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl interface for cyclic redundancy check generation
 The CRC32 module calculates CRC sums of 32 bit lengths.
 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.