ivykis 0.42.4-1.1 source package in Ubuntu

Changelog

ivykis (0.42.4-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062465

 -- Lukas Märdian <email address hidden>  Wed, 28 Feb 2024 12:06:02 +0000

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.42.4-1.1.dsc 1.8 KiB ea155d96581a5c684269dfb32447b0eeb03c6d05ad860e41cb8cbda0a8901733
ivykis_0.42.4.orig.tar.gz 638.1 KiB 6ef8ed255814e5068473356877da55d67493eeafd978884cdecc5a3e58067129
ivykis_0.42.4-1.1.debian.tar.xz 3.6 KiB d5f52ccc17b0c4aa1f37c449fee66569c29f2162893b27b739435aaa4499fd17

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.