Package: libevent-2.1-6 Architecture: amd64 Version: 2.1.8-stable-4 Multi-Arch: same Priority: standard Section: libs Source: libevent Maintainer: Anibal Monsalve Salazar Installed-Size: 427 Depends: libc6 (>= 2.17) Filename: ./depends/libevent-2.1-6/libevent-2.1-6_2.1.8-stable-4_amd64.deb Size: 176942 MD5sum: be5f57d401219fa12e75034a31dfab3e SHA1: 3fa358f88adfbe39aa46fcabeca9d8983ff8d62d SHA256: ffebc078745662d2308c0026cc50e37cb54344bde61b1f92b979a2a4e8138efe SHA512: 7d19c35111caa18eb00f2b72adb5a8b2780e9ebf160290858cfe1d4f2ca14ea561ebeff9df44137f026f2c62a165184c8a96b70df6c7fb945405ca56de24bb54 Homepage: http://libevent.org/ 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.