Source: node-bufferlist
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12),
               nodejs,
               pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.1
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.
