[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/66: gnu: Add zeromq.
From: |
Manolis Fragkiskos Ragkousis |
Subject: |
24/66: gnu: Add zeromq. |
Date: |
Thu, 21 May 2015 12:51:55 +0000 |
phant0mas pushed a commit to branch wip-hurd
in repository guix.
commit 65f2d1566a260fec811c8fc21effd1f946d8c21c
Author: Ricardo Wurmus <address@hidden>
Date: Wed Apr 29 16:52:46 2015 +0200
gnu: Add zeromq.
* gnu/packages/networking.scm (zeromq): New variable.
---
gnu/packages/networking.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5429535..b9125af 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -53,3 +54,26 @@ line, to logically connect serial lines on different
computers, or to
establish a relatively secure environment (su and chroot) for running client
or server shell scripts with network connections. ")
(license license:gpl2)))
+
+(define-public zeromq
+ (package
+ (name "zeromq")
+ (version "4.0.5")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://download.zeromq.org/zeromq-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0arl8fy8d03xd5h0mgda1s5bajwg8iyh1kk4hd1420rpcxgkrj9v"))))
+ (build-system gnu-build-system)
+ (home-page "http://zeromq.org")
+ (synopsis "Library for message-based applications")
+ (description
+ "The 0MQ lightweight messaging kernel is a library which extends the
+standard socket interfaces with features traditionally provided by specialized
+messaging middle-ware products. 0MQ sockets provide an abstraction of
+asynchronous message queues, multiple messaging patterns, message
+filtering (subscriptions), seamless access to multiple transport protocols and
+more.")
+ (license license:lgpl3+)))
- 22/66: gnu: subversion: Update to 1.8.13., (continued)
- 22/66: gnu: subversion: Update to 1.8.13., Manolis Fragkiskos Ragkousis, 2015/05/21
- 03/66: gnu: linux-libre: Update to 4.0.1., Manolis Fragkiskos Ragkousis, 2015/05/21
- 19/66: gnu: acpica: Update to 20150410., Manolis Fragkiskos Ragkousis, 2015/05/21
- 25/66: gnu: Add libe-book., Manolis Fragkiskos Ragkousis, 2015/05/21
- 23/66: gnu: rename (gnu packages socat) to (gnu packages networking)., Manolis Fragkiskos Ragkousis, 2015/05/21
- 26/66: doc: Replace reference to profile.sh with sh-symlink, Manolis Fragkiskos Ragkousis, 2015/05/21
- 27/66: gnu: Add totem-pl-parser., Manolis Fragkiskos Ragkousis, 2015/05/21
- 28/66: guix package: Move profile cleaning out of 'search-path-environment-variables'., Manolis Fragkiskos Ragkousis, 2015/05/21
- 29/66: guix package: Introduce 'evaluate-search-paths'., Manolis Fragkiskos Ragkousis, 2015/05/21
- 30/66: gnu: gcc-5.1: Add specific libvtv patch., Manolis Fragkiskos Ragkousis, 2015/05/21
- 24/66: gnu: Add zeromq.,
Manolis Fragkiskos Ragkousis <=
- 32/66: gnu: samtools: Install libbam.a library., Manolis Fragkiskos Ragkousis, 2015/05/21
- 38/66: doc: Fix dangling references in the 'sh-symlink' monad example., Manolis Fragkiskos Ragkousis, 2015/05/21
- 37/66: doc: Suggest 'groupadd --system'., Manolis Fragkiskos Ragkousis, 2015/05/21
- 34/66: gnu: Add taskwarrior., Manolis Fragkiskos Ragkousis, 2015/05/21
- 39/66: gnu: Add python-sympy., Manolis Fragkiskos Ragkousis, 2015/05/21
- 35/66: gnu: bamtools: Set rpath via LDFLAGS., Manolis Fragkiskos Ragkousis, 2015/05/21
- 33/66: gnu: Add samtools-0.1.19., Manolis Fragkiskos Ragkousis, 2015/05/21
- 31/66: gnu: samtools: Remove patch-makefile-curses phase., Manolis Fragkiskos Ragkousis, 2015/05/21
- 36/66: doc: Clarify installation from the binary tarball., Manolis Fragkiskos Ragkousis, 2015/05/21
- 43/66: substitute: Increase TTL from 24h to 36h., Manolis Fragkiskos Ragkousis, 2015/05/21