libuv1 1.40.0-2ubuntu1 source package in Ubuntu
Changelog
libuv1 (1.40.0-2ubuntu1) impish; urgency=medium * debian/patches/lp1939707-build-turn-on-fno-strict-aliasing.patch: cherry-picked from upstream to fix LTO-related FTBFS. LP: #1939707 -- Simon Chopin <email address hidden> Mon, 06 Sep 2021 10:16:30 +0200
Upload details
- Uploaded by:
- Simon Chopin
- Sponsored by:
- Julian Andres Klode
- Uploaded to:
- Impish
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libuv1_1.40.0.orig.tar.gz | 1.2 MiB | 6e249e8d1b47078f43fdddc4274c84aa533879bd503aead7e1e2784815eec0d0 |
libuv1_1.40.0-2ubuntu1.debian.tar.xz | 24.0 KiB | 8eedadbc6487cf20fc07d954ef05f409bfecc5ef9c59afc092b839ab2e3344d3 |
libuv1_1.40.0-2ubuntu1.dsc | 2.1 KiB | 49f7897804db81c98118e78c0a83f59afb3f915639ed41a38a421b631b025e84 |
Available diffs
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 impish.
No description available for libuv1-dbgsym in ubuntu impish.
- libuv1-dev: No summary available for libuv1-dev in ubuntu impish.
No description available for libuv1-dev in ubuntu impish.