gnu: Add texlive-memory.
* gnu/packages/tex.scm (texlive-memory): New variable.master
parent
9fa31c5ae6
commit
a025fcdc91
|
@ -88598,6 +88598,24 @@ portions suppressed from printing.")
|
||||||
in the fullness of time be adopted into the main @code{memoir} release.")
|
in the fullness of time be adopted into the main @code{memoir} release.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-memory
|
||||||
|
(package
|
||||||
|
(name "texlive-memory")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/memory/" "source/latex/memory/"
|
||||||
|
"tex/latex/memory/")
|
||||||
|
(base32
|
||||||
|
"04rkyi3kb90hcbhy124yw2akzsy5ws36bh2pva0zxncq62l60lj4")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/memory")
|
||||||
|
(synopsis "Containers for data in LaTeX")
|
||||||
|
(description
|
||||||
|
"The package allows the user to declare single object or array containers.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Reference in New Issue