[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
139/245: gnu: Add texlive-messagepassing.
From: |
guix-commits |
Subject: |
139/245: gnu: Add texlive-messagepassing. |
Date: |
Sun, 30 Jul 2023 13:46:52 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d3c9796d77786196d5a04f3bd579cce0a65fd21b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:31:39 2023 +0200
gnu: Add texlive-messagepassing.
* gnu/packages/tex.scm (texlive-messagepassing): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 438899a780..af2f53b681 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4751,6 +4751,30 @@ styles that ease the declaration of memory graphs. It
is intended for graphs
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")
- 110/245: gnu: Add texlive-interval., (continued)
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens., guix-commits, 2023/07/30
- 139/245: gnu: Add texlive-messagepassing.,
guix-commits <=
- 133/245: gnu: Add texlive-matlab-prettifier., guix-commits, 2023/07/30
- 143/245: gnu: Add texlive-mhequ., guix-commits, 2023/07/30
- 159/245: gnu: Add texlive-objectz., guix-commits, 2023/07/30
- 145/245: gnu: Add texlive-mismath., guix-commits, 2023/07/30
- 146/245: gnu: Add texlive-multiobjective., guix-commits, 2023/07/30
- 150/245: gnu: Add texlive-natded., guix-commits, 2023/07/30
- 160/245: gnu: Add texlive-oplotsymbl., guix-commits, 2023/07/30
- 173/245: gnu: Add texlive-prftree., guix-commits, 2023/07/30
- 176/245: gnu: Add texlive-proof-at-the-end., guix-commits, 2023/07/30
- 161/245: gnu: Add texlive-ot-tableau., guix-commits, 2023/07/30