libuv1 1.48.0-2 source package in Ubuntu

Changelog

libuv1 (1.48.0-2) unstable; urgency=medium

  [ Jérémy Lal ]
  * new package libuv1-doc using sphinxdoc. Closes: #1017581.
  * patch: fix privacy-breach-generic in html doc

  [ Dominique Dumont ]
  * add patch to support loong64.
    Thanks to Graham Inggs (Closes: 1062694)

 -- Dominique Dumont <email address hidden>  Sun, 05 May 2024 18:20:25 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libuv1_1.48.0-2.dsc 2.0 KiB 0929686079c1d51c8e1725b0058c3ca1238f069b882022dc57c6ca9c257f476a
libuv1_1.48.0.orig.tar.gz 1.3 MiB 95b66faf3c19b021eb475c0a04c4febfe0442efbd88bca3174d32a1f8957cb71
libuv1_1.48.0-2.debian.tar.xz 22.0 KiB df7891ef176e9b421ead74065297a7ef5e56521c644447b11f5cbcb28374e0a2

No changes file available.

Binary packages built by this source

libuv1: No summary available for libuv1 in ubuntu oracular.

No description available for libuv1 in ubuntu oracular.

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

No description available for libuv1-dbgsym in ubuntu oracular.

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.

libuv1-doc: asynchronous event notification library - documentation

 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.
 .
 This package contains the documentation for libuv1.