[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
186/245: gnu: Add texlive-rest-api.
From: |
guix-commits |
Subject: |
186/245: gnu: Add texlive-rest-api. |
Date: |
Sun, 30 Jul 2023 13:47:02 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 5888a93b013e113eecffd79ea400db40b3e6d844
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:44:23 2023 +0200
gnu: Add texlive-rest-api.
* gnu/packages/tex.scm (texlive-rest-api): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 58b81fac80..3bec8103fe 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5817,6 +5817,28 @@ solution of a linear system;
@end itemize")
(license license:lppl1.3c)))
+(define-public texlive-rest-api
+ (package
+ (name "texlive-rest-api")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/rest-api/"
+ "source/latex/rest-api/"
+ "tex/latex/rest-api/")
+ (base32
+ "1yv81yisaqkxnq33803z7kx3rk6hsdnyza0dzgqmkf6x1jmsnlp9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/rest-api")
+ (synopsis "Describing a REST API")
+ (description
+ "This LaTeX package provides macros to describe REST APIs for
+documentation purposes. The endpoints can hold the following information:
+method description path parameter request body and content type response body,
+content type and status code.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 172/245: gnu: Add texlive-polexpr., (continued)
- 172/245: gnu: Add texlive-polexpr., guix-commits, 2023/07/30
- 169/245: gnu: Add texlive-physunits., guix-commits, 2023/07/30
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30
- 174/245: gnu: Add texlive-principia., guix-commits, 2023/07/30
- 164/245: gnu: Add texlive-pascaltriangle., guix-commits, 2023/07/30
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api.,
guix-commits <=
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots., guix-commits, 2023/07/30
- 238/245: gnu: Add texlive-witharrows., guix-commits, 2023/07/30
- 214/245: gnu: Add texlive-structmech., guix-commits, 2023/07/30
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof., guix-commits, 2023/07/30
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30