1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: node-bufferlist
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <x.guimard@free.fr>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13),
nodejs,
dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-bufferlist
Vcs-Git: https://salsa.debian.org/js-team/node-bufferlist.git
Homepage: https://github.com/substack/node-bufferlist
Rules-Requires-Root: no
Package: node-bufferlist
Architecture: all
Depends: ${misc:Depends},
nodejs
Description: interface to treat a linked list of buffers as a single stream
BufferList provides an interface to treat a linked list of buffers as a
single stream. This is useful for events that produce a many small Buffers,
such as network streams.
|