libuv1 1.30.1-1 source package in Ubuntu

Changelog

libuv1 (1.30.1-1) unstable; urgency=medium

  * new upstream version
  * update symbols file
  * ignore jpg files when scanning copyright
  * updated copyright with cme
  * refreshed patches
  * control: declare compliance with policy 4.4.0
  * control: add libuv1-dev dependency on freebsd-glue [kfreebsd-any].
    Thanks to Sebastian Reichel for the hint (Closes: 921424)

 -- Dominique Dumont <email address hidden>  Fri, 26 Jul 2019 11:03:37 +0200

Upload details

Uploaded by:
Dominique Dumont
Uploaded to:
Sid
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.30.1-1.dsc 2.0 KiB 1c28d9cc8afcbbc2a7819460349d00459f8e63615dbf79d15b4c6a8475a8eb68
libuv1_1.30.1.orig.tar.gz 1.2 MiB 1ee4a48ef13cc3904e20513f68b01886d54df291cf87202a5cb287e533e3ed51
libuv1_1.30.1-1.debian.tar.xz 15.2 KiB 3550a9a1f5d28c0543ed0e450faa605c5eb2cbdcb49c55c4bb7d149bde697b03

Available diffs

No changes file available.

Binary packages built by this source

libuv1: No summary available for libuv1 in ubuntu eoan.

No description available for libuv1 in ubuntu eoan.

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.