libuv1 1.46.0-2ubuntu1 source package in Ubuntu

Changelog

libuv1 (1.46.0-2ubuntu1) noble; urgency=medium

  * Fix FTBFS on s390x on older kernels (LP: #2046442)

 -- Simon Chopin <email address hidden>  Fri, 15 Dec 2023 12:44:15 +0100

Upload details

Uploaded by:
Simon Chopin
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.orig.tar.gz 1.3 MiB cd108b2c6758ac051eabcfc94637fd4d24cdc188d2ac3d2b95fdf2b13c3d8ea7
libuv1_1.46.0-2ubuntu1.debian.tar.xz 21.4 KiB 123651a802a400377180d18131d7b6f746ca91e535fcb089570005acfc312569
libuv1_1.46.0-2ubuntu1.dsc 1.9 KiB e179e2ba3f979c9fae75941d8c67f6badf541ad2eb6dfa744ce5444e791802a4

View changes file

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.