File: control

package info (click to toggle)
node-bl 1.1.2-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 172 kB
  • sloc: javascript: 689; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 913 bytes parent folder | download | duplicates (2)
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
27
Source: node-bl
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Kelley <superjoe30@gmail.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , node-tap
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/rvagg/bl
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-bl.git/
Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-bl.git/

Package: node-bl
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: 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.