1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: node-block-stream
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
debhelper (>= 8.0.0)
, dh-buildinfo
Standards-Version: 3.9.4
Homepage: https://github.com/isaacs/block-stream
Vcs-Git: git://anonscm.debian.org/collab-maint/node-block-stream.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-block-stream.git
Package: node-block-stream
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-inherits (>= 2)
Description: Stream of fixed-size blocks, with zero-padding when necessary
node-block-stream is a Node.js module providing a stream-like object that
reads or writes data as a stream of blocks.
A typical use of node-block-stream is processing tar archives.
.
Node.js is an event-based server-side javascript engine.
|