File: control

package info (click to toggle)
node-when 3.7.8%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 820 kB
  • sloc: makefile: 16; sh: 5
file content (25 lines) | stat: -rw-r--r-- 936 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
Source: node-when
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper (>= 11), nodejs
Standards-Version: 4.2.0
Homepage: http://cujojs.com
Vcs-Git: https://salsa.debian.org/js-team/node-when.git
Vcs-Browser: https://salsa.debian.org/js-team/node-when

Package: node-when
Architecture: all
Depends: ${misc:Depends}, nodejs
Description: Async tools and when() implementation for Node.js
 A lightweight Promises/A+ and when() implementation, plus other
 async tools.
 .
 A when() function is responsible of triggering actions depending on the
 result of executing asynchronous actions, with submethods to check for
 any or all results, and handling exceptions.
 .
 Promises/A+ is a programming interface for asynchronous operations.
 .
 Node.js is an event-based server-side JavaScript engine.