libuv1 1.48.0-ok2 source package in openKylin

Changelog

libuv1 (1.48.0-ok2) nile; urgency=medium

  *  Build for openKylin.

 -- liubo01 <email address hidden>  Wed, 05 Jun 2024 16:16:03 +0800

Upload details

Uploaded by:
liubo01
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
linux-any hurd-any
Section:
libs
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main libs
Nile V2.0 proposed main libs

Downloads

File Size SHA-256 Checksum
libuv1_1.48.0.orig.tar.gz 1.3 MiB 95b66faf3c19b021eb475c0a04c4febfe0442efbd88bca3174d32a1f8957cb71
libuv1_1.48.0-ok2.debian.tar.xz 16.8 KiB 7eb84801a8bac025071766002575039336f2df8b4bb59244383cad6714a37575
libuv1_1.48.0-ok2.dsc 1.9 KiB 8585067c57fb70733ae6fbc2892bfddb350ac90d65d5fce34540cc8baeff4498

Available diffs

View changes file

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