Source: node-crc32
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12)
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-crc32
Vcs-Git: https://salsa.debian.org/js-team/node-crc32.git
Homepage: https://github.com/beatgammit/crc32
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-crc32
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Description: CRC-32 implemented in JavaScript
 CRC means 'Cyclic Redundancy Check' and is a way to checksum data. It is a
 simple algorithm based on polynomials and is used in such projects as gzip.
 .
 This module only works with UTF-8 strings, and is meant to be able to work on
 node and in the browser.
 .
 Node.js is an event-based server-side JavaScript engine.
