File: control

package info (click to toggle)
node-batch 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 120 kB
  • ctags: 18
  • sloc: makefile: 11; sh: 2
file content (27 lines) | stat: -rw-r--r-- 856 bytes parent folder | download
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
Source: node-batch
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , nodejs
 , node-mocha
 , node-should
Standards-Version: 3.9.5
Homepage: https://github.com/visionmedia/batch
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-batch.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-batch.git
XS-Testsuite: autopkgtest

Package: node-batch
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: batch with concurrency control and progress events - Node.js module
 This module allows parallel execution of async functions, with control over
 concurrency, and reporting through progress events.
 .
 Node.js is an event-based server-side JavaScript engine.