node-lib0 0.2.85-2 source package in Ubuntu

Changelog

node-lib0 (0.2.85-2) unstable; urgency=medium

  * Team upload
  * Fix build links (Closes: #1058283)

 -- Yadd <email address hidden>  Tue, 12 Dec 2023 13:46:08 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lib0_0.2.85-2.dsc 2.1 KiB 7f02959815a0d6de597e6b7104f441b34e53c7a975a99e4515248fb6f0368f4a
node-lib0_0.2.85.orig.tar.gz 157.2 KiB d7e29e8b53482db704a84a58e0cfecc3270d3cb7e153e119b1b51b895d09c82c
node-lib0_0.2.85-2.debian.tar.xz 4.0 KiB 8dec2dd77a850061260a3e47b29829cd2e6cc636d8205b386a24bfa687c4faef

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.