node-ramda 0.28.0+dfsg+~cs9.34.18-2 source package in Ubuntu

Changelog

node-ramda (0.28.0+dfsg+~cs9.34.18-2) unstable; urgency=medium

  * Team upload
  * Fix copyright

 -- Yadd <email address hidden>  Tue, 09 May 2023 21:25:20 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ramda_0.28.0+dfsg+~cs9.34.18-2.dsc 2.8 KiB bda3ee87144f6d80e515d3420bc44e5af67c417580777038ee1d54b91f8e0935
node-ramda_0.28.0+dfsg+~cs9.34.18.orig-ts-toolbelt.tar.xz 37.9 KiB ec47bf53c63827fa5f715c4505f51b8b41bfdc9714d2e692d3b0196571074925
node-ramda_0.28.0+dfsg+~cs9.34.18.orig-types-ramda.tar.xz 49.4 KiB 439738294c1a2b7254374c9da67d7e44965576f9c74a263ff22f3313a6319267
node-ramda_0.28.0+dfsg+~cs9.34.18.orig.tar.xz 198.6 KiB ac7ac268a6aa8c1c8a67c4e16d2eef733d6715fd878bb57f127177d3793386f5
node-ramda_0.28.0+dfsg+~cs9.34.18-2.debian.tar.xz 62.6 KiB 9b681edaba0ad143a76ecf7e1ea54e7c5ad806c2acc6aa8f4b233d40d148c8f6

No changes file available.

Binary packages built by this source

node-ramda: 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.