@@ -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)))