gnu: Add texlive-expkv-bundle.

* gnu/packages/tex.scm (texlive-expkv-bundle): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:49:23 +02:00
parent f340fd2acc
commit 8601f0c5dd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2429,6 +2429,46 @@ (define-public texlive-expex-acro
in linguistics.")
(license license:lppl1.3+)))
(define-public texlive-expkv-bundle
(package
(name "texlive-expkv-bundle")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/expkv-bundle/"
"source/latex/expkv-bundle/"
"tex/context/third/expkv-bundle/"
"tex/generic/expkv-bundle/"
"tex/latex/expkv-bundle/")
(base32
"09ijb71w69bnhi38i8z2bnv8d4r4sdg337v61yi66y94z8d9iid9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/expkv-bundle")
(synopsis "Expandable @samp{key=val} implementation and friends")
(description
"This is a collection of different packages that provide @samp{key=value}
functionality in plainTeX, LaTeX, and ConTeXt.
At the core, the @code{expkv} package implements two expandable
@samp{key=value} parsers that are somewhat fast and robust against common bugs
in many key=value implementations (no accidental brace stripping, no fragility
for active commas or equals signs).
@code{expkv-cs} enables users to define expandable @samp{key=value} macros in
a comfortable and straightforward way.
@code{expkv-def} provides an interface to define common key types for
@code{expkv} similar to the key defining interfaces of widespread
@samp{key=value} implementations.
@code{expkv-opt} allows to parse package or class options in LaTeX via
@code{expkv}.
@code{expkv-pop} is a utility package to define prefix oriented parsers that
allow a somewhat natural formulation.")
(license license:lppl1.3c)))
(define-public texlive-findhyph
(package
(name "texlive-findhyph")