gnu: Add texlive-loops.

* gnu/packages/tex.scm (texlive-loops): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:54:32 +02:00
parent 82e90b3f09
commit a32f5f9b57
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -87560,6 +87560,25 @@ (define-public texlive-longnamefilelist
@code{myfilist} package as explained in the documentation.")
(license license:lppl1.3+)))
(define-public texlive-loops
(package
(name "texlive-loops")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/loops/" "tex/latex/loops/")
(base32
"09r744s5v87a18h51idy59slhjqqal85wh8xl9axjkwky9ar6dk7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/loops")
(synopsis "General looping macros for use with LaTeX")
(description
"The package provides efficient looping macros for processing both CSV
(separated-values) and NSV/TSV (non-separated values) lists. CSV lists which
have associated parsers may be processed with the tools of the package.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar