mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libev: Improve the description.
* gnu/packages/libevent.scm (libev)[description]: Rewrite to be more descriptive and less judgmental, based on Debian's description.
This commit is contained in:
parent
3c0cfe3be5
commit
f76ff984eb
1 changed files with 5 additions and 5 deletions
|
@ -110,11 +110,11 @@ (define-public libev
|
|||
(home-page "http://software.schmorp.de/pkg/libev.html")
|
||||
(synopsis "Event loop loosely modelled after libevent")
|
||||
(description
|
||||
"libev is a full-featured and high-performance event loop that
|
||||
is loosely modelled after libevent, but without its limitations and
|
||||
bugs. It is used in GNU Virtual Private Ethernet, rxvt-unicode,
|
||||
auditd, the Deliantra MORPG Server and Client, and many other
|
||||
programs.")
|
||||
"libev provides a full-featured and high-performance event loop that is
|
||||
loosely modelled after libevent. It includes relative timers, absolute timers
|
||||
with customized rescheduling, synchronous signals, process status change
|
||||
events, event watchers dealing with the event loop itself, file watchers, and
|
||||
limited support for fork events.")
|
||||
(license
|
||||
(list bsd-2 gpl2+))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue