[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56759] [PATCH 06/20] gnu: Add ruby-link-header.
From: |
Philip McGrath |
Subject: |
[bug#56759] [PATCH 06/20] gnu: Add ruby-link-header. |
Date: |
Mon, 25 Jul 2022 08:16:21 -0400 |
* gnu/packages/ruby.scm (ruby-link-header): 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 fb9d5c53b9..d03d13371c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13161,3 +13161,24 @@ (define-public ruby-latex-decode
independently to decode LaTeX. Many of the patterns used by this Ruby gem are
based on François Charette's equivalent Perl module @code{LaTeX::Decode}.")
(license license:gpl3+))))
+
+(define-public ruby-link-header
+ (package
+ (name "ruby-link-header")
+ (version "0.0.8")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "link_header" version))
+ (sha256
+ (base32
+ "1yamrdq4rywmnpdhbygnkkl9fdy249fg5r851nrkkxr97gj5rihm"))))
+ (build-system ruby-build-system)
+ (home-page "https://github.com/asplake/link_header")
+ (synopsis "Parse and format HTTP @code{Link} headers")
+ (description
+ "This gem provides the classes @code{LinkHeader} and
+@code{LinkHeader::Link}, which represent HTTP @code{Link} headers conforming
+to RFC 5988. Objects can be constructed from and converted to text or a
+JSON-friendly @code{Array} representation. They can also be used to generate
+corresponding HTML @code{link} elements.")
+ (license license:expat)))
--
2.32.0
- [bug#56759] [PATCH 00/20] gnu: Add AnyStyle., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 02/20] gnu: Add ruby-namae., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 04/20] gnu: Add ruby-ritex., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 01/20] gnu: Add ruby-wapiti., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 06/20] gnu: Add ruby-link-header.,
Philip McGrath <=
- [bug#56759] [PATCH 07/20] gnu: Add ruby-rdf., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 08/20] gnu: Add ruby-rdf-vocab., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 03/20] gnu: Add itex2mml., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 09/20] gnu: Add ruby-bibtex-ruby., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 05/20] gnu: Add ruby-latex-decode., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 10/20] gnu: Add ruby-unicode-scripts., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 12/20] gnu: Add ruby-edtf., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 13/20] gnu: Add ruby-gli., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 15/20] gnu: Add ruby-anystyle., Philip McGrath, 2022/07/25
- [bug#56759] [PATCH 17/20] gnu: ruby-anystyle-data: Don't write to installed gem., Philip McGrath, 2022/07/25