File: control

package info (click to toggle)
node-block-stream 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 132 kB
  • ctags: 10
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 924 bytes parent folder | download
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
26
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 (>= 9.0.0)
 , dh-buildinfo
Standards-Version: 3.9.8
Homepage: https://github.com/isaacs/block-stream
Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-block-stream.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/node-block-stream.git
Testsuite: autopkgtest

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.