ivykis 0.43-2 source package in Ubuntu

Changelog

ivykis (0.43-2) unstable; urgency=medium

  * Revert upstream commit 'iv_fd_epoll: add support for epoll_pwait2()' as
    it breaks i386 self-testing.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Mon, 01 Apr 2024 10:42:42 +0200

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
Oracular release universe libs

Downloads

File Size SHA-256 Checksum
ivykis_0.43-2.dsc 1.8 KiB 485354a7927af3494df486cb846ec4936cce822fde96652c9b78989587093a27
ivykis_0.43.orig.tar.gz 650.4 KiB ff1c09569a806f2e926c8f9545fbf70d10f6fe14b66e2077e7dab1ca8e52a269
ivykis_0.43-2.debian.tar.xz 4.3 KiB 4024ec593b1d85a62aef6cc2ad4610d2d4424b83440e7e3f44912520ec73c8ff

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.