Package: libevent Version: 0.7c Revision: 1 Description: Event notification library License: BSD Maintainer: rayg Source: http://www.monkey.org/~provos/%n-%v.tar.gz Source-MD5: d40f923789b81bc15f5ffd9ad48fe770 ConfigureParams: --prefix=%p --mandir=%p/share/man InstallScript: << make install prefix=%i mandir=%i/share/man << Homepage: http://www.monkey.org/~provos/libevent/ DescDetail: << The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also supports callbacks due to signals or regular timeouts. <<