guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/93: gnu: Add texlive-expkv-bundle.


From: guix-commits
Subject: 24/93: gnu: Add texlive-expkv-bundle.
Date: Thu, 20 Jul 2023 05:21:16 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8601f0c5ddb63eee4e15b143060326a3184b3176
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:49:23 2023 +0200

    gnu: Add texlive-expkv-bundle.
    
    * gnu/packages/tex.scm (texlive-expkv-bundle): New variable.
---
 gnu/packages/tex.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 002b05d219..7930954293 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2429,6 +2429,46 @@ to refer to examples, as well as some inline formatting 
commands commonly used
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]