PACKAGE NAME: libevent-2.1.13-x86_64-2.txz PACKAGE LOCATION: ./slackware64/l COMPRESSED PACKAGE SIZE: 278 K UNCOMPRESSED PACKAGE SIZE: 1112 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE LIBS: libevent-2.1.so.7.0.2 libevent_core-2.1.so.7.0.2 libevent_extra-2.1.so.7.0.2 libevent_openssl-2.1.so.7.0.2 libevent_pthreads-2.1.so.7.0.2 PACKAGE DESCRIPTION: libevent: libevent (event loop library) libevent: libevent: libevent is meant to replace the event loop found in event driven libevent: network servers. An application just needs to call event_dispatch() libevent: and then add or remove events dynamically without having to change the libevent: event loop. The libevent API provides a mechanism to execute a libevent: callback function when a specific event occurs on a file descriptor or libevent: after a timeout has been reached. libevent: libevent: Homepage: https://libevent.org libevent: