node-crc 3.8.0+ds-3 source package in Ubuntu

Changelog

node-crc (3.8.0+ds-3) unstable; urgency=medium

  * Team upload
  * Replace python by python3 (Closes: #967183, #953219)

 -- Xavier Guimard <email address hidden>  Sun, 09 Aug 2020 07:52:06 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-crc_3.8.0+ds-3.dsc 2.2 KiB cfcbb1b1417f219ab2a7c7c394d50d40fe235c08c8d302e57eb97ea893889a00
node-crc_3.8.0+ds.orig.tar.xz 99.2 KiB be4b1857691f2180edb229d62e9b06f5456a6b1c90fe5d13e31cae0895c770c8
node-crc_3.8.0+ds-3.debian.tar.xz 3.6 KiB cfb0ee4cdb588cbe248857adab9191924e529e135664b7d79eefd6383082f81a

No changes file available.

Binary packages built by this source

node-crc: module for calculating Cyclic Redundancy Check (CRC)

 This package provides a pure JavaScript implementation, with no dependencies,
 to calculate CRC, the following algorithms are supported:
  * CRC1
  * CRC8
  * CRC8 1-Wire
  * CRC16
  * CRC16 CCITT
  * CRC16 Modbus
  * CRC24
  * CRC32
 .
 Node.js is an event-based server-side JavaScript engine.