guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#28583] [PATCH 2/7] gnu: Add ruby-multi-json.


From: Ben Woodcroft
Subject: [bug#28583] [PATCH 2/7] gnu: Add ruby-multi-json.
Date: Wed, 27 Sep 2017 22:03:32 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0



On 25/09/17 03:17, Christopher Baines wrote:
* gnu/packages/ruby.scm (ruby-multi-json): New variable.
[..]
+    (arguments
+     '(#:tests? #f)) ;; No testsuite.
No testsuite included in distributed gem, rather.
+    (synopsis
+     "Common interface to multiple JSON libraries for Ruby")
+    (description
+     "This package provides a common interface to multiple JSON libraries,
+including Oj, Yajl, the JSON gem (with C-extensions), the pure-Ruby JSON gem,
+NSJSONSerialization, gson.rb, JrJackson, and OkJson.")
+    (home-page
+     "http://github.com/intridea/multi_json";)
Both home-page and synopsis could be moved to the line before.

Otherwise LGTM.
ben





reply via email to

[Prev in Thread] Current Thread [Next in Thread]