me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-rest-api.

* gnu/packages/tex.scm (texlive-rest-api): New variable.
Nicolas Goaziou 2023-07-30 16:44:23 +02:00
parent b4fd27a7e1
commit 5888a93b01
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -5817,6 +5817,28 @@ solution of a linear system;
@end itemize") @end itemize")
(license license:lppl1.3c))) (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 (define-public texlive-bibtex8
(package (package
(name "texlive-bibtex8") (name "texlive-bibtex8")