GNU bug report logs -
#50537
[PATCH] Add several new ruby gems to Guix
Previous Next
Full log
Message #116 received at 50537 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-multicodecs): New variable.
---
gnu/packages/ruby.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 691317559e..790bce9724 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -12456,3 +12456,24 @@ plus extensible, lightweight validation and coercion.")
(description "Promises/A+ for Ruby")
(home-page "https://github.com/lgierth/promise.rb")
(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)
+ (synopsis
+ "PORO of the multicodec table for use with other multiformat ruby gems")
+ (description
+ "This gem provides a PORO of the multicodec table for use with other
+ multiformat ruby gems.")
+ (home-page
+ "https://github.com/SleeplessByte/ruby-multicodec")
+ (license license:expat)))
--
2.30.2
This bug report was last modified 2 years and 321 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.