File: control

package info (click to toggle)
vows 0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 448 kB
  • sloc: makefile: 28
file content (37 lines) | stat: -rw-r--r-- 1,125 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: vows
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs,
 devscripts,
 debhelper,
 dh-buildinfo,
 nodejs,
 node-eyes,
 node-diff,
 node-glob,
 node-request
Standards-Version: 3.9.6
Homepage: http://vowsjs.org/
Vcs-Git: git://anonscm.debian.org/collab-maint/vows
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/vows.git

Package: node-vows
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends}
Recommends: ${cdbs:Recommends}
Description: asynchronous BDD & continuous integration for Node
 Node is an event-based server-side JavaScript engine.
 .
 Vows is a behavior driven development (BDD) framework for Node.
 .
 Vows was built from the ground up to test asynchronous code.  It
 executes your tests in parallel when it makes sense, and sequentially
 when there are dependencies.
 .
 Emphasis was put on speed of execution, clarity and user experience.
 .
 This package contains the vows library for Node, and the script vows
 for running tests from the commandline.