File: control

package info (click to toggle)
libstring-crc-cksum-perl 0.91-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 72 kB
  • sloc: perl: 113; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libstring-crc-cksum-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-crc-cksum-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-crc-cksum-perl.git
Homepage: https://metacpan.org/release/String-CRC-Cksum/

Package: libstring-crc-cksum-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl extension for calculating cksum-compatible checksums
 String::CRC::Cksum calculates a 32 bit CRC, generating the same
 CRC value as the POSIX cksum program. If called in a list context, returns
 the length of the data object as well, which is useful for fully emulating
 the cksum program. The returned checksum will always be a non-negative
 integral number in the range 0..2^32-1.