libuv1 1.18.0-3 source package in Ubuntu

Changelog

libuv1 (1.18.0-3) unstable; urgency=medium

  * Team upload.
  * release to unstable

 -- Dominique Dumont <email address hidden>  Mon, 01 Jan 2018 16:23:16 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main misc

Downloads

File Size SHA-256 Checksum
libuv1_1.18.0-3.dsc 2.0 KiB 92f4dfae07b870fc4190fcc5bf53edf963ee978b9f9dbc999ad169c9679482da
libuv1_1.18.0.orig.tar.gz 1.1 MiB 0b9aef32e63619c328b65d85583653e295ca091cf9b15315c3c518e02a59c17c
libuv1_1.18.0-3.debian.tar.xz 12.1 KiB 9ae1087c696cc2612f406eb0041264aaa9c36efa4cbfb5026dbaf7d9f4626b0a

Available diffs

No changes file available.

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: No summary available for libuv1-dbgsym in ubuntu cosmic.

No description available for libuv1-dbgsym in ubuntu cosmic.

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.