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 26 27
|
Source: libdigest-jhash-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
Angel Abad <angelabad@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
perl-xs-dev,
perl:native
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdigest-jhash-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdigest-jhash-perl.git
Homepage: https://metacpan.org/release/Digest-JHash
Package: libdigest-jhash-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: Perl extension for 32 bit Jenkins Hashing Algorithm
The Digest::JHash module allows you to use the fast JHash hashing algorithm
developed by Bob Jenkins from within Perl programs. The algorithm takes as
input a message of arbitrary length and produces as output a 32-bit "message
digest" of the input in the form of an unsigned long integer.
.
See http://burtleburtle.net/bob/hash/doobs.html for more information.
|