libuv1 1.33.1-2ubuntu2 source package in Ubuntu

Changelog

libuv1 (1.33.1-2ubuntu2) focal; urgency=medium

  * Make autopkgtests cross-build-friendly.

 -- Steve Langasek <email address hidden>  Thu, 30 Jan 2020 16:53:07 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libuv1_1.33.1.orig.tar.gz 1.2 MiB 4a0d1adc1b1e0cf90d775c2f6b81a11347c03e1fc91b6961c60a192274b87de7
libuv1_1.33.1-2ubuntu2.debian.tar.xz 21.2 KiB a8e3cac7308ff7cb58363871e34c9d435e2e522dd0481e24a8ecfc7c1fba1471
libuv1_1.33.1-2ubuntu2.dsc 2.1 KiB d34663d12d7c66207fe24440b229bf0b0801ce604359217afd88a8c08b3b8134

View changes file

Binary packages built by this source

libuv1: asynchronous event notification library - runtime library

 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 includes the dynamic library against which you can link
 your program.

libuv1-dbgsym: debug symbols for libuv1
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.