Source: xxhash
Section: utils
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 dpkg-dev,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://xxhash.com/
Vcs-Browser: https://salsa.debian.org/debian/xxhash
Vcs-Git: https://salsa.debian.org/debian/xxhash.git

Package: xxhash
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libxxhash0 (>= ${binary:Version}),
Description: Extremely fast non-cryptographic hash algorithm
 xxHash is an extremely fast non-cryptographic hash algorithm, working at RAM speed limit. It is proposed in four flavors (XXH32, XXH64, XXH3_64bits and XXH3_128bits). The latest variant, XXH3, offers improved performance across the board, especially on small data.

Package: libxxhash0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: Extremely fast non-cryptographic hash algorithm
 xxHash is an extremely fast non-cryptographic hash algorithm, working at RAM speed limit. It is proposed in four flavors (XXH32, XXH64, XXH3_64bits and XXH3_128bits). The latest variant, XXH3, offers improved performance across the board, especially on small data.

Package: libxxhash-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libxxhash0 (= ${binary:Version}),
Description: Extremely fast non-cryptographic hash algorithm
 xxHash is an extremely fast non-cryptographic hash algorithm, working at RAM speed limit. It is proposed in four flavors (XXH32, XXH64, XXH3_64bits and XXH3_128bits). The latest variant, XXH3, offers improved performance across the board, especially on small data.