GNU bug report logs -
#32535
[PATCH] Add jekyll
Previous Next
Reported by: Julien Lepiller <julien <at> lepiller.eu>
Date: Sun, 26 Aug 2018 16:37:01 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/ruby.scm (ruby-concurrent): New variable.
---
gnu/packages/ruby.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 908dfd575..75ecf4278 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -193,6 +193,36 @@ a focus on simplicity and productivity.")
(("/bin/sh") (which "sh")))
#t)))))))
+(define-public ruby-concurrent
+ (package
+ (name "ruby-concurrent")
+ (version "1.0.5")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "concurrent-ruby" version))
+ (sha256
+ (base32
+ "183lszf5gx84kcpb779v6a2y0mx9sssy8dgppng1z9a505nj1qcf"))))
+ (build-system ruby-build-system)
+ (arguments `(#:tests? #f)); No rakefile
+ (home-page "http://www.concurrent-ruby.com/")
+ (synopsis "Concurrency tools for Ruby")
+ (description "This gem provides concurrency tools for Ruby. Its design goals are:
+@itemize
+@item Be an 'unopinionated' toolbox that provides useful utilities without
+ debating which is better or why
+@item Remain free of external gem dependencies
+@item Stay true to the spirit of the languages providing inspiration
+@item But implement in a way that makes sense for Ruby
+@item Keep the semantics as idiomatic Ruby as possible
+@item Support features that make sense in Ruby
+@item Exclude features that don't make sense in Ruby
+@item Be small, lean, and loosely coupled
+@item Thread-safety
+@item Backward compatibility
+@end itemize")
+ (license license:expat)))
+
(define-public ruby-highline
(package
(name "ruby-highline")
--
2.18.0
This bug report was last modified 6 years and 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.