5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx libevent: libevent @VERSION@ (event loop library)
5 kx libevent:
5 kx libevent: libevent is meant to replace the event loop found in event driven
5 kx libevent: network servers. An application just needs to call event_dispatch()
5 kx libevent: and then add or remove events dynamically without having to change
5 kx libevent: the event loop. The libevent API provides a mechanism to execute a
5 kx libevent: callback function when a specific event occurs on a file descriptor
5 kx libevent: or after a timeout has been reached.
5 kx libevent:
5 kx libevent: Homepage: http://libevent.org
5 kx libevent: