mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: Add texlive-messagepassing.
* gnu/packages/tex.scm (texlive-messagepassing): New variable.
This commit is contained in:
parent
7f62cf37bf
commit
d3c9796d77
1 changed files with 24 additions and 0 deletions
|
@ -4751,6 +4751,30 @@ (define-public texlive-memorygraphs
|
|||
that represent the memory of a computer program during its execution.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-messagepassing
|
||||
(package
|
||||
(name "texlive-messagepassing")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/messagepassing/"
|
||||
"source/latex/messagepassing/"
|
||||
"tex/latex/messagepassing/")
|
||||
(base32
|
||||
"0m0ig8rhg7y1gv59cg4ask7n24i6k3jwhci2didh87vh598jg9x1")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/messagepassing")
|
||||
(synopsis "Draw diagrams to represent communication protocols")
|
||||
(description
|
||||
"This package provides an environment to easily draw diagrams to
|
||||
represent communication protocols using message passing among processes.
|
||||
Processes are represented as horizontal or vertical lines, and communications
|
||||
as arrows between lines. The package also provides multiple macros to
|
||||
decorate those diagrams, for instance to annotate the diagram, to add crashes
|
||||
to the processes, checkpoints, ...")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue