libuv1 1.46.0-2 source package in Ubuntu

Changelog

libuv1 (1.46.0-2) unstable; urgency=medium

  * re-release to unstable

 -- Dominique Dumont <email address hidden>  Sun, 15 Oct 2023 16:37:48 +0200

Upload details

Uploaded by:
Dominique Dumont
Uploaded to:
Sid
Original maintainer:
Dominique Dumont
Architectures:
linux-any hurd-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libuv1_1.46.0-2.dsc 1.9 KiB e98db59517784bf2efb6a48664ac00afb0ced51e993c0108b0c3a215be058fcd
libuv1_1.46.0.orig.tar.gz 1.3 MiB cd108b2c6758ac051eabcfc94637fd4d24cdc188d2ac3d2b95fdf2b13c3d8ea7
libuv1_1.46.0-2.debian.tar.xz 20.7 KiB 1793dca3d6fbed67065721a5e39c05a7cc4fa21cef820b4130a980af58870409

No changes file available.

Binary packages built by this source

libuv1: No summary available for libuv1 in ubuntu noble.

No description available for libuv1 in ubuntu noble.

libuv1-dbgsym: No summary available for libuv1-dbgsym in ubuntu noble.

No description available for libuv1-dbgsym in ubuntu noble.

libuv1-dev: asynchronous event notification library - development files

 Libuv is the asynchronous library behind Node.js. Very similar to libevent or
 libev, it provides the main elements for event driven systems: watching and
 waiting for availability in a set of sockets, and some other events like timers
 or asynchronous messages. However, libuv also comes with some other extras
 like:
  * files watchers and asynchronous operations
  * a portable TCP and UDP API, as well as asynchronous DNS resolution
  * processes and threads management, and a portable inter-process
    communications mechanism, with pipes and work queues
  * a plugins mechanism for loading libraries dynamically
  * interface with external libraries that also need to access the I/O.
 .
 Install this package if you wish to develop your own programs using the
 libuv engine.