File: control

package info (click to toggle)
node-seq 0.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 172 kB
  • ctags: 94
  • sloc: makefile: 2; sh: 2
file content (27 lines) | stat: -rw-r--r-- 1,015 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-seq
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@debian.org>
Build-Depends: debhelper (>= 9),
               dh-buildinfo,
               nodejs
Standards-Version: 4.0.1
Homepage: https://github.com/substack/node-seq
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-seq.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-seq.git

Package: node-seq
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-hashish (>= 0.0.2),
         node-chainsaw (>= 0.0.7)
Description: Chainable asynchronous flow control
 Seq is an asynchronous flow control library with a chainable interface for
 sequential and parallel actions. Even the error handling is chainable.
 .
 Each action in the chain operates on a stack of values. There is also a
 variables hash for storing values by name.
 .
 Node.js is an event-based server-side JavaScript engine.