libuv1 1.46.0-3 source package in Ubuntu

Changelog

libuv1 (1.46.0-3) unstable; urgency=medium

  * add patch to fix build on kernel < 5.10.186.
    Thanks to Simon Choppin and Ubuntu fot the patch (Closes: 1058743)

 -- Dominique Dumont <email address hidden>  Sat, 30 Dec 2023 18:32:28 +0100

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-3.dsc 1.9 KiB e35945cf68e49c478d11724f545eaf65fc3a5e40c2f7257204a506ca7be8de1e
libuv1_1.46.0.orig.tar.gz 1.3 MiB cd108b2c6758ac051eabcfc94637fd4d24cdc188d2ac3d2b95fdf2b13c3d8ea7
libuv1_1.46.0-3.debian.tar.xz 21.3 KiB a931812584d34a6716fe16777933283b6a45d8c7b3f61d8ee32d38adce35dd3d

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.