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 43
|
Source: node-rx
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, grunt
, node-grunt-cli
, node-grunt-contrib-concat
, node-grunt-contrib-copy
, node-grunt-contrib-uglify
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-rx
Vcs-Git: https://salsa.debian.org/js-team/node-rx.git
Homepage: https://github.com/Reactive-Extensions/RxJS
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-rx
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Reactive Extensions for JavaScript, Node.js module
A set of libraries to compose asynchronous and event-based
programs using observable collections andArray
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}
Recommends: javascript-common
Multi-Arch: foreign
Description: Reactive Extensions for JavaScript
A set of libraries to compose asynchronous and event-based
programs using observable collections andArray
composition in JavaScript.
.
This is the pure-JavaScript library.
|