File: control

package info (click to toggle)
step.js 0.0.5%2B20111229-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 96 kB
  • sloc: javascript: 377; makefile: 15
file content (22 lines) | stat: -rw-r--r-- 718 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
Source: step.js
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 debhelper,
 dh-buildinfo
Standards-Version: 3.9.3
Homepage: https://github.com/creationix/step
Vcs-Git: git://git.debian.org/git/collab-maint/step.js
Vcs-Browser: http://git.debian.org/?p=collab-maint/step.js.git

Package: node-step
Architecture: all
Depends: ${misc:Depends},
 nodejs
Description: simple control-flow library for Node
 Node is an event-based server-side JavaScript engine.
 .
 Step is a simple control-flow library for Node that makes parallel
 execution, serial execution, and error handling painless.