libuv1 1.43.0-1 source package in Ubuntu
Changelog
libuv1 (1.43.0-1) unstable; urgency=medium * new upstream version * control: * declare compliance with policy 4.6.0 * remove conflicts on ancient libuv0.10-dev package * update copyright with cme * do not install cmake files * update symbols file * README.source.org: add quilt pop -a instruction -- Dominique Dumont <email address hidden> Sat, 15 Jan 2022 18:15:17 +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 | |
---|---|---|---|---|
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libuv1_1.43.0-1.dsc | 2.0 KiB | 57c72dcdf51da52b114094441e10bdaa2922d7bced430f6fc2b6e38cf66ef657 |
libuv1_1.43.0.orig.tar.gz | 1.2 MiB | 8e9b3d2b722a7e3ad1748d240f8cfd662b1be06c31ed83b5240df8a0e6ba6d9e |
libuv1_1.43.0-1.debian.tar.xz | 20.3 KiB | ea9b02cfed0097bbb4166550bff9958362a01c4035a18768860435b07fcfc927 |
Available diffs
- diff from 1.42.0-1 to 1.43.0-1 (26.6 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.