[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/245: gnu: Add texlive-cryptocode.
From: |
guix-commits |
Subject: |
58/245: gnu: Add texlive-cryptocode. |
Date: |
Sun, 30 Jul 2023 13:46:37 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6480ed7d9d16416cc47d080e1c312366c148c0f6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 15:48:48 2023 +0200
gnu: Add texlive-cryptocode.
* gnu/packages/tex.scm (texlive-cryptocode): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e3ade7313e..310a270805 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2812,6 +2812,31 @@ with a wide array of formats. For the moment, it works
out of the box with
ConTeXt and LaTeX.")
(license (list license:gpl3+ license:fdl1.3+))))
+(define-public texlive-cryptocode
+ (package
+ (name "texlive-cryptocode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cryptocode/"
+ "source/latex/cryptocode/"
+ "tex/latex/cryptocode/")
+ (base32
+ "0i22bdg2mn305vlmpy32yqbsp7kf5ld54vdvjzq49n8v00qxy286")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cryptocode")
+ (synopsis
+ "Pseudocode, protocols, game-based proofs and black-box reductions in
cryptography")
+ (description
+ "The @code{cryptocode} package provides a set of macros to ease the
+typesetting of pseudocode, algorithms and protocols. In addition it comes
+with a wide range of tools to typeset cryptographic papers. This includes
+simple predefined commands for concepts such as a security parameter or
+advantage terms but also flexible and powerful environments to layout
+game-based proofs or black-box reductions.")
+ (license license:lppl1.3+)))
+
(define-public texlive-cweb-old
(package
(name "texlive-cweb-old")
- 09/245: gnu: Add texlive-algxpar., (continued)
- 09/245: gnu: Add texlive-algxpar., guix-commits, 2023/07/30
- 11/245: gnu: Add texlive-amscdx., guix-commits, 2023/07/30
- 17/245: gnu: Add texlive-backnaur., guix-commits, 2023/07/30
- 22/245: gnu: Add texlive-bodeplot., guix-commits, 2023/07/30
- 36/245: gnu: Add texlive-chemcompounds., guix-commits, 2023/07/30
- 48/245: gnu: Add texlive-clrscode3e., guix-commits, 2023/07/30
- 45/245: gnu: Add texlive-chemsec., guix-commits, 2023/07/30
- 47/245: gnu: Add texlive-clrscode., guix-commits, 2023/07/30
- 52/245: gnu: Add texlive-complexity., guix-commits, 2023/07/30
- 49/245: gnu: Add texlive-codeanatomy., guix-commits, 2023/07/30
- 58/245: gnu: Add texlive-cryptocode.,
guix-commits <=
- 61/245: gnu: Add texlive-decision-table., guix-commits, 2023/07/30
- 54/245: gnu: Add texlive-concmath., guix-commits, 2023/07/30
- 60/245: gnu: Add texlive-cvss., guix-commits, 2023/07/30
- 68/245: gnu: Add texlive-dijkstra., guix-commits, 2023/07/30
- 77/245: gnu: Add texlive-engtlc., guix-commits, 2023/07/30
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30