node-bl 1.1.2-3 source package in Ubuntu

Changelog

node-bl (1.1.2-3) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Switch install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Sat, 03 Aug 2019 15:42:18 +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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-bl_1.1.2-3.dsc 1.9 KiB e2599f601c9ffcd317a01f09f0eaa07747729674ada149620c73d8c9462cfddd
node-bl_1.1.2.orig.tar.gz 9.0 KiB 3f35deea00ec5643269950d232affac9152570d3cf9e4cd34f3e3ab2a2e98525
node-bl_1.1.2-3.debian.tar.xz 3.3 KiB d7dc4ad34125786f0e69180d91710e189a6bbd0f85bc1afc5eb85a656e2ce07d

Available diffs

No changes file available.

Binary packages built by this source

node-bl: access multiple buffers with Buffer interface - Node.js module

 bl is a storage object for collections of Node.js Buffers, exposing them with
 the main Buffer readable API. Also works as a duplex stream so you can collect
 buffers from a stream that emits them and emit buffers to a stream that
 consumes them.
 .
 Node.js is an event-based server-side JavaScript engine.