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 28 29 30 31 32 33
|
Source: libcrypt-xxhash-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Wouter Verhelst <wouter@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libextutils-cbuilder-perl,
libmath-int64-perl <!nocheck>,
libmodule-build-perl,
libtest-simple-perl <!nocheck>,
libxxhash-dev,
perl-xs-dev,
perl:native
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-xxhash-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-xxhash-perl.git
Homepage: https://metacpan.org/release/Crypt-xxHash
Rules-Requires-Root: no
Package: libcrypt-xxhash-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: xxHash implementation for Perl
xxHash is a super fast algorithm that claims to work at speeds close to RAM
limits. The Crypt::xxHash module provides 32- and 64-bit hash functions. As
bonus it provides 128-bit hex method.
.
This package was inspired by Digest::xxHash, but it includes the fresh C code
and has some optimisations. Thus all hex methods are implemented in Perl XS.
Also this module doesn't use Math::Int64 in favor of native 64 bit digits.
|