Source: node-cuint Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Andrius Merkys , Build-Depends: debhelper-compat (= 12), nodejs (>= 6), pkg-js-tools (>= 0.8.10), Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://github.com/pierrec/js-cuint Vcs-Git: https://salsa.debian.org/js-team/node-cuint.git Vcs-Browser: https://salsa.debian.org/js-team/node-cuint Package: node-cuint Architecture: all Depends: nodejs (>= 6), ${misc:Depends}, Description: C-like unsigned integers for Javascript Javascript does not natively support handling of unsigned 32 or 64 bits integers. This library provides that functionality, following C behaviour, enabling the writing of algorithms that depend on it. It was designed with performance in mind and tries its best to be as fast as possible.