gnu: Add texlive-regstats.

* gnu/packages/tex.scm (texlive-regstats): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:59:41 +02:00
parent 7c5313a4af
commit 814acac8de
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -93880,6 +93880,29 @@ (define-public texlive-register
say, a pre-silicon test environment.")
(license license:lppl1.3+)))
(define-public texlive-regstats
(package
(name "texlive-regstats")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/regstats/"
"source/latex/regstats/"
"tex/latex/regstats/")
(base32
"1a7jzqs8iv9pmami1pihn1dp3a4dz69ywzgz20zppxsdlg4m01fx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/regstats")
(synopsis "Information about register use")
(description
"The package will report number of used registers (@code{counter},
@code{dimen}, @code{skip}, @code{muskip}, @code{box}, @code{token},
@code{input}, @code{output}, @code{math families}, @code{languages},
@code{insertions}), and will compare the number to the maximum available
number of such registers.")
(license license:lppl1.3+)))
;;;
;;; 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