File: control

package info (click to toggle)
node-bl 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: javascript: 1,473; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,124 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
27
28
29
30
31
32
33
Source: node-bl
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-inherits <!nocheck>
 , node-readable-stream (>= 3.4.0) <!nocheck>
 , node-tap <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.6.1
Homepage: https://github.com/rvagg/bl
Vcs-Git: https://salsa.debian.org/js-team/node-bl.git
Vcs-Browser: https://salsa.debian.org/js-team/node-bl
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-bl
Architecture: all
Depends:
 ${misc:Depends}
 , node-inherits
 , node-readable-stream (>= 3.4.0)
Multi-Arch: foreign
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.