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-typedarray-to-buffer
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Pocock <daniel@pocock.pro>
Build-Depends: debhelper (>= 9.0.0), node-uglify
Standards-Version: 3.9.6
Homepage: https://github.com/feross/typedarray-to-buffer
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-typedarray-to-buffer.git/
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-typedarray-to-buffer.git
Package: libjs-typedarray-to-buffer
Architecture: all
Depends: ${misc:Depends}, libjs-is-typedarray
Recommends: javascript-common
Description: JavaScript utility converting TypedArray to buffer without copy
Convert a typed array to a Buffer without a copy.
Package: node-typedarray-to-buffer
Architecture: all
Depends: ${misc:Depends}, nodejs (>= 0.6.19~dfsg1-3), libjs-typedarray-to-buffer (= ${binary:Version}), node-is-typedarray
Description: JavaScript utility converting TypedArray to buffer without copy
Convert a typed array to a Buffer without a copy.
|