unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tonton <tonton@riseup.net>
To: 31478@debbugs.gnu.org
Cc: Tonton <tonton@riseup.net>
Subject: [bug#31478] [PATCH] gnu: Add zyre.
Date: Thu, 17 May 2018 17:50:33 +0200	[thread overview]
Message-ID: <20180517155033.16669-1-tonton@riseup.net> (raw)
In-Reply-To: <20180516214715.4728-2-tonton@riseup.net>

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7f4550cba..2ccf42059 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1796,3 +1796,35 @@ remotely.")
     (home-page "http://czmq.zeromq.org/")
     (license license:mpl2.0)))
 
+(define-public zyre
+  (package
+    (name "zyre")
+    (version "2.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri
+               (string-append "https://github.com/zeromq/zyre/releases/download/v"
+                              version "/" name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0qz2730bng1gs9xbqxhkw88qbsmszgmmrl2g9k6xrg6r3bqvsdc7"))))
+    (build-system gnu-build-system)
+    (inputs `(("zeromq" ,zeromq)
+              ("czmq" ,czmq)
+              ("libsodium" ,libsodium)))
+    (synopsis "Framework for proximity-based peer-to-peer applications")
+    (description "Zyre provides reliable group messaging over local area
+networks using zeromq.  It has these key characteristics:
+
+@itemize
+@item Zyre needs no administration or configuration.
+@item Peers may join and leave the network at any time.
+@item Peers talk to each other without any central brokers or servers.
+@item Peers can talk directly to each other.
+@item Peers can join groups, and then talk to groups.
+@item Zyre is reliable, and loses no messages even when the network is heavily loaded.
+@item Zyre is fast and has low latency, requiring no consensus protocols.
+@item Zyre is designed for WiFi networks, yet also works well on Ethernet networks.
+@end itemize")
+    (home-page "https://github.com/zeromq/zyre")
+    (license license:mpl2.0)))
-- 
2.17.0

  parent reply	other threads:[~2018-05-17 15:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180517155033.16669-1-tonton@riseup.net \
    --to=tonton@riseup.net \
    --cc=31478@debbugs.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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).