File: control

package info (click to toggle)
node-ramda 0.27.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,516 kB
  • sloc: javascript: 16,524; makefile: 106; sh: 23
file content (31 lines) | stat: -rw-r--r-- 1,070 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
25
26
27
28
29
30
31
Source: node-ramda
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends:
 , debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-babel7
 , mocha <!nocheck>
 , node-sinon <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-ramda
Vcs-Git: https://salsa.debian.org/js-team/node-ramda.git
Homepage: https://ramdajs.com/
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-ramda
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: practical functional library for JavaScript programmers
 A library designed specifically for a functional programming style, one that
 makes it easy to create functional pipelines, one that never mutates user data.
 .
 The primary distinguishing features of Ramda are:
  * Ramda takes the function first, and the data last
  * Ramda methods are automatically curried
 .
 Node.js is an event-based server-side JavaScript engine.