# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.18.0 The Coq Proof Assistant coq-core 8.18.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.18.0 The Coq Proof Assistant -- Standard Library coqide-server 8.18.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 5.0.0 The OCaml compiler (virtual package) ocaml-base-compiler 5.0.0 Official release 5.0.0 ocaml-config 3 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "Reynald Affeldt <reynald.affeldt@aist.go.jp>" 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.13" & < "8.15~") | (= "dev") } "coq-mathcomp-ssreflect" { (>= "1.13.0" & < "1.14~") | (= "dev") } "coq-mathcomp-fingroup" { (>= "1.13.0" & < "1.14~") | (= "dev") } "coq-mathcomp-algebra" { (>= "1.13.0" & < "1.14~") | (= "dev") } "coq-mathcomp-solvable" { (>= "1.13.0" & < "1.14~") | (= "dev") } "coq-mathcomp-field" { (>= "1.13.0" & < "1.14~") | (= "dev") } "coq-mathcomp-analysis" { (>= "0.3.11") & (< "0.4~")} ] tags: [ "keyword:information theory" "keyword:probability" "keyword:error-correcting codes" "keyword:convexity" "logpath:infotheo" "date:2022-01-03" ] 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)" ] url { http: "https://github.com/affeldt-aist/infotheo/archive/0.3.5.tar.gz" checksum: "sha512=fd70a421ab8a2d506d2328a912621a6d2160c9b0b576a869291772b70d2937066a0b6e471d531d55ed8d5b6e834273412d7f1b1d8a047972894e9a0a86a40695" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-infotheo.0.3.5 coq.8.18.0
[NOTE] Package coq is already installed (current version is 8.18.0). [ERROR] Package conflict! * No agreement on the version of ocaml: - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 - coq-infotheo = 0.3.5 -> coq (< 8.15~ | >= dev) -> ocaml < 4.02.0 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - (invariant) -> ocaml-base-compiler = 5.0.0 - coq-infotheo = 0.3.5 -> coq (< 8.15~ | >= dev) -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp - coq-infotheo = 0.3.5 -> coq (< 8.15~ | >= dev) * Missing dependency: - coq-infotheo = 0.3.5 -> coq (< 8.15~ | >= dev) -> ocaml < 4.02.0 -> ocaml-variants >= 3.11.1 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
opam remove -y coq; opam install -y --show-action --unlock-base coq-infotheo.0.3.5
true
true
No files were installed.
true