gnu: libev: Improve the description.
* gnu/packages/libevent.scm (libev)[description]: Rewrite to be more descriptive and less judgmental, based on Debian's description.master
parent
3c0cfe3be5
commit
f76ff984eb
|
@ -110,11 +110,11 @@ loop.")
|
||||||
(home-page "http://software.schmorp.de/pkg/libev.html")
|
(home-page "http://software.schmorp.de/pkg/libev.html")
|
||||||
(synopsis "Event loop loosely modelled after libevent")
|
(synopsis "Event loop loosely modelled after libevent")
|
||||||
(description
|
(description
|
||||||
"libev is a full-featured and high-performance event loop that
|
"libev provides a full-featured and high-performance event loop that is
|
||||||
is loosely modelled after libevent, but without its limitations and
|
loosely modelled after libevent. It includes relative timers, absolute timers
|
||||||
bugs. It is used in GNU Virtual Private Ethernet, rxvt-unicode,
|
with customized rescheduling, synchronous signals, process status change
|
||||||
auditd, the Deliantra MORPG Server and Client, and many other
|
events, event watchers dealing with the event loop itself, file watchers, and
|
||||||
programs.")
|
limited support for fork events.")
|
||||||
(license
|
(license
|
||||||
(list bsd-2 gpl2+))))
|
(list bsd-2 gpl2+))))
|
||||||
|
|
||||||
|
|
Reference in New Issue