From 31537e1ace43d993cd2351f7ee99b5cabf5e10f8 Mon Sep 17 00:00:00 2001 From: Reynald Affeldt Date: Thu, 24 Oct 2024 15:57:47 +0900 Subject: [PATCH] release infotheo 0.7.3 --- .../coq-infotheo/coq-infotheo.0.7.3/opam | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 released/packages/coq-infotheo/coq-infotheo.0.7.3/opam diff --git a/released/packages/coq-infotheo/coq-infotheo.0.7.3/opam b/released/packages/coq-infotheo/coq-infotheo.0.7.3/opam new file mode 100644 index 000000000..33e5bb0bd --- /dev/null +++ b/released/packages/coq-infotheo/coq-infotheo.0.7.3/opam @@ -0,0 +1,54 @@ +opam-version: "2.0" +maintainer: "Reynald Affeldt " + +homepage: "https://github.com/affeldt-aist/infotheo" +dev-repo: "git+https://github.com/affeldt-aist/infotheo.git" +bug-reports: "https://github.com/affeldt-aist/infotheo/issues" +license: "LGPL-2.1-or-later" + +synopsis: "Discrete probabilities and information theory for Coq" +description: """ +Infotheo is a Coq library for reasoning about discrete probabilities, +information theory, and linear error-correcting codes.""" + +build: [ + [make "-j%{jobs}%" ] + [make "-C" "extraction" "tests"] {with-test} +] +install: [make "install"] +depends: [ + "coq" { (>= "8.19" & < "8.21~") | (= "dev") } + "coq-mathcomp-ssreflect" { (>= "2.2.0") | (= "dev") } + "coq-mathcomp-fingroup" { (>= "2.2.0") | (= "dev") } + "coq-mathcomp-algebra" { (>= "2.2.0") | (= "dev") } + "coq-mathcomp-solvable" { (>= "2.2.0") | (= "dev") } + "coq-mathcomp-field" { (>= "2.2.0") | (= "dev") } + "coq-mathcomp-analysis" { (>= "1.5.0") } + "coq-hierarchy-builder" { >= "1.5.0" } + "coq-mathcomp-algebra-tactics" { >= "1.2.0" } + "coq-interval" { >= "4.10.0"} +] + +tags: [ + "keyword:information theory" + "keyword:probability" + "keyword:error-correcting codes" + "keyword:convexity" + "logpath:infotheo" + "date:2024-10-24" +] +authors: [ + "Reynald Affeldt, AIST" + "Manabu Hagiwara, Chiba U. (previously AIST)" + "Jonas Senizergues, ENS Cachan (internship at AIST)" + "Jacques Garrigue, Nagoya U." + "Kazuhiko Sakaguchi, Tsukuba U." + "Taku Asai, Nagoya U. (M2)" + "Takafumi Saikawa, Nagoya U." + "Naruomi Obata, Titech (M2)" + "Alessandro Bruni, IT-University of Copenhagen" +] +url { + src: "https://github.com/affeldt-aist/infotheo/archive/0.7.3.tar.gz" + checksum: "sha512=fac37dccb5cc47e1a13e2d7c11ff684c9491c2db5a0772bcf89fb70093f396792828e97ce257e2bdfe43731ee57aceaf136a3b445b0506beb67e74f98b9c3fcd" +}