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 34 35 36 37 38 39 40 41 42
|
Source: queue-async
Standards-Version: 4.7.2
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Laszlo Boszormenyi (GCS) <gcs@debian.org>,
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-nodejs,
node-vows <!nocheck>,
uglifyjs,
Vcs-Browser: https://salsa.debian.org/js-team/queue-async
Vcs-Git: https://salsa.debian.org/js-team/queue-async.git
Homepage: https://github.com/d3/d3-queue
Rules-Requires-Root: no
Package: libjs-queue-async
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
javascript-common,
libjs-jquery,
Description: asynchronous helper library for JavaScript
Yet another asynchronous helper library for JavaScript. Think of it as a
minimalist version of Async.js that allows fine-tuning over parallelism. Or,
think of it as a version of TameJs that does not use code generation.
Package: node-queue-async
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: asynchronous helper library for JavaScript - NodeJS
Yet another asynchronous helper library for JavaScript. Think of it as a
minimalist version of Async.js that allows fine-tuning over parallelism. Or,
think of it as a version of TameJs that does not use code generation.
.
This package contains the NodeJS module.
|