# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.  Line
# up the first '|' above the ':' following the base package name, and the '|' on
# the right side marks the last column you can put a character in. You must make
# exactly 11 lines for the formatting to be correct.  It's also customary to
# leave one space after the ':'.

              |-----handy-ruler------------------------------------------------------|
libevent-1.4.8: The libevent API provides a mechanism to execute a callback function when a
libevent-1.4.8: specific event occurs on a file descriptor or after a timeout has been reached.
libevent-1.4.8: Furthermore, libevent also support callbacks due to signals or regular timeouts.
libevent-1.4.8: 
libevent-1.4.8: libevent is meant to replace the event loop found in event driven network
libevent-1.4.8: servers. An application just needs to call event_dispatch() and then add or
libevent-1.4.8: remove events dynamically without having to change the event loop.
libevent-1.4.8: 
