node-crc 3.0.0-2 source package in Ubuntu

Changelog

node-crc (3.0.0-2) unstable; urgency=medium


  * Save/restore upstream files instead of moving location

 -- Leo Iannacone <email address hidden>  Sun, 12 Oct 2014 01:04:02 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-crc_3.0.0-2.dsc 2.0 KiB b752c42aa9ea0b5eb099e1b0cd13735f24dcca09a3d9e0113e7180f23fcb696e
node-crc_3.0.0.orig.tar.gz 12.1 KiB 9a51a5d455d96d2b973d20e8d098933c12355c50810082b7c77746c0387e445c
node-crc_3.0.0-2.debian.tar.xz 2.7 KiB 2d6a83c3f3bd713a9f98bc586d54beb2d9649a1ec2c88501ed292d6999bdfa26

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.