[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28885] [PATCH 6/9] gnu: Add ruby-cztop.
From: |
Christopher Baines |
Subject: |
[bug#28885] [PATCH 6/9] gnu: Add ruby-cztop. |
Date: |
Wed, 18 Oct 2017 07:03:33 +0100 |
* gnu/packages/ruby.scm (ruby-cztop): New variable.
---
gnu/packages/ruby.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 02320e7cf..48e9ee8b4 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -679,6 +679,33 @@ used by higher level bindings like those provided by
CZTop.")
"https://github.com/paddor/czmq-ffi-gen")
(license license:isc)))
+(define-public ruby-cztop
+ (package
+ (name "ruby-cztop")
+ (version "0.11.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "cztop" version))
+ (sha256
+ (base32
+ "0mhqacvac1djgqzya623819qcj7f0yjqs2gimf40alp7dbwb82a3"))))
+ (build-system ruby-build-system)
+ (arguments
+ '(#:test-target "spec"))
+ (native-inputs
+ `(("bundler" ,bundler)
+ ("ruby-rspec" ,ruby-rspec)))
+ (propagated-inputs
+ `(("ruby-czmq-ffi-gen" ,ruby-czmq-ffi-gen)))
+ (synopsis "CZMQ Ruby bindings")
+ (description
+ "CZMQ Ruby bindings, based on the generated low-level FFI bindings of
+CZMQ. The focus of of CZTop is on being easy to use and providing first class
+support for security mechanisms.")
+ (home-page "https://github.com/paddor/cztop")
+ (license license:isc)))
+
(define-public ruby-saikuro-treemap
(package
(name "ruby-saikuro-treemap")
--
2.14.2
- [bug#28885] [PATCH] Add ruby-iruby and dependencies, Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 1/9] gnu: networking: Add czmq., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 3/9] gnu: Add ruby-bacon-bits., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 9/9] gnu: Add ruby-iruby., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 6/9] gnu: Add ruby-cztop.,
Christopher Baines <=
- [bug#28885] [PATCH 8/9] gnu: Add ruby-mimemagic., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 5/9] gnu: Add ruby-czmq-ffi-gen., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 7/9] gnu: Add ruby-data_uri., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 4/9] gnu: Add ruby-bond., Christopher Baines, 2017/10/18
- [bug#28885] [PATCH 2/9] gnu: Add ruby-mocha-on-bacon., Christopher Baines, 2017/10/18