guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: Add ruby-multicodecs.


From: guix-commits
Subject: 02/03: gnu: Add ruby-multicodecs.
Date: Tue, 10 May 2022 07:48:34 -0400 (EDT)

raghavgururajan pushed a commit to branch master
in repository guix.

commit 1cb87949d96ee919008fded192532a87c06b60be
Author: Stephen Paul Weber <singpolyma@singpolyma.net>
AuthorDate: Tue May 10 07:33:32 2022 -0400

    gnu: Add ruby-multicodecs.
    
    * gnu/packages/ruby.scm (ruby-multicodecs): New variable.
    
    Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
---
 gnu/packages/ruby.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 23526c2243..ebd2e088cc 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -12362,3 +12362,21 @@ immutable Struct class, plus extensible, lightweight 
validation and coercion.")
 specification.  It provides 100% mutation coverage, tested on MRI 1.9, 2.0, 
2.1,
 2.2, Rubinius, and JRuby.")
     (license license:unlicense)))
+
+(define-public ruby-multicodecs
+  (package
+    (name "ruby-multicodecs")
+    (version "0.2.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (rubygems-uri "multicodecs" version))
+        (sha256
+          (base32 "0drq267di57l9zqw6zvqqimilz42rbc8z7392dwkk8wslq30s7v8"))))
+    (build-system ruby-build-system)
+    (home-page "https://github.com/SleeplessByte/ruby-multicodec";)
+    (synopsis "Ruby implementation of multiformats/multicodec")
+    (description "Multicodecs is the ruby implementation of
+multiformats/multicodec, a canonical table of of codecs used by various
+multiformats.")
+    (license license:expat)))



reply via email to

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