libuv1 1.33.1-2ubuntu1 source package in Ubuntu

Changelog

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

  * Use python2 in the autopkg test.

 -- Matthias Klose <email address hidden>  Wed, 22 Jan 2020 08:36:19 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Dominique Dumont
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-2ubuntu1.debian.tar.xz 21.1 KiB 97ddfb8366067567d1a25510d23a1776697f2fe69577fa68333e4eac183a9d60
libuv1_1.33.1-2ubuntu1.dsc 2.1 KiB 22417348a364881f502b4a463d9a7647f50f8c5a19e1e735b841643f14283d7f

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.