node-buffers 0.1.1-5 source package in Ubuntu

Changelog

node-buffers (0.1.1-5) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Apply multi-arch hints. + node-buffers: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Use dh-sequence-nodejs

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Apply multi-arch hints. + node-buffers: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Fri, 02 Dec 2022 17:28:12 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-buffers_0.1.1-5.dsc 2.0 KiB 6324b0a7ae1fecead640afadec1ef616e07af0e005a71ae135004ba42c28f6a5
node-buffers_0.1.1.orig.tar.gz 4.1 KiB f8de49c60e467005182d9687b5d87775bbcec6385ac63220b7741327441deb6d
node-buffers_0.1.1-5.debian.tar.xz 3.6 KiB 53a5f11cf2ee466b27f60409caed8fb9c4bbfe5fecac28485d11c675e882089f

Available diffs

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.