From: Eric Dvorsak <eric@dvorsak.fr>
To: guix-devel@gnu.org
Subject: [PATCH 3/7] gnu: Add libev
Date: Mon, 17 Aug 2015 04:05:58 +0200 [thread overview]
Message-ID: <1439777162-7769-3-git-send-email-eric@dvorsak.fr> (raw)
In-Reply-To: <1439777162-7769-1-git-send-email-eric@dvorsak.fr>
* gnu/packages/libevent.scm (libev): New variable.
---
gnu/packages/libevent.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm
index 88b13ec..efd8df0 100644
--- a/gnu/packages/libevent.scm
+++ b/gnu/packages/libevent.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
+;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -61,6 +62,31 @@ then add or remove events dynamically without having to change the event
loop.")
(license bsd-3)))
+(define-public libev
+ (package
+ (name "libev")
+ (version "4.20")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://dist.schmorp.de/libev/libev-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "17j47pbkr65a18mfvy2861p5k7w4pxmdgiw723ryfqd9gx636w7q"))))
+ (build-system gnu-build-system)
+ (home-page "http://software.schmorp.de/pkg/libev.html")
+ (synopsis "An event loop that is loosely modelled after libevent")
+ (description "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.")
+ (license
+ (non-copyleft
+ "file://LICENSE"
+ "See LICENSE in the distribution."))))
+
(define-public libuv
(package
(name "libuv")
--
2.4.3
next prev parent reply other threads:[~2015-08-17 2:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-17 2:05 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-16 23:17 ` Eric Bavier
2015-08-17 2:05 ` [PATCH 2/7] gnu: Add libyajl Eric Dvorsak
2015-08-16 23:27 ` Eric Bavier
2015-08-17 2:05 ` Eric Dvorsak [this message]
2015-08-16 23:34 ` [PATCH 3/7] gnu: Add libev Eric Bavier
2015-08-17 2:05 ` [PATCH 4/7] gnu: Add xcb-util-cursor Eric Dvorsak
2015-08-17 2:06 ` [PATCH 5/7] gnu: Add i3-wm Eric Dvorsak
2015-08-17 2:06 ` [PATCH 6/7] gnu: Add libconfuse Eric Dvorsak
2015-08-17 2:06 ` [PATCH 7/7] gnu: Add i3status Eric Dvorsak
-- strict thread matches above, loose matches on Subject: below --
2015-08-17 3:05 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17 3:05 ` [PATCH 3/7] gnu: Add libev Eric Dvorsak
2015-08-17 20:06 [PATCH 1/7] gnu: Add Pod-Simple Eric Dvorsak
2015-08-17 20:06 ` [PATCH 3/7] gnu: Add libev Eric Dvorsak
2015-08-23 16:42 ` Eric Bavier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439777162-7769-3-git-send-email-eric@dvorsak.fr \
--to=eric@dvorsak.fr \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.