ivykis 0.43-1 source package in Ubuntu

Changelog

ivykis (0.43-1) unstable; urgency=medium

  * New upstream release.
  * Update library symbols for this release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sat, 02 Mar 2024 11:42:19 +0100

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ivykis_0.43-1.dsc 1.8 KiB e9ee51d466f598424c9f593e1718aae6770118238b719843a77c8df6e37aab7e
ivykis_0.43.orig.tar.gz 650.4 KiB ff1c09569a806f2e926c8f9545fbf70d10f6fe14b66e2077e7dab1ca8e52a269
ivykis_0.43-1.debian.tar.xz 3.6 KiB 386c48eb9e158e320f374cc88122f0a2d217428bd7041e124eec0555404826da

Available diffs

No changes file available.

Binary packages built by this source

libivykis-dev: Development libraries, header files and docs for libivykis

 Contains the header files, documentation, examples and static
 libraries for use in developing applications that use the libivykis
 library.
 .
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.

libivykis0-dbg: Asynchronous I/O readiness notification library (debug symbols)

 Contains the debug symbols for the libivykis library. Most people
 will not need this package.
 .
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.

libivykis0t64: Asynchronous I/O readiness notification library

 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.
 .
 Programs written to the ivykis API are generally single-threaded (or
 use only a small number of threads), and never block on I/O. All
 input and output is done in a nonblocking fashion, with I/O readiness
 notification delivered via callback functions.