[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")
- 226/245: gnu: Add texlive-tensor., (continued)
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30
- 243/245: gnu: Add texlive-ytableau., guix-commits, 2023/07/30
- 210/245: gnu: Add texlive-statistics., guix-commits, 2023/07/30
- 181/245: gnu: Add texlive-qsharp., guix-commits, 2023/07/30
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30
- 197/245: gnu: Add texlive-shuffle., guix-commits, 2023/07/30
- 230/245: gnu: Add texlive-thermodynamics., guix-commits, 2023/07/30
- 185/245: gnu: Add texlive-resolsysteme., guix-commits, 2023/07/30
- 194/245: gnu: Add texlive-scratchx., guix-commits, 2023/07/30
- 207/245: gnu: Add texlive-stanli., guix-commits, 2023/07/30
- 198/245: gnu: Add texlive-simplebnf.,
guix-commits <=
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30