Source: node-xxhashjs Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Andrius Merkys , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 12), mocha , nodejs (>= 6), node-cuint , pkg-js-tools (>= 0.8.10), Standards-Version: 4.5.0 Homepage: https://github.com/pierrec/js-xxhash Vcs-Git: https://salsa.debian.org/js-team/node-xxhashjs.git Vcs-Browser: https://salsa.debian.org/js-team/node-xxhashjs Rules-Requires-Root: no Package: node-xxhashjs Architecture: all Depends: node-cuint (>= 0.2.2), nodejs (>= 6), ${misc:Depends}, Description: Javascript implementation of xxHash xxHash is a very fast hashing algorithm. xxhashjs is a Javascript implementation of it, written in 100% Javascript. Although not as fast as the C version, it does perform pretty well given the current Javascript limitations in handling unsigned 32 bits integers.