File: control

package info (click to toggle)
node-orchestrator 0.3.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 216 kB
  • sloc: javascript: 2,383; sh: 2; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (2)
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-orchestrator
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/robrich/orchestrator
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-orchestrator.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-orchestrator.git

Package: node-orchestrator
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-stream-consume (>= 0.1.0)
 , node-sequencify (>= 0.0.7)
 , node-end-of-stream (>= 0.1.5)
Description: sequence and execute tasks and dependencies in concurrency
 A module for sequencing and executing tasks and dependencies in maximum
 concurrency
 .
 Node.js is an event-based server-side JavaScript engine.