me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-keyparse.

* gnu/packages/tex.scm (texlive-keyparse): New variable.
master
Nicolas Goaziou 2023-08-29 15:53:31 +02:00
parent 43834a61b0
commit ebe560dca6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -86259,6 +86259,27 @@ text and adding a corresponding index entry. The standard use case is the
production of an index of names.")
(license license:lppl1.3c)))
(define-public texlive-keyparse
(package
(name "texlive-keyparse")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/keyparse/"
"source/latex/keyparse/"
"tex/latex/keyparse/")
(base32
"11g2knzck2g1j8mcqy3821p8a7xz1a0krz2s3ak7jn060aim72hi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/keyparse")
(synopsis "Key based parser")
(description
"This LaTeX package provides an interface to define and evaluate key-based
replacement rules. It can be used to parse the argument specification of
a document command.")
(license license:lppl1.3c)))
;;;
;;; 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