guix-commits
[Top][All Lists]
Advanced

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

198/245: gnu: Add texlive-simplebnf.


From: guix-commits
Subject: 198/245: gnu: Add texlive-simplebnf.
Date: Sun, 30 Jul 2023 13:47:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8e6935ebe210043451322ddd85d18cc855712517
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:47:47 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b84d8fe005..577b588be3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6073,6 +6073,26 @@ electrical and electronics engineers and graph 
theorists.")
 the shuffle product which is used in some part of mathematics and physics.")
     (license license:public-domain)))
 
+(define-public texlive-simplebnf
+  (package
+    (name "texlive-simplebnf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/simplebnf/"
+                   "tex/latex/simplebnf/")
+             (base32
+              "0a8kysfm24yh738pigwprjjyg0dg2fpf5k549wqi6qx09wp4d3xw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/simplebnf";)
+    (synopsis "Simple package to format Backus-Naur form (BNF)")
+    (description
+     "This package provides a simple way to format Backus-Naur form (BNF).
+The included @code{bnfgrammar} environment parses BNF expressions (possibly
+annotated), so users can write readable BNF expressions in their documents.")
+    (license license:expat)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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