libuv1 1.48.0-1.1 source package in Ubuntu
Changelog
libuv1 (1.48.0-1.1) unstable; urgency=medium * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062694 -- Graham Inggs <email address hidden> Wed, 28 Feb 2024 21:01:37 +0000
Upload details
- Uploaded by:
- Dominique Dumont
- Uploaded to:
- Sid
- Original maintainer:
- Dominique Dumont
- Architectures:
- linux-any hurd-any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libuv1_1.48.0-1.1.dsc | 2.0 KiB | c4fd1802c6511713d51127bcbb732e8dc6945887c9d936b8f953932e58d33cc9 |
libuv1_1.48.0.orig.tar.gz | 1.3 MiB | 95b66faf3c19b021eb475c0a04c4febfe0442efbd88bca3174d32a1f8957cb71 |
libuv1_1.48.0-1.1.debian.tar.xz | 21.1 KiB | 9ef0040ce04b10a66d6ecc48cbb5412d6d4a39a7b66b8bb8ec8760f354e39c09 |
Available diffs
- diff from 1.48.0-1 to 1.48.0-1.1 (4.9 KiB)
No changes file available.
Binary packages built by this source
- 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.
- libuv1t64: 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.
- libuv1t64-dbgsym: debug symbols for libuv1t64