File: control

package info (click to toggle)
node-functional.js 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 136 kB
  • sloc: javascript: 980; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 877 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
Source: node-functional.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Homepage: http://functionaljs.com
Vcs-Git: https://salsa.debian.org/js-team/node-functional.js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-functional.js
Rules-Requires-Root: no

Package: node-functional.js
Architecture: all
Depends:
 ${misc:Depends}
Description: Node.js module facilitating currying and tacit programming
 This Node.js module is a functional JavaScript library. It facilitates
 currying and point-free / tacit programming, with optional lambda expressions.
 .
 Node.js is an event-based server-side JavaScript engine.