node-buffers 0.1.1-2 source package in Ubuntu

Changelog

node-buffers (0.1.1-2) unstable; urgency=low

  [ Bas Couwenberg ]
  * Remove myself from Uploaders.

  [ Ying-Chun Liu (PaulLiu) ]
  * Add myself to Uploaders.
  * Bump Standards-Version to 4.0.0 - nothing needs to be changed
  * debian/control: change Priority to optional
  * Add more tests for autopkgtest
  * Update debian/copyright to add myself.
  * Re-Upload into Debian. (Closes: #869925)

 -- Ying-Chun Liu (PaulLiu) <email address hidden>  Fri, 28 Jul 2017 00:22:30 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-buffers_0.1.1-2.dsc 2.0 KiB 14eda3ea1e5914597e02f0c3152f31bd8d01829097eda8bc4509d62e184db8b0
node-buffers_0.1.1.orig.tar.gz 4.1 KiB f8de49c60e467005182d9687b5d87775bbcec6385ac63220b7741327441deb6d
node-buffers_0.1.1-2.debian.tar.xz 3.2 KiB 5c8699e36fa862e45b0c80a78b3a324def76df5aceee771ef022d5a019c580e0

No changes file available.

Binary packages built by this source

node-buffers: Buffer collections as contiguous partially mutable Buffer

 The buffers module allows you to treat a collection of Buffers as a single
 contiguous partially mutable Buffer.
 .
 Where possible, operations execute without creating a new Buffer and copying
 everything over.
 .
 buffers is a cleaner more Buffery rehash of bufferlist.
 .
 This package contains the buffers module for Node.js
 .
 Node.js is an event-based server-side JavaScript engine.