Package libivykis: Information
Source package: libivykis
Version: 0.43.1-alt1
Build time: Jun 20, 2024, 11:40 PM in the task #351235
Category: System/Libraries
Report package bugHome page: http://libivykis.sourceforge.net/
License: LGPLv2+
Summary: Library for asynchronous I/O readiness notification
Description:
ivykis is a library for asynchronous I/O readiness notification. It is a thin, portable wrapper around OS-provided mechanisms such as epoll_create(2), kqueue(2), poll(2), poll(7d) (/dev/poll), port_create(3C) and select(2). ivykis was mainly designed for building high-performance network applications, but can be used in any event-driven application that uses poll(2)able file descriptors as its event sources.
List of rpms provided by this srpm:
libivykis-devel (x86_64, ppc64le, i586, aarch64)
libivykis0 (x86_64, ppc64le, i586, aarch64)
libivykis0-debuginfo (x86_64, ppc64le, i586, aarch64)
libivykis-devel (x86_64, ppc64le, i586, aarch64)
libivykis0 (x86_64, ppc64le, i586, aarch64)
libivykis0-debuginfo (x86_64, ppc64le, i586, aarch64)
Maintainer: Konstantin Lepikhov
Last changed
June 20, 2024 Konstantin Lepikhov 0.43.1-alt1
- 0.43.1. - Added missing obsoletes to fix conflict with previous version (closes #46174).
March 27, 2022 Konstantin Lepikhov 0.42.4-alt1
- 0.42.4. - .spec: fix libname according shared libs policy.
Sept. 4, 2017 Konstantin Lepikhov 0.42.1-alt1
- Updated to 0.42.1: + Fix segfault when calling IV_TASK_INIT() before iv_init().