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.
|