[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/45: gnu: Add ruby-link-header.
From: |
guix-commits |
Subject: |
29/45: gnu: Add ruby-link-header. |
Date: |
Thu, 4 Aug 2022 06:07:09 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5e27bcf358bc57c735ca38e5a87f645529db26a2
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Mon Jul 25 08:16:21 2022 -0400
gnu: Add ruby-link-header.
* gnu/packages/ruby.scm (ruby-link-header): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/ruby.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5111b9ae2b..bab120f8e0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -13163,3 +13163,24 @@ original use was as an input filter for BibTeX-Ruby,
but it can be used
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)))
- 15/45: gnu: Add libomp-9., (continued)
- 15/45: gnu: Add libomp-9., guix-commits, 2022/08/04
- 02/45: gnu: python-args: Patch reference to basestring., guix-commits, 2022/08/04
- 35/45: gnu: Add ruby-edtf., guix-commits, 2022/08/04
- 09/45: gnu: Add libomp-12., guix-commits, 2022/08/04
- 23/45: gnu: make-clang-toolchain: Require explicit libomp., guix-commits, 2022/08/04
- 10/45: gnu: clang-toolchain-12: Use libomp-12., guix-commits, 2022/08/04
- 36/45: gnu: Add ruby-gli., guix-commits, 2022/08/04
- 39/45: gnu: Add anystyle., guix-commits, 2022/08/04
- 18/45: gnu: clang-toolchain-8: Use libomp-8., guix-commits, 2022/08/04
- 33/45: gnu: Add ruby-unicode-scripts., guix-commits, 2022/08/04
- 29/45: gnu: Add ruby-link-header.,
guix-commits <=
- 20/45: gnu: clang-toolchain-7: Use libomp-7., guix-commits, 2022/08/04
- 40/45: gnu: ruby-anystyle-data: Don't write to installed gem., guix-commits, 2022/08/04
- 45/45: gnu: Add python-h5netcdf., guix-commits, 2022/08/04
- 31/45: gnu: Add ruby-rdf-vocab., guix-commits, 2022/08/04
- 08/45: gnu: libomp-13: Reference llvm-13 version string., guix-commits, 2022/08/04
- 21/45: gnu: Add libomp-6., guix-commits, 2022/08/04
- 38/45: gnu: Add ruby-anystyle., guix-commits, 2022/08/04
- 01/45: guix build: Print hints when -s or --target is passed an invalid string., guix-commits, 2022/08/04
- 32/45: gnu: Add ruby-bibtex-ruby., guix-commits, 2022/08/04
- 28/45: gnu: Add ruby-latex-decode., guix-commits, 2022/08/04