libuv1 1.8.0-1 source package in Ubuntu

Changelog

libuv1 (1.8.0-1) unstable; urgency=medium

  * New upstream release
    + New symbols introduced
  * Dropped iovec patch, merged upstream

 -- Luca Bruno <email address hidden>  Mon, 14 Dec 2015 23:29:09 +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
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
libuv1_1.8.0-1.dsc 2.0 KiB a44bf4a0cf8c7dd0818725317069a4579a85655a650b2076c51581cc153abff1
libuv1_1.8.0.orig.tar.gz 1018.1 KiB 6511f734da4fe082dacf85967606d600b7bce557bb9b2f0d2539193535323125
libuv1_1.8.0-1.debian.tar.xz 22.9 KiB beee913246def1ba1481c169bee1fd5b684e9c9463609d3d6b8ad5a7f375c350

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

No description available for libuv1-dbg in ubuntu yakkety.

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

No description available for libuv1-dbgsym in ubuntu yakkety.

libuv1-dev: No summary available for libuv1-dev in ubuntu yakkety.

No description available for libuv1-dev in ubuntu yakkety.

libuv1-dev-dbgsym: debug symbols for package libuv1-dev

 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.