all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31477] [PATCH 1/2] gnu: Add czmq.
@ 2018-05-16 21:47 Tonton
  2018-05-16 21:47 ` [bug#31478] [PATCH 2/2] gnu: Add zyre Tonton
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Tonton @ 2018-05-16 21:47 UTC (permalink / raw)
  To: 31477; +Cc: Tonton

* gnu/packages/networking.scm (czmq): New variable.
---
 gnu/packages/networking.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 9f9f21baa..7f4550cba 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1768,3 +1768,31 @@ allowing you to run a client with no graphical interface, and a Web GUI for
 remote access.  The @command{amulecmd} command allows you to control aMule
 remotely.")
     (license license:gpl2+)))
+
+(define-public czmq
+  (package
+    (name "czmq")
+    (version "4.1.1")
+    (source (origin
+              (method url-fetch)
+              (uri
+               (string-append "https://github.com/zeromq/czmq/releases/download/v"
+                              version "/" name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1h5hrcsc30fcwb032vy5gxkq4j4vv1y4dj460rfs1hhxi0cz83zh"))))
+    (build-system gnu-build-system)
+    (inputs `(("zeromq" ,zeromq)))
+    (synopsis "High-level C binding for ØMQ (zeromq)")
+    (description "High-level C binding for ZeroMQ.
+
+Ø All-round Slice of Heaven for C developers.
+
+Ø Supports libzmq v2.x, v3.x, and v4.x.
+
+Ø Open source under MPL v2 license.
+
+Ø Commercial support ask for at the zeromq-dev mailing list")
+    (home-page "http://czmq.zeromq.org/")
+    (license license:mpl2.0)))
+
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-05-19 21:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-16 21:47 [bug#31477] [PATCH 1/2] gnu: Add czmq Tonton
2018-05-16 21:47 ` [bug#31478] [PATCH 2/2] gnu: Add zyre Tonton
2018-05-16 21:54   ` [bug#31478] Tonton
2018-05-16 21:54     ` [bug#31478] [PATCH] gnu: Add zyre Tonton
2018-05-17 11:23       ` Ludovic Courtès
2018-05-17 15:50   ` Tonton
2018-05-19 20:14     ` bug#31478: " Ludovic Courtès
2018-05-19 20:15     ` [bug#31478] " Ludovic Courtès
2018-05-19 21:14       ` Tonton
2018-05-17 10:03 ` [bug#31477] [PATCH 1/2] gnu: Add czmq Christopher Baines
2018-05-17 14:52   ` Tonton
2018-05-17 21:47     ` Christopher Baines
2018-05-18  6:35 ` bug#31477: " Tonton

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.