File: control

package info (click to toggle)
node-crc32 0.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: javascript: 165; sh: 19; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 964 bytes parent folder | download
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
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 (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.5.1
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:any
Multi-Arch: foreign
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.