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
|
Source: node-xxhashjs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 12),
mocha <!nocheck>,
nodejs (>= 6),
node-cuint <!nocheck>,
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.
|