libuv1 1.33.1-2 source package in Ubuntu
Changelog
libuv1 (1.33.1-2) unstable; urgency=medium * add patch to disable multicast testsuite which break Debian builds -- Dominique Dumont <email address hidden> Thu, 31 Oct 2019 17:49:00 +0100
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libuv1_1.33.1-2.dsc | 2.0 KiB | 8ac031f8d1e25eb553cdc250686ddd901dca7a819b8d712b82e67c43ae363dfc |
libuv1_1.33.1.orig.tar.gz | 1.2 MiB | 4a0d1adc1b1e0cf90d775c2f6b81a11347c03e1fc91b6961c60a192274b87de7 |
libuv1_1.33.1-2.debian.tar.xz | 20.9 KiB | 7d4675ef5785f8ec1b26bbbdf8b01b0923db593f8373989d5ffe1c66d70ca3bc |
Available diffs
- diff from 1.30.1-1 to 1.33.1-2 (63.8 KiB)
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: 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.