Package libivykis: Information

    Source package: libivykis
    Version: 0.43.2-alt1
    Build time:  Oct 26, 2024, 02:53 PM
    Category: System/Libraries
    Report package bug
    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 RPM packages built from this SRPM:
    libivykis-devel (loongarch64)
    libivykis0 (loongarch64)
    libivykis0-debuginfo (loongarch64)

    Maintainer: Konstantin Lepikhov

    List of contributors:
    Konstantin Lepikhov

    Last changed


    Oct. 25, 2024 Konstantin Lepikhov 0.43.2-alt1
    - 0.43.2.
    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.