libstring-crc-cksum-perl 0.91-1.1 source package in Ubuntu

Changelog

libstring-crc-cksum-perl (0.91-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 13:46:27 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-crc-cksum-perl_0.91-1.1.dsc 2.1 KiB e1f5760eda99bda986204e87ce199b95b74e5dc7549ded716675cdd77dc6f463
libstring-crc-cksum-perl_0.91.orig.tar.gz 6.6 KiB 1091aeebaefa9057cbc209e85151833f96e2aace5540e878700974c88a984671
libstring-crc-cksum-perl_0.91-1.1.debian.tar.xz 1.6 KiB e6134edd5719437a76c9fb90ffeaf60f5ede961d578c790a407f867519137203

Available diffs

No changes file available.

Binary packages built by this source

libstring-crc-cksum-perl: 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.