Source: node-bufferlist Maintainer: Debian Javascript Maintainers Uploaders: Yadd 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.