guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libev: Improve the description.


From: Mark H. Weaver
Subject: 01/01: gnu: libev: Improve the description.
Date: Tue, 26 Dec 2017 03:36:22 -0500 (EST)

mhw pushed a commit to branch master
in repository guix.

commit f76ff984ebdbed18fce4fe2a62cee73d0ccd8140
Author: Mark H Weaver <address@hidden>
Date:   Tue Dec 26 03:27:42 2017 -0500

    gnu: libev: Improve the description.
    
    * gnu/packages/libevent.scm (libev)[description]: Rewrite to be more
    descriptive and less judgmental, based on Debian's description.
---
 gnu/packages/libevent.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index 55f39f2..b613bf1 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -110,11 +110,11 @@ loop.")
     (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+))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]