gnu: Add texlive-lazylist.

* gnu/packages/tex.scm (texlive-lazylist): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:55 +02:00
parent 1030ba9aa1
commit e310d0aa57
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -86764,6 +86764,27 @@ (define-public texlive-layouts
parameters.")
(license license:lppl1.3+)))
(define-public texlive-lazylist
(package
(name "texlive-lazylist")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lazylist/" "tex/latex/lazylist/")
(base32
"1pyz8p3m25ccna6w8bahg29nqivryzygq62mzl1ybls90h9pls1p")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lazylist")
(synopsis "Lists in TeX's mouth")
(description
"The package was developed to provide flexible lists, whose ordering can be
altered on the fly. The implementation involves a pile of lambda-calculus and
list-handling macros of an incredibly obtuse nature. The TUGboat paper serves
as a manual for the macros. Having said all of which, confidence is enhanced
by the knowledge that the TeX code was formally verified.")
(license license:lppl1.2+)))
;;;
;;; 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