libuv1 1.48.0-ok1 source package in openKylin
Changelog
libuv1 (1.48.0-ok1) nile; urgency=medium * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 17:46:29 +0800
libuv1 (1.48.0-ok1) nile; urgency=medium * Build for openKylin. -- Luoyaoming <email address hidden> Wed, 24 Apr 2024 17:46:29 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libuv1_1.48.0.orig.tar.gz | 1.3 MiB | 95b66faf3c19b021eb475c0a04c4febfe0442efbd88bca3174d32a1f8957cb71 |
libuv1_1.48.0-ok1.debian.tar.xz | 16.8 KiB | 0af1def03e5f10be68ea6cc47a3c8a1ea066030ea87375bd8d44001f2a1a25a6 |
libuv1_1.48.0-ok1.dsc | 1.9 KiB | 42bb6ce6a2164d32265c2f3ccb6329e17f4d1f770cb032a7708396e858cbff44 |
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.
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.