node-lib0 0.2.52-1 source package in Ubuntu

Changelog

node-lib0 (0.2.52-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.1
  * New upstream version 0.2.52
  * Enable upstream test during build only

 -- Yadd <email address hidden>  Tue, 30 Aug 2022 18:47:31 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lib0_0.2.52-1.dsc 2.1 KiB ffa04830f0691c917be2fb06a6931f95bcf507d252978d8d32774b982f8e500d
node-lib0_0.2.52.orig.tar.gz 179.8 KiB c09f3aed22dee81ea0e675417503731a597bcf15876d57cb20b079b3f3e4f74b
node-lib0_0.2.52-1.debian.tar.xz 3.0 KiB 75abeee986cae607c81787a71c77e409e1418ada1ba0cfcb2fe2d33af121fb45

Available diffs

No changes file available.

Binary packages built by this source

node-lib0: Monorepo of isomorphic utility functions

 This library is meant to replace all global JavaScript functions with
 isomorphic module imports. Additionally, it implements several
 performance-oriented utility modules. Most noteworthy are the binary
 encoding/decoding modules lib0/encoding and lib0/decoding, the
 randomized testing framework lib0/testing, the fast Pseudo Random
 Number Generator lib0/PRNG, the small socket.io alternative
 lib0/websocket, and the logging module lib0/logging that allows
 colorized logging in all environments.
 .
 Lib0 has only one dependency, which is also from the author of
 lib0. If lib0 is transpiled with rollup or webpack, very little code
 is produced because of the way that it is written. All exports are
 pure and are removed by transpilers that support dead code
 elimination.
 .
 Node.js is an event-based server-side JavaScript engine.