File: control

package info (click to toggle)
node-rx 4.1.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 8,984 kB
  • ctags: 3,878
  • sloc: sh: 45; makefile: 8
file content (42 lines) | stat: -rw-r--r-- 1,253 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
38
39
40
41
42
Source: node-rx
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , node-grunt-cli
 , grunt
 , node-grunt-contrib-copy
 , node-grunt-contrib-uglify
 , node-grunt-contrib-concat
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/Reactive-Extensions/RxJS
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-rx.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-rx.git

Package: node-rx
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Reactive Extensions for JavaScript, Node.js module
 A set of libraries to compose asynchronous and event-based
 programs using observable collections andArray#extras style
 composition in JavaScript.
 .
 This is the Node.js module.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-rx
Architecture: all
Depends: ${misc:Depends}
Description: Reactive Extensions for JavaScript
 A set of libraries to compose asynchronous and event-based
 programs using observable collections andArray#extras style
 composition in JavaScript.
 .
 This is the pure-JavaScript library.