File: control

package info (click to toggle)
node-chainsaw 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 92 kB
  • ctags: 32
  • sloc: makefile: 5
file content (22 lines) | stat: -rw-r--r-- 767 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
Source: node-chainsaw
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
Homepage: https://github.com/substack/node-chainsaw
Vcs-Git: git://git.debian.org/pkg-javascript/node-chainsaw.git
Vcs-Browser: http://git.debian.org/?p=pkg-javascript/node-chainsaw.git;a=summary

Package: node-chainsaw
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-traverse
Description: Node.js module to build chainable fluent interfaces
 With this meta-module you can write modules with chainable interfaces.
 .
 Chainsaw takes care of all of the boring details and simplifies the
 nested flow control.