Package: libevent-2.1-7t64 Status: install reinstreq unpacked Priority: optional Section: libs Installed-Size: 443 Maintainer: Nicolas Mora Architecture: amd64 Multi-Arch: same Source: libevent (2.1.12-stable-10) Version: 2.1.12-stable-10+b1 Replaces: libevent-2.1-7 Provides: libevent-2.1-7 (= 2.1.12-stable-10+b1) Depends: libc6 (>= 2.38) Breaks: libevent-2.1-7 (<< 2.1.12-stable-10) Description: Asynchronous event notification library Libevent is an asynchronous event notification library that provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. . It is meant to replace the asynchronous event loop found in event driven network servers. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). . For backward compatibility and to transition to "libevent_core only" or "libevent_core + libevent_extra", the libevent source package builds the libevent library that includes everything in libevent_core and libevent_extra. Homepage: https://libevent.org/