diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/aac-tactics/8.10.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/aac-tactics/8.10.0.html index e9f39024bba7..1443db95ff23 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/aac-tactics/8.10.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/aac-tactics/8.10.0.html @@ -55,7 +55,7 @@
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" +homepage: "https://github.com/coq-community/aac-tactics" +dev-repo: "git+https://github.com/coq-community/aac-tactics.git" +bug-reports: "https://github.com/coq-community/aac-tactics/issues" +license: "LGPL-3.0-or-later" +synopsis: "Coq tactics for rewriting universally quantified equations, modulo associative (and possibly commutative and idempotent) operators" +description: """ +This Coq plugin provides tactics for rewriting and proving universally +quantified equations modulo associativity and commutativity of some operator, +with idempotent commutative operators enabling additional simplifications. +The tactics can be applied for custom operators by registering the operators and +their properties as type class instances. Instances for many commonly used operators, +such as for binary integer arithmetic and booleans, are provided with the plugin.""" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "ocaml" {>= "4.09.0"} + "coq" {>= "8.19" & < "8.20"} +] +tags: [ + "category:Miscellaneous/Coq Extensions" + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "keyword:reflexive tactic" + "keyword:rewriting" + "keyword:rewriting modulo associativity and commutativity" + "keyword:rewriting modulo ac" + "keyword:decision procedure" + "logpath:AAC_tactics" + "date:2023-12-22" +] +authors: [ + "Thomas Braibant" + "Damien Pous" + "Fabian Kunze" +] +url { + src: "https://github.com/coq-community/aac-tactics/releases/download/v8.19.0/aac-tactics-8.19.0.tar.gz" + checksum: "sha512=c54fd1512aad1feffd2f3d79035e4c03d74c9218d842e76715cb1a6e876e9b1cdb425905453301e6e80011231ad48f64b45531335c73466755b90bdd6aeba16e" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-aac-tactics.8.19.0 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-aac-tactics >= 8.19.0 -> coq >= 8.19 +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-aac-tactics.8.19.0
true
true
No files were installed.
+true
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -78,13 +96,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-abp.8.8.0 coq.
opam install -y --show-action coq-abp.8.8.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-abp = 8.8.0 -> coq < 8.9~ -> 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-abp = 8.8.0 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-abp = 8.8.0 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -92,13 +120,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-abp.8.8.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" @@ -92,13 +110,16 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-actuary.2.6 coq.
opam install -y --show-action coq-actuary.2.6 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-actuary >= 2.6 -> coq >= 8.17.1 +No solution found, exiting
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
@@ -106,13 +127,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-actuary.2.6
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "vovaglad00@gmail.com" @@ -89,13 +107,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-alea.8.11.0 coq.
opam install -y --show-action coq-alea.8.11.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-alea < 8.12.0 -> coq (< 8.13~ | >= 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-alea < 8.12.0 -> coq (< 8.13~ | >= dev) -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-alea < 8.12.0 -> coq (< 8.13~ | >= dev) -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -103,13 +131,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-alea.8.11.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" @@ -102,13 +120,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-algorand.1.3 coq.
opam install -y --show-action coq-algorand.1.3 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-algorand = 1.3 -> coq < 8.13~ -> 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-algorand = 1.3 -> coq < 8.13~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 + * Missing dependency: + - coq-algorand = 1.3 -> coq < 8.13~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.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:
@@ -116,13 +144,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-algorand.1.3
Fatal error: -Out of memory -Fatal error: -Out of memory -
opam list; echo; timeout 4h opam install -y --deps-only coq-async-test.0.1.0 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install cppo 1.6.9 + - install ocamlbuild 0.14.3 + - install menhirCST 20231231 + - install coq-ext-lib 1.2.1 + - install coq-mathcomp-ssreflect 1.19.0 + - install menhirSdk 20231231 + - install coq-menhirlib 20231231 + - install coq-paco 4.2.0 + - install menhirLib 20231231 + - install coq-ceres 0.4.1 + - install coq-simple-io 1.8.0 + - install coq-itree 5.1.2 + - install menhir 20231231 + - install coq-parsec 0.1.2 + - install coq-itree-io 0.1.1 + - install coq-quickchick 2.0.2 + - install coq-json 0.1.3 +===== 17 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-ceres.0.4.1 (https://github.com/Lysxia/coq-ceres/archive/0.4.1.tar.gz) +-> retrieved coq-itree.5.1.2 (https://github.com/DeepSpec/InteractionTrees/archive/5.1.2.tar.gz) +-> retrieved coq-itree-io.0.1.1 (https://github.com/Lysxia/coq-itree-io/archive/refs/tags/v0.1.1.tar.gz) +-> retrieved coq-json.0.1.3 (https://github.com/liyishuai/coq-json/archive/refs/tags/v0.1.3.tar.gz) +-> retrieved coq-menhirlib.20231231 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz) +-> retrieved coq-mathcomp-ssreflect.1.19.0 (https://github.com/math-comp/math-comp/archive/mathcomp-1.19.0.tar.gz) +-> retrieved coq-quickchick.2.0.2 (https://github.com/QuickChick/QuickChick/archive/refs/tags/v2.0.2.tar.gz) +-> retrieved coq-paco.4.2.0 (https://github.com/snu-sf/paco/archive/v4.2.0.tar.gz) +-> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) +-> retrieved menhir.20231231 (cached) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved menhirCST.20231231 (cached) +-> retrieved menhirLib.20231231 (cached) +-> retrieved menhirSdk.20231231 (cached) +-> retrieved coq-simple-io.1.8.0 (https://github.com/Lysxia/coq-simple-io/archive/1.8.0.tar.gz) +-> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) +-> installed coq-ceres.0.4.1 +-> installed cppo.1.6.9 +-> installed coq-menhirlib.20231231 +-> installed menhirCST.20231231 +-> installed menhirLib.20231231 +-> installed menhirSdk.20231231 +-> installed ocamlbuild.0.14.3 +-> installed coq-paco.4.2.0 +-> installed menhir.20231231 +-> installed coq-mathcomp-ssreflect.1.19.0 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-ceres 0.4.1 +| - install coq-mathcomp-ssreflect 1.19.0 +| - install coq-menhirlib 20231231 +| - install coq-paco 4.2.0 +| - install cppo 1.6.9 +| - install menhir 20231231 +| - install menhirCST 20231231 +| - install menhirLib 20231231 +| - install menhirSdk 20231231 +| - install ocamlbuild 0.14.3 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240225203705.export" +
opam list; echo; timeout 4h opam install -y -v coq-async-test.0.1.0 coq.8.17.0
true
Total: 393 K
-../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/AsyncTest.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Instances.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Jexp.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Operator.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Common.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Classes.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/AsyncTest.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Trace.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Instances.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Jexp.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Common.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/AsyncTest.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Classes.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Operator.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Jexp.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Instances.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Common.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Trace.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Operator.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Classes.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/AsyncTest/Trace.v
No files were installed.
opam remove -y coq-async-test.0.1.0
true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" +homepage: "https://github.com/coq-community/atbr" +dev-repo: "git+https://github.com/coq-community/atbr.git" +bug-reports: "https://github.com/coq-community/atbr/issues" +doc: "https://coq-community.github.io/atbr/" +license: "LGPL-3.0-or-later" +synopsis: "Coq library and tactic for deciding Kleene algebras" +description: """ +This library provides algebraic tools for working with binary relations. +The main tactic provided is a reflexive tactic for solving (in)equations +in an arbitrary Kleene algebra. The decision procedure goes through +standard finite automata constructions. +Note that the initial authors consider this library to be superseded +by the Relation Algebra library, which is based on derivatives +rather than automata: https://github.com/damien-pous/relation-algebra""" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "ocaml" {>= "4.09.0"} + "coq" {>= "8.19" & < "8.20"} +] +tags: [ + "category:Miscellaneous/Coq Extensions" + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "keyword:Kleene algebra" + "keyword:finite automata" + "keyword:semiring" + "keyword:matrices" + "keyword:decision procedure" + "keyword:reflexive tactic" + "logpath:ATBR" + "date:2023-12-28" +] +authors: [ + "Thomas Braibant" + "Damien Pous" +] +url { + src: "https://github.com/coq-community/atbr/releases/download/v8.19.0/atbr-8.19.0.tar.gz" + checksum: "sha512=46cda71efa70cb60d8eec7d261ee026f5b7015f25a90a7c76cd42e93222c62e689a0b3970881772a41a2f8afc750ae9726e0317adb4299f4ea34372d1376990f" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-atbr.8.19.0 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-atbr >= 8.19.0 -> coq >= 8.19 +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-atbr.8.19.0
true
true
No files were installed.
+true
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -93,13 +111,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-automata.8.10.0 coq.
opam install -y --show-action coq-automata.8.10.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-automata >= 8.10.0 -> coq < 8.11~ -> 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-automata >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-automata >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -107,13 +135,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-automata.8.10.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" synopsis: "A tool to generate substitution boilerplate Coq code for languages with binders" @@ -103,13 +121,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-autosubst-ocaml.1.0.0 coq.
opam install -y --show-action coq-autosubst-ocaml.1.0.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-autosubst-ocaml < 1.1 -> ocaml < 4.12 + 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-autosubst-ocaml < 1.1 -> ocaml < 4.12 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-autosubst-ocaml < 1.1 -> ocaml < 4.12 -> ocaml-variants >= 3.09.2 -> 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:
@@ -117,13 +145,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-autosubst-ocaml.1.0.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "OCaml implementation of Autosubst for Coq" +description: """ + Autosubst can be used to generate substitution boilerplate code for syntax with binders. + It takes language definitions written in signature files and outputs a file that + contains Coq code implementing the language, the substitution operation, rewriting lemmas + and a tactic to automatically solve certain substitution goals using the rewriting lemmas. +""" +homepage: "https://github.com/uds-psl/autosubst-ocaml" +bug-reports: "https://github.com/uds-psl/autosubst-ocaml/issues" +maintainer: "Yannick Forster yannick.forster@inria.fr" +authors: [ "Adrian Dapprich" ] +license: "MIT" +depends: [ + "ocaml" { >= "4.09" & < "4.15" } + "coq" { >= "8.19" & < "8.20" } + "angstrom" { >= "0.15.0" } + "dune" { >= "2.5" } + "ocamlgraph" { >= "2.0.0" } + "ppx_deriving" { >= "5.2.1" } +] +build: [ "dune" "build" "-p" name "-j" jobs ] +url { + src: "https://github.com/uds-psl/autosubst-ocaml/archive/refs/tags/1.1+8.19.tar.gz" + checksum: "sha256=b197053a8201e5de41668dfa4a91c8be00f901508b66f969aeae78d382d66633" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-autosubst-ocaml.1.1 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-autosubst-ocaml >= 1.1 -> ocaml < 4.15 + 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-autosubst-ocaml >= 1.1 -> ocaml < 4.15 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-autosubst-ocaml >= 1.1 -> ocaml < 4.15 -> ocaml-variants >= 3.09.2 -> 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-autosubst-ocaml.1.1
true
true
No files were installed.
+true
Total: 16 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.3.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.3.html index 571c95af5a88..7f581a040d69 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.3.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.3.html @@ -3,7 +3,7 @@ -Total: 16 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.4.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.4.html index 8d9cea5615cd..a3a65f5e58bd 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.4.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.4.html @@ -3,7 +3,7 @@ -Total: 16 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.5.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.5.html index 60f11eb6e566..b7913ac18c7c 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.5.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.5.html @@ -3,7 +3,7 @@ -Total: 16 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.6.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.6.html index a73fa6992098..e6bd691238c6 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.6.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2-compiler/0.0.6.html @@ -3,7 +3,7 @@ -Total: 16 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.1.html index b63b3e646bcc..b1ce347add1e 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.1.html @@ -55,7 +55,7 @@Total: 5 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.3.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.3.html index abdc3d29f7cc..ff8ef6fc3e90 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.3.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.3.html @@ -55,7 +55,7 @@Total: 29 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.5.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.5.html index 3d8c8d556dbb..441f2cb41f89 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.5.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.5.html @@ -3,7 +3,7 @@ -Total: 18 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.6.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.6.html index 0cba600e9e6f..8f106a733c18 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.6.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/bedrock2/0.0.6.html @@ -3,7 +3,7 @@ -Total: 20 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/belgames/1.0.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/belgames/1.0.0.html index 6d0ed92e430e..48aa5657a30a 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/belgames/1.0.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/belgames/1.0.0.html @@ -55,7 +55,7 @@# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "pierre.roux@onera.fr" +homepage: "https://github.com/coq-community/bignums" +dev-repo: "git+https://github.com/coq-community/bignums.git" +bug-reports: "https://github.com/coq-community/bignums/issues" +license: "LGPL-2.1-only" +synopsis: "Bignums, the Coq library of arbitrarily large numbers" +description: """ +This Coq library provides BigN, BigZ, and BigQ that used to +be part of the standard library.""" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "ocaml" + "coq" {>= "8.19" & < "8.20~"} +] +tags: [ + "category:Miscellaneous/Coq Extensions" + "category:Mathematics/Arithmetic and Number Theory/Number theory" + "category:Mathematics/Arithmetic and Number Theory/Rational numbers" + "keyword:integer numbers" + "keyword:rational numbers" + "keyword:arithmetic" + "keyword:arbitrary precision" + "logpath:Bignums" + "date:2023-12-19" +] +authors: [ + "Laurent Thรฉry" + "Benjamin Grรฉgoire" + "Arnaud Spiwack" + "Evgeny Makarov" + "Pierre Letouzey" +] +url { + src: "https://github.com/coq/bignums/archive/v9.0.0+coq8.19.tar.gz" + checksum: "sha512=6651f2c1b0e8dde757434c9e0a54964f041aabf762090d601ec75b96afae978a353e392c3355849ebedac624789fab41f9bf392a9fdb08fc88b34d2e9ac8529e" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-bignums.9.0.0+coq8.19 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-bignums >= 9.0.0+coq8.19 -> coq >= 8.19 +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-bignums.9.0.0+coq8.19
true
true
No files were installed.
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-bonsai.1.0.0 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install coq-list-plus 1.1.0 + - install cppo 1.6.9 + - install coq-cunit 1.0.0 + - install ocamlbuild 0.14.3 + - install coq-error-handlers 1.2.0 + - install coq-ext-lib 1.2.1 + - install coq-list-string 2.1.2 + - install coq-simple-io 1.8.0 +===== 8 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-cunit.1.0.0 (https://github.com/clarus/coq-cunit/archive/1.0.0.tar.gz) +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-error-handlers.1.2.0 (https://github.com/clarus/coq-error-handlers/archive/1.2.0.tar.gz) +-> retrieved coq-list-plus.1.1.0 (https://github.com/clarus/coq-list-plus/archive/1.1.0.tar.gz) +-> retrieved coq-simple-io.1.8.0 (https://github.com/Lysxia/coq-simple-io/archive/1.8.0.tar.gz) +-> retrieved coq-list-string.2.1.2 (https://github.com/clarus/coq-list-string/archive/2.1.2.tar.gz) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) +-> installed coq-cunit.1.0.0 +-> installed coq-error-handlers.1.2.0 +-> installed coq-list-plus.1.1.0 +-> installed cppo.1.6.9 +-> installed ocamlbuild.0.14.3 +-> installed coq-list-string.2.1.2 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-cunit 1.0.0 +| - install coq-error-handlers 1.2.0 +| - install coq-list-plus 1.1.0 +| - install coq-list-string 2.1.2 +| - install cppo 1.6.9 +| - install ocamlbuild 0.14.3 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240223181537.export" +
opam list; echo; timeout 4h opam install -y -v coq-bonsai.1.0.0 coq.8.17.0
true
Total: 2 M
-../ocaml-base-compiler.5.0.0/bin/coq-bonsai
No files were installed.
opam remove -y coq-bonsai.1.0.0
true
opam list; echo; timeout 4h opam install -y --deps-only coq-cfml-basis.20211215 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-cfml-basis.20211215 coq.8.17.0
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-cfml-basis.20220102 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-cfml-basis.20220102 coq.8.17.0
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-cfml-basis.20220112 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-cfml-basis.20220112 coq.8.17.0
true
No files were installed.
Total: 9 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.16.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.16.0.html index 0530b934552a..7e8548a701a3 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.16.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.16.0.html @@ -3,7 +3,7 @@ -Total: 9 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.17.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.17.0.html index 5f68d40e1d94..52555c60fdf8 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.17.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.17.0.html @@ -3,7 +3,7 @@ -Total: 9 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.9.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.9.0.html index ff56d0c1cc46..e6c7788ae7b0 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.9.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/chapar/8.9.0.html @@ -55,7 +55,7 @@Total: 2 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coinduction/1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coinduction/1.0.html index 2fd46461ea9d..dd64f95760d1 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coinduction/1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coinduction/1.0.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" authors: "Xavier Leroy <xavier.leroy@inria.fr>" @@ -137,13 +155,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-compcert-64.3.7+8.12~coq_platform~open_source coq.
opam install -y --show-action coq-compcert-64.3.7+8.12~coq_platform~open_source coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-compcert-64 = 3.7+8.12~coq_platform~open_source -> coq < 8.13 -> 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-compcert-64 = 3.7+8.12~coq_platform~open_source -> coq < 8.13 -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-compcert-64 = 3.7+8.12~coq_platform~open_source -> coq < 8.13 -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -151,13 +179,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-compcert-64.3.7+8.12~coq_platform~open_source
Fatal error: -Out of memory -Fatal error: -Out of memory -
Dry install with the current Coq version:
opam install -y --show-action coq-concat.8.8.0 coq.
opam install -y --show-action coq-concat.8.8.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-concat = 8.8.0 -> coq < 8.9~ -> 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-concat = 8.8.0 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-concat = 8.8.0 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -111,13 +121,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-concat.8.8.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
No files were installed.
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/concat/8.9.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/concat/8.9.0.html index 192e2d2c963f..4dbfb01d11ef 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/concat/8.9.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/concat/8.9.0.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "matej.kosik@inria.fr" @@ -80,13 +98,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-containers.8.5.0 coq.
opam install -y --show-action coq-containers.8.5.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-containers < 8.6.0 -> coq < 8.6~ -> 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-containers < 8.6.0 -> coq < 8.6~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-containers < 8.6.0 -> coq < 8.6~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -94,13 +122,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-containers.8.5.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 18 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/1.1.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/1.1.2.html index 168650ad15ca..3d80191fefec 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/1.1.2.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/1.1.2.html @@ -55,7 +55,7 @@# Packages matching: installed # Name # Installed # Synopsis @@ -188,7 +188,7 @@Install ๐
coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server cppo 1.6.9 Code preprocessor like cpp for OCaml -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library elpi 1.17.4 ELPI - Embeddable ฮปProlog Interpreter menhir 20231231 An LR(1) parser generator @@ -203,7 +203,7 @@Install ๐
ocamlfind 1.9.6 A library manager for OCaml ppx_derivers 1.2.1 Shared [@@deriving] plugin registry ppx_deriving 5.2.1 Type-driven code generation for OCaml -ppxlib 0.31.0 Standard infrastructure for ppx rewriters +ppxlib 0.32.0 Standard infrastructure for ppx rewriters re 1.11.0 RE is a regular expression library for OCaml result 1.5 Compatibility Result module seq base Compatibility package for OCaml's standard iterator type starting from 4.07. @@ -235,9 +235,9 @@Install ๐
- COQC refinements/param.v - COQC refinements/poly_op.v - COQC theory/stronglydiscrete.v -- COQC theory/binetcauchy.v - 'leq_R' is now a registered translation. - 'nilp_R' is now a registered translation. +- COQC theory/binetcauchy.v - COQC theory/closed_poly.v - COQC theory/rank.v - COQC theory/strassen.v @@ -254,7 +254,6 @@Install ๐
- COQC refinements/hpoly.v - COQC refinements/rational.v - 'exp_seqpoly_R' is now a registered translation. -- 'exp_hpoly_R' is now a registered translation. - File "./refinements/seqpoly.v", line 463, characters 16-26: - Error: - In environment @@ -295,6 +294,7 @@Install ๐
- make[2]: *** [Makefile.coq:830: refinements/seqpoly.vo] Error 1 - make[2]: *** [refinements/seqpoly.vo] Deleting file 'refinements/seqpoly.glob' - make[2]: *** Waiting for unfinished jobs.... +- 'exp_hpoly_R' is now a registered translation. - 'expQnat_R' is now a registered translation. - make[1]: *** [Makefile.coq:409: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-coqeal.2.0.0' @@ -305,11 +305,10 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-coqeal.2.0.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-coqeal-31587-482a87.env -# output-file ~/.opam/log/coq-coqeal-31587-482a87.out +# env-file ~/.opam/log/coq-coqeal-23334-8532e7.env +# output-file ~/.opam/log/coq-coqeal-23334-8532e7.out ### output ### # [...] -# refines11 : refines (rN ==> nat_R) spec_id spec # The term "list_R rAC" has type "seq R -> seq C -> Type" # while it is expected to have type "seq R -> {poly R}" # (cannot unify "seq C -> Type" and "{poly R}"). @@ -317,6 +316,7 @@Install ๐
# make[2]: *** [Makefile.coq:830: refinements/seqpoly.vo] Error 1 # make[2]: *** [refinements/seqpoly.vo] Deleting file 'refinements/seqpoly.glob' # make[2]: *** Waiting for unfinished jobs.... +# 'exp_hpoly_R' is now a registered translation. # 'expQnat_R' is now a registered translation. # make[1]: *** [Makefile.coq:409: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-coqeal.2.0.0' diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/2.0.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/2.0.1.html index e17232803877..e9b16f637ee3 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/2.0.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/2.0.1.html @@ -3,7 +3,7 @@ -coqeal: 6 m 0 s ๐ +coqeal: 7 m 0 s ๐ @@ -39,7 +39,7 @@coqeal 2.0.1 - 6 m 0 s ๐ + 7 m 0 s ๐
Context
@@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -143,7 +143,7 @@Install dependencies
Total: 20 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/2.0.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/2.0.2.html new file mode 100644 index 000000000000..859ef2628073 --- /dev/null +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqeal/2.0.2.html @@ -0,0 +1,339 @@ + + + + + +# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Cyril Cohen <cyril.cohen@inria.fr>" +homepage: "https://github.com/coq-community/coqeal" +dev-repo: "git+https://github.com/coq-community/coqeal.git" +bug-reports: "https://github.com/coq-community/coqeal/issues" +license: "MIT" +synopsis: "CoqEAL - The Coq Effective Algebra Library" +description: """ +This Coq library contains a subset of the work that was developed in the context +of the ForMath EU FP7 project (2009-2013). It has two parts: +- theory, which contains developments in algebra including normal forms of matrices, + and optimized algorithms on MathComp data structures. +- refinements, which is a framework to ease change of data representations during a proof.""" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "coq" {(>= "8.16" & < "8.20~") | (= "dev")} + "coq-bignums" + "coq-paramcoq" {>= "1.1.3"} + "coq-hierarchy-builder" {>= "1.4.0"} + "coq-mathcomp-ssreflect" {>= "2.0"} + "coq-mathcomp-algebra" + "coq-mathcomp-multinomials" {>= "2.0"} + "coq-mathcomp-real-closed" {>= "2.0"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" + "keyword:effective algebra" + "keyword:elementary divisor rings" + "keyword:Smith normal form" + "keyword:mathematical components" + "keyword:Bareiss" + "keyword:Karatsuba multiplication" + "keyword:refinements" + "logpath:CoqEAL" +] +authors: [ + "Guillaume Cano" + "Cyril Cohen" + "Maxime Dรฉnรจs" + "รrik Martin-Dorel" + "Anders Mรถrtberg" + "Damien Rouhling" + "Pierre Roux" + "Vincent Siles" +] +url { + src: "https://github.com/coq-community/coqeal/archive/refs/tags/2.0.2.tar.gz" + checksum: "sha512=a1bd42c9d359a02221f211c8e748510ec7700dbd1dce080bcdfd0bb7e141c597c75d95a352e833ab74217e5067b51684be1a1629f3fdead531695025dba912a1" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-coqeal.2.0.2 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-coqeal.2.0.2 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-coqeal.2.0.2 coq.8.17.0
Total: 20 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/edr.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/coherent.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/smith.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/frobenius_form.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/similar.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/frobenius_form.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binint.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/param.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/edr.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/rational.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/similar.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/coherent.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/smith_complements.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binint.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/jordan.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/smith.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/smith_complements.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/closed_poly.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/companion.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/minor.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/rational.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/perm_eq_image.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/jordan.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/minor.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/gauss.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/closed_poly.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/rank.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/strassen.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binord.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/companion.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/pos.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/perm_eq_image.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/strassen.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/frobenius_form.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/rank.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/gauss.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binord.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/similar.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/edr.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/coherent.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binint.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/smith_complements.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/rational.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/smith.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/jordan.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/closed_poly.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/minor.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/pos.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/param.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/perm_eq_image.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/companion.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/binord.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/strassen.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/rank.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/gauss.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/param.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/pos.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.v
opam remove -y coq-coqeal.2.0.2
Total: 24 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqrel/0.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqrel/0.1.0.html index 97e76951574e..d5564a652025 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqrel/0.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqrel/0.1.0.html @@ -55,7 +55,7 @@Total: 6 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqutil/0.0.4.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqutil/0.0.4.html index 1615f34797a0..935948d6e4a9 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqutil/0.0.4.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/coqutil/0.0.4.html @@ -55,7 +55,7 @@Total: 59 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/corn/8.18.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/corn/8.18.0.html index 335906fbfe93..de6e530318c8 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/corn/8.18.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/corn/8.18.0.html @@ -3,7 +3,7 @@ -Total: 71 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/corn/8.8.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/corn/8.8.1.html index b2a55a662ee1..061d18f39f40 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/corn/8.8.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/corn/8.8.1.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -85,13 +103,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-cours-de-coq.8.10.0 coq.
opam install -y --show-action coq-cours-de-coq.8.10.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-cours-de-coq >= 8.10.0 -> coq < 8.11~ -> 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-cours-de-coq >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-cours-de-coq >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -99,13 +127,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-cours-de-coq.8.10.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -81,13 +99,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-dblib.8.8.0 coq.
opam install -y --show-action coq-dblib.8.8.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-dblib >= 8.8.0 -> coq < 8.9~ -> 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-dblib >= 8.8.0 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-dblib >= 8.8.0 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -95,13 +123,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-dblib.8.8.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Arthur Azevedo de Amorim <arthur.aa@gmail.com>" @@ -88,52 +106,73 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-deriving.0.1.1 coq.
opam install -y --show-action coq-deriving.0.1.1 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. -
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-deriving.0.1.1
true
Fatal error: -Out of memory -Fatal error: -Out of memory -
true
opam list; echo; timeout 4h opam install -y --deps-only coq-deriving.0.1.1 coq.8.17.0
true
opam list; echo; timeout 4h opam install -y -v coq-deriving.0.1.1 coq.8.17.0
No files were installed.
+Total: 2 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/base.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/ind.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/base.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/order.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/ind.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/fintype.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/tree_of_ind.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/eqtype.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/base.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/ind.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/order.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/infer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/tactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/fintype.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/deriving.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/tree_of_ind.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/eqtype.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/tactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/tactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/order.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/fintype.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/infer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/eqtype.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/instances/tree_of_ind.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/infer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/deriving.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/deriving/deriving.v
true
opam remove -y coq-deriving.0.1.1
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -86,13 +104,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-descente-infinie.8.6.0 coq.
opam install -y --show-action coq-descente-infinie.8.6.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-descente-infinie = 8.6.0 -> coq < 8.7~ -> 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-descente-infinie = 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-descente-infinie = 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -100,13 +128,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-descente-infinie.8.6.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 4 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/disel/2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/disel/2.0.html index 18a0c86f9283..d48b04c7298c 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/disel/2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/disel/2.0.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" synopsis: "Elpi extension language for Coq" @@ -101,13 +119,16 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-elpi.1.19.0 coq.
opam install -y --show-action coq-elpi.1.19.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-elpi = 1.19.0 -> coq >= 8.18 +No solution found, exiting
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
@@ -115,13 +136,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-elpi.1.19.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "Elpi extension language for Coq" +description: """\ +Coq-elpi provides a Coq plugin that embeds ELPI. +It also provides a way to embed Coq's terms into ฮปProlog using +the Higher-Order Abstract Syntax approach +and a way to read terms back. In addition to that it exports to ELPI a +set of Coq's primitives, e.g. printing a message, accessing the +environment of theorems and data types, defining a new constant and so on. +For convenience it also provides a quotation and anti-quotation for Coq's +syntax in ฮปProlog. E.g. `{{nat}}` is expanded to the type name of natural +numbers, or `{{A -> B}}` to the representation of a product by unfolding + the `->` notation. Finally it provides a way to define new vernacular commands +and +new tactics.""" +maintainer: "Enrico Tassi <enrico.tassi@inria.fr>" +authors: "Enrico Tassi" +license: "LGPL-2.1-or-later" +tags: [ + "category:Miscellaneous/Coq Extensions" + "keyword:ฮปProlog" + "keyword:higher order abstract syntax" + "logpath:elpi" +] +homepage: "https://github.com/LPCIC/coq-elpi" +bug-reports: "https://github.com/LPCIC/coq-elpi/issues" +depends: [ + "ocaml" {>= "4.10.0"} + "stdlib-shims" + "elpi" {= "1.18.1"} + "coq" {>= "8.18" & < "8.19~"} + "dot-merlin-reader" {with-dev} + "ocaml-lsp-server" {with-dev} +] +build: [ + [make "build" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" "OCAMLWARN="] + [make "test" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] {with-test} +] +install: [make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] +dev-repo: "git+https://github.com/LPCIC/coq-elpi" +url { + src: + "https://github.com/LPCIC/coq-elpi/releases/download/v2.0.0.1/coq-elpi-2.0.0.1.tar.gz" + checksum: [ + "md5=aecc0d0156ccf6144ac934a854ec8820" + "sha512=fd6e52f9a30cd5ad76c0ca8874079a35da40b44078a4b147cbc08bd6ca77fca5ff1621f8eb76a66b6a12a2f5bbc82e0306e673b5f1861ce3dcc8f2635f4ef45a" + ] +}+
true
Dry install with the current Coq version:
+opam install -y --show-action coq-elpi.2.0.0.1 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-elpi = 2.0.0.1 -> coq >= 8.18 +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-elpi.2.0.0.1
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "Elpi extension language for Coq" +description: """\ +Coq-elpi provides a Coq plugin that embeds ELPI. +It also provides a way to embed Coq's terms into ฮปProlog using +the Higher-Order Abstract Syntax approach +and a way to read terms back. In addition to that it exports to ELPI a +set of Coq's primitives, e.g. printing a message, accessing the +environment of theorems and data types, defining a new constant and so on. +For convenience it also provides a quotation and anti-quotation for Coq's +syntax in ฮปProlog. E.g. `{{nat}}` is expanded to the type name of natural +numbers, or `{{A -> B}}` to the representation of a product by unfolding + the `->` notation. Finally it provides a way to define new vernacular commands +and +new tactics.""" +maintainer: "Enrico Tassi <enrico.tassi@inria.fr>" +authors: "Enrico Tassi" +license: "LGPL-2.1-or-later" +tags: [ + "category:Miscellaneous/Coq Extensions" + "keyword:ฮปProlog" + "keyword:higher order abstract syntax" + "logpath:elpi" +] +homepage: "https://github.com/LPCIC/coq-elpi" +bug-reports: "https://github.com/LPCIC/coq-elpi/issues" +depends: [ + "ocaml" {>= "4.10.0"} + "stdlib-shims" + "elpi" {>= "1.18.1" & < "1.18.2~"} + "coq" {>= "8.19" & < "8.20~"} + "dot-merlin-reader" {with-dev} + "ocaml-lsp-server" {with-dev} +] +build: [ + [make "build" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" "OCAMLWARN="] + [make "test" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] {with-test} +] +install: [make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] +dev-repo: "git+https://github.com/LPCIC/coq-elpi" +url { + src: + "https://github.com/LPCIC/coq-elpi/releases/download/v2.0.1/coq-elpi-2.0.1.tar.gz" + checksum: [ + "md5=d3649f3e189b339e88cdcc5088c03afd" + "sha512=4df64fd870e1ac5051d30229d7de28ad083a8de55c43ae5da7c861831e1c4c43295259a8b6e58f4687ec74bae616d46d45626b12f1213257a48475e91eed177a" + ] +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-elpi.2.0.1 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-elpi = 2.0.1 -> coq >= 8.19 +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-elpi.2.0.1
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "Elpi extension language for Coq" +description: """\ +Coq-elpi provides a Coq plugin that embeds ELPI. +It also provides a way to embed Coq's terms into ฮปProlog using +the Higher-Order Abstract Syntax approach +and a way to read terms back. In addition to that it exports to ELPI a +set of Coq's primitives, e.g. printing a message, accessing the +environment of theorems and data types, defining a new constant and so on. +For convenience it also provides a quotation and anti-quotation for Coq's +syntax in ฮปProlog. E.g. `{{nat}}` is expanded to the type name of natural +numbers, or `{{A -> B}}` to the representation of a product by unfolding + the `->` notation. Finally it provides a way to define new vernacular commands +and +new tactics.""" +maintainer: "Enrico Tassi <enrico.tassi@inria.fr>" +authors: "Enrico Tassi" +license: "LGPL-2.1-or-later" +tags: [ + "category:Miscellaneous/Coq Extensions" + "keyword:ฮปProlog" + "keyword:higher order abstract syntax" + "logpath:elpi" +] +homepage: "https://github.com/LPCIC/coq-elpi" +bug-reports: "https://github.com/LPCIC/coq-elpi/issues" +depends: [ + "ocaml" {>= "4.10.0"} + "stdlib-shims" + "elpi" {>= "1.18.2" & < "1.19.0~"} + "coq" {>= "8.19" & < "8.20~"} + "dot-merlin-reader" {with-dev} + "ocaml-lsp-server" {with-dev} +] +build: [ + [make "build" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" "OCAMLWARN="] + [make "test" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] {with-test} +] +install: [make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] +dev-repo: "git+https://github.com/LPCIC/coq-elpi" +url { + src: + "https://github.com/LPCIC/coq-elpi/releases/download/v2.0.2/coq-elpi-2.0.2.tar.gz" + checksum: [ + "md5=95d339f41246c63393348931cfcc5f3f" + "sha512=e75b4b83190dcd0e9d1055bfd626001694cd74679d8bb0a359334cad455571752736011c6669b4ee194ab9773e8b2fa1f99ff6c0eeec7d1ae77197ff28400ec4" + ] +}+
true
Dry install with the current Coq version:
+opam install -y --show-action coq-elpi.2.0.2 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-elpi >= 2.0.2 -> coq >= 8.19 +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-elpi.2.0.2
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ] +dev-repo: "git+https://github.com/mattam82/Coq-Equations.git" +maintainer: "matthieu.sozeau@inria.fr" +homepage: "https://mattam82.github.io/Coq-Equations" +bug-reports: "https://github.com/mattam82/Coq-Equations/issues" +license: "LGPL-2.1-only" +synopsis: "A function definition package for Coq" +description: """ +Equations is a function definition plugin for Coq, that allows the +definition of functions by dependent pattern-matching and well-founded, +mutual or nested structural recursion and compiles them into core +terms. It automatically derives the clauses equations, the graph of the +function and its associated elimination principle. +""" +tags: [ + "keyword:dependent pattern-matching" + "keyword:functional elimination" + "category:Miscellaneous/Coq Extensions" + "logpath:Equations" + "date:2024-01-09" +] +build: [ + ["./configure.sh"] + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +run-test: [ + [make "test-suite"] +] +depends: [ + "coq" {>= "8.19" & < "8.20"} + "ocamlfind" {build} +] +url { + src: "https://github.com/mattam82/Coq-Equations/archive/refs/tags/v1.3-8.19.tar.gz" + checksum: "sha512=932facad3e04a3629185a43171dd16efedde649f8f1ecc858eed6b863eae6abff7ecfb4fd1345e31ec9c53f88cba3482da2ccb4e7f6aabf004cc95e2318abe56" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-equations.1.3+8.19 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-equations >= 1.3+8.19 -> coq >= 8.19 +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-equations.1.3+8.19
true
true
No files were installed.
+true
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -83,13 +101,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-exact-real-arithmetic.8.6.0 coq.
opam install -y --show-action coq-exact-real-arithmetic.8.6.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-exact-real-arithmetic = 8.6.0 -> coq < 8.7~ -> 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-exact-real-arithmetic = 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-exact-real-arithmetic = 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -97,13 +125,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-exact-real-arithmetic.8.6.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "gmalecha@gmail.com" @@ -81,13 +99,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-ext-lib.0.11.1 coq.
opam install -y --show-action coq-ext-lib.0.11.1 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-ext-lib = 0.11.1 -> coq < 8.12~ -> 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-ext-lib = 0.11.1 -> coq < 8.12~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-ext-lib = 0.11.1 -> coq < 8.12~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -95,13 +123,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-ext-lib.0.11.1
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 3 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/ext-lib/0.11.8.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/ext-lib/0.11.8.html index 94edb6f863d1..9fc837e7f035 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/ext-lib/0.11.8.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/ext-lib/0.11.8.html @@ -55,7 +55,7 @@# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "A library of Coq definitions, theorems, and tactics" +description: + "A collection of theories and plugins that may be useful in other Coq developments." +maintainer: "gmalecha@gmail.com" +authors: "Gregory Malecha" +license: "BSD-2-Clause" +tags: "logpath:ExtLib" +homepage: "https://github.com/coq-community/coq-ext-lib" +doc: "https://coq-community.github.io/coq-ext-lib/" +bug-reports: "https://github.com/coq-community/coq-ext-lib/issues" +depends: [ + "coq" {>= "8.9" & (< "8.10" | >= "8.11")} +] +build: [make "-j%{jobs}%" "theories"] +run-test: [make "-j%{jobs}%" "examples"] +install: [make "install"] +dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git" +url { + src: + "https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz" + checksum: [ + "md5=471df57d1f22d166ea70a1ea5cf45b2b" + "sha512=351ee61d364b8ab0c68329c8d61f7e9febaf99860cc983a0aa1bef9a88b59dc903eb713b89e9f4a1d860bc031f5513eee2ded97208e0a2345ec1e81ec2893149" + ] +}+
true
Dry install with the current Coq version:
+opam install -y --show-action coq-ext-lib.1.2.1 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-ext-lib.1.2.1 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-ext-lib.1.2.1 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +[NOTE] Package coq is already installed (current version is 8.17.0). +The following actions will be performed: + - install coq-ext-lib 1.2.1 +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +Processing 1/3: [coq-ext-lib.1.2.1: http] +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +'opam install -y -v coq-ext-lib.1.2.1 coq.8.17.0' failed. +
No files were installed.
+true
# Packages matching: installed # Name # Installed # Synopsis @@ -167,7 +167,7 @@Install ๐
coq-rupicola 0.0.5 Gallina to imperative code compilation, currently in design phase coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -213,7 +213,6 @@Install ๐
- COQC src/Util/GlobalSettings.v - COQC src/Util/Tactics/Test.v - COQC src/Util/Tactics/ConstrFail.v -- COQC src/Util/ZUtil/ZSimplify/Simple.v - File "./src/Util/NatUtil.v", line 14, characters 0-57: - Warning: Notation plus_le_compat is deprecated since 8.16. - The Arith.Plus file is obsolete. Use Nat.add_le_mono instead. @@ -237,7 +236,6 @@Install ๐
- Warning: Notation Max.max_case_strong is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max_case_strong instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/ZUtil/Tactics/ReplaceNegWithPos.v - File "./src/Util/NatUtil.v", line 50, characters 44-63: - Warning: Notation Max.max_case_strong is deprecated since 8.16. - The Arith.Max file is obsolete. Use Nat.max_case_strong instead. @@ -246,7 +244,6 @@Install ๐
- Warning: Notation Min.min_case_strong is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_case_strong instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/Tactics/GetGoal.v - File "./src/Util/NatUtil.v", line 156, characters 43-50: - Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead. - [deprecated-syntactic-definition,deprecated] @@ -265,6 +262,7 @@Install ๐
- Warning: Notation mult_succ_r is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_succ_r instead. - [deprecated-syntactic-definition,deprecated] +- COQC src/Util/ZUtil/Tactics/ReplaceNegWithPos.v - File "./src/Util/NatUtil.v", line 185, characters 12-23: - Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead. - [deprecated-syntactic-definition,deprecated] @@ -274,6 +272,8 @@Install ๐
- File "./src/Util/NatUtil.v", line 185, characters 12-23: - Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead. - [deprecated-syntactic-definition,deprecated] +- COQC src/Util/Tactics/GetGoal.v +- COQC src/Util/Strings/Decimal.v - File "./src/Util/NatUtil.v", line 229, characters 8-21: - Warning: Notation beq_nat is deprecated since 8.16. Use Nat.eqb instead. - [deprecated-syntactic-definition,deprecated] @@ -304,56 +304,9 @@Install ๐
- File "./src/Util/NatUtil.v", line 272, characters 10-17: - Warning: Notation add_mod is deprecated since 8.17. Use Div0.add_mod instead. - [deprecated-syntactic-definition,deprecated] -- File "./src/Util/NatUtil.v", line 272 +- File "./src/Util/NatUtil.v", line 272, chara [...] truncated -il/IndexOf.v -- COQC src/Util/Structures/Orders/Unit.v -- COQC src/Util/FSets/FMapInterface.v -- COQC src/Util/Tactics/SpecializeUnderBindersBy.v -- COQC src/Util/Tactics/InHypUnderBindersDo.v -- COQC src/Algebra/Monoid.v -- COQC src/Util/Wf1.v -- COQC src/Bedrock/Field/Common/Names/VarnameGenerator.v -- COQC src/Util/ZUtil/LnotModulo.v -- COQC src/Spec/MxDH.v -- COQC src/Util/ZUtil/CPS.v -- COQC src/Util/Structures/Orders/Bool.v -- COQC src/Util/Structures/Orders/Empty.v -- COQC src/Util/MSets/MSetPositive/Facts.v -- COQC src/Util/Strings/Superscript.v -- COQC src/Util/ListUtil.v -- COQC src/Util/Structures/Orders/Sum.v -- COQC src/Util/Strings/Parse/Common.v -- File "./src/Util/ListUtil.v", line 214, characters 27-39: -- Warning: Notation lt_irrefl is deprecated since 8.16. -- The Arith.Lt file is obsolete. Use Nat.lt_irrefl instead. -- [deprecated-syntactic-definition,deprecated] -- File "./src/Util/ListUtil.v", line 214, characters 43-57: -- Warning: Notation le_lt_trans is deprecated since 8.16. -- The Arith.Lt file is obsolete. Use Nat.le_lt_trans instead. -- [deprecated-syntactic-definition,deprecated] -- File "./src/Util/ListUtil.v", line 214, characters 27-39: -- Warning: Notation lt_irrefl is deprecated since 8.16. -- The Arith.Lt file is obsolete. Use Nat.lt_irrefl instead. -- [deprecated-syntactic-definition,deprecated] -- File "./src/Util/ListUtil.v", line 214, characters 43-57: -- Warning: Notation le_lt_trans is deprecated since 8.16. -- The Arith.Lt file is obsolete. Use Nat.le_lt_trans instead. -- [deprecated-syntactic-definition,deprecated] -- File "./src/Util/ListUtil.v", line 217, characters 32-46: -- Warning: Notation le_lt_or_eq is deprecated since 8.16. -- The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_eq_cases instead. -- [deprecated-syntactic-definition,deprecated] -- File "./src/Util/ListUtil.v", line 217, characters 32-46: -- Warning: Notation le_lt_or_eq is deprecated since 8.16. -- The Arith.Lt file is obsolete. Use the bidirectional version Nat.lt_eq_cases instead. -- [deprecated-syntactic-definition,deprecated] -- File "./src/Util/ListUtil.v", line 268, characters 38-47: -- Warning: Notation le_n_0_eq is deprecated since 8.16. -- The Arith.Le file is obsolete. Use the bidirectional version Nat.le_0_r (with symmetry of equality) instead. -- [deprecated-syntactic-definition,deprecated] -- File "./src/Util/ListUtil.v", line 268, characters 38-47: -- Warning: Notation le_n_0_eq is deprecated since 8.16. +tation le_n_0_eq is deprecated since 8.16. - The Arith.Le file is obsolete. Use the bidirectional version Nat.le_0_r (with symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] - File "./src/Util/ListUtil.v", line 280, characters 76-85: @@ -380,12 +333,12 @@Install ๐
- Warning: Notation minus_diag_reverse is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.sub_diag (and symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/ZUtil/AddGetCarry.v -- COQC src/Util/Strings/ParseArithmetic.v +- COQC src/Util/Structures/Equalities/Sum.v +- COQC src/Util/ZUtil/Ltz.v +- COQC src/Util/ZUtil/MulSplit.v - File "./src/Util/ListUtil.v", line 1485, characters 48-59: - Warning: Tactic instantiate is deprecated since 8.16. - [deprecated-tactic,deprecated] -- COQC src/Util/Structures/Orders/Option.v - File "./src/Util/ListUtil.v", line 1656, characters 8-27: - Warning: Notation Min.min_case_strong is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_case_strong instead. @@ -394,11 +347,15 @@Install ๐
- Warning: Notation Min.min_case_strong is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_case_strong instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/FSets/FMapFacts.v +- COQC src/Util/ZUtil/Zselect.v +- COQC src/Util/ZUtil/AddModulo.v +- COQC src/Util/ZUtil/Rshi.v +- COQC src/Util/ZUtil/Combine.v - File "./src/Util/ListUtil.v", line 2236, characters 14-23: - Warning: Notation Min.min_l is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_l instead. - [deprecated-syntactic-definition,deprecated] +- COQC src/Util/Structures/Orders/Option.v - File "./src/Util/ListUtil.v", line 2236, characters 14-23: - Warning: Notation Min.min_l is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_l instead. @@ -415,11 +372,12 @@Install ๐
- Warning: Notation Min.min_l is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_l instead. - [deprecated-syntactic-definition,deprecated] +- COQC src/Util/FSets/FMapFacts.v - COQC src/Util/ListUtil/SetoidListFlatMap.v -- COQC src/Util/Strings/ParseArithmeticToTaps.v - COQC src/Algebra/Group.v - COQC src/Util/ZUtil/ModInv.v - COQC src/Bedrock/Group/Loops.v +- COQC src/Util/Wf2.v - File "./src/Algebra/Group.v", line 98, characters 2-316: - Warning: A coercion will be introduced instead of an instance in future - versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or @@ -428,7 +386,7 @@Install ๐
- #[global] for ':>' currently. Add an explicit #[global] attribute to the - field if you need to keep the current behavior. For example: "Class foo := { - #[global] field :: bar }." [future-coercion-class-field,records] -- COQC src/Util/Wf2.v +- COQC src/Util/FSets/FMapBool.v - File "./src/Algebra/Group.v", line 145, characters 2-400: - Warning: A coercion will be introduced instead of an instance in future - versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or @@ -438,18 +396,72 @@Install ๐
- field if you need to keep the current behavior. For example: "Class foo := { - #[global] field :: bar }." [future-coercion-class-field,records] - COQC src/Util/FSets/FMapEmpty.v +- COQC src/Util/MSets/MSetPositive/Facts.v - COQC src/Util/SideConditions/ModInvPackage.v - COQC src/Util/ZUtil/Pow.v - COQC src/Util/Bool/Reflect.v - COQC src/Util/Tuple.v - COQC src/MiscCompilerPasses.v -- COQC src/Util/MSets/MSetIso.v - File "./src/Util/Tuple.v", line 261, characters 116-134: - Warning: Notation Min.min_idempotent is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_id instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/MSets/MSetSum.v +- COQC src/Util/Structures/Orders/Sum.v +- COQC src/Util/MSets/MSetIso.v +- COQC src/Util/Strings/Parse/Common.v +- COQC src/Util/Listable.v - COQC src/MiscCompilerPassesProofs.v +- COQC src/Util/ZUtil/Div.v +- COQC src/Util/ZUtil/AddGetCarry.v +- COQC src/Assembly/Syntax.v +- File "./src/Util/ZUtil/Div.v", line 312, characters 13-25: +- Warning: Notation Z_div_mod_eq is deprecated since 8.14. +- Use Z_div_mod_eq_full instead [deprecated-syntactic-definition,deprecated] +- File "./src/Util/ZUtil/Div.v", line 312, characters 13-25: +- Warning: Notation Z_div_mod_eq is deprecated since 8.14. +- Use Z_div_mod_eq_full instead [deprecated-syntactic-definition,deprecated] +- File "./src/Util/ZUtil/Div.v", line 312, characters 13-25: +- Warning: Notation Z_div_mod_eq is deprecated since 8.14. +- Use Z_div_mod_eq_full instead [deprecated-syntactic-definition,deprecated] +- File "./src/Util/ZUtil/Div.v", line 376, characters 6-17: +- Warning: Tactic instantiate is deprecated since 8.16. +- [deprecated-tactic,deprecated] +- COQC src/Util/Strings/ParseArithmetic.v +- COQC src/Util/Structures/OrdersEx.v +- COQC src/Util/FSets/FMapUnit.v +- COQC src/Util/FSets/FMapIso.v +- COQC src/Util/FSets/FMapFlip.v +- COQC src/Util/FSets/FMapSum.v +- COQC src/Util/FSets/FMapProd.v +- COQC src/Util/FSets/FMapSect.v +- COQC src/Util/Structures/Equalities/List.v +- COQC src/Util/FSets/FMapTrie/Shape.v +- COQC src/Util/MSets/MSetN.v +- COQC src/Util/ErrorT/List.v +- COQC src/Util/Strings/ParseArithmeticToTaps.v +- COQC src/Algebra/ScalarMult.v +- COQC src/Algebra/Ring.v +- COQC src/Util/IdfunWithAlt.v +- COQC src/Assembly/WithBedrock/Semantics.v +- COQC src/Fancy/Spec.v +- COQC src/Util/AdditionChainExponentiation.v +- COQC src/Util/HList.v +- COQC src/Util/Decidable/Decidable2Bool.v +- COQC src/Util/SideConditions/Autosolve.v +- File "./src/Util/Decidable/Decidable2Bool.v", line 39, characters 10-22: +- Warning: Notation beq_nat_true is deprecated since 8.16. +- Use the bidirectional version Nat.eqb_eq instead. +- [deprecated-syntactic-definition,deprecated] +- File "./src/Util/Decidable/Decidable2Bool.v", line 39, characters 10-22: +- Warning: Notation beq_nat_true is deprecated since 8.16. +- Use the bidirectional version Nat.eqb_eq instead. +- [deprecated-syntactic-definition,deprecated] +- COQC src/Util/ZUtil/Log2.v +- COQC src/Util/Level.v +- COQC src/Util/ZRange.v +- COQC src/Util/MSets/MSetSum.v +- COQC src/Util/ZUtil/Tactics/ZeroBounds.v +- COQC src/Util/ZUtil/Divide.v - File "./src/Util/MSets/MSetSum.v", line 227, characters 4-11: - Error: Cannot infer an instance of type "relation Prop" for the variable RA. - @@ -462,16 +474,16 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-fiat-crypto.0.0.15 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 coq standalone-ocaml # exit-code 2 -# env-file ~/.opam/log/coq-fiat-crypto-17920-2bfe91.env -# output-file ~/.opam/log/coq-fiat-crypto-17920-2bfe91.out +# env-file ~/.opam/log/coq-fiat-crypto-31393-0a0283.env +# output-file ~/.opam/log/coq-fiat-crypto-31393-0a0283.out ### output ### # [...] -# File "./src/Util/Tuple.v", line 261, characters 116-134: -# Warning: Notation Min.min_idempotent is deprecated since 8.16. -# The Arith.Min file is obsolete. Use Nat.min_id instead. -# [deprecated-syntactic-definition,deprecated] +# COQC src/Util/ZUtil/Log2.v +# COQC src/Util/Level.v +# COQC src/Util/ZRange.v # COQC src/Util/MSets/MSetSum.v -# COQC src/MiscCompilerPassesProofs.v +# COQC src/Util/ZUtil/Tactics/ZeroBounds.v +# COQC src/Util/ZUtil/Divide.v # File "./src/Util/MSets/MSetSum.v", line 227, characters 4-11: # Error: Cannot infer an instance of type "relation Prop" for the variable RA. # diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.16.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.16.html index 8740a810e440..113d925528af 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.16.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.16.html @@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -134,7 +134,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -167,7 +167,7 @@Install ๐
coq-rupicola 0.0.6 Gallina to imperative code compilation, currently in design phase coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -212,10 +212,6 @@Install ๐
- COQC src/Util/HProp.v - COQC src/Util/GlobalSettings.v - COQC src/Util/Tactics/Test.v -- COQC src/Util/Tactics/ConstrFail.v -- COQC src/Util/ZUtil/ZSimplify/Simple.v -- COQC src/Util/ZUtil/Tactics/ReplaceNegWithPos.v -- COQC src/Util/Tactics/GetGoal.v - File "./src/Util/NatUtil.v", line 14, characters 0-57: - Warning: Notation plus_le_compat is deprecated since 8.16. - The Arith.Plus file is obsolete. Use Nat.add_le_mono instead. @@ -247,6 +243,8 @@Install ๐
- Warning: Notation Min.min_case_strong is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_case_strong instead. - [deprecated-syntactic-definition,deprecated] +- COQC src/Util/Tactics/ConstrFail.v +- COQC src/Util/ZUtil/ZSimplify/Simple.v - File "./src/Util/NatUtil.v", line 156, characters 43-50: - Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead. - [deprecated-syntactic-definition,deprecated] @@ -274,7 +272,7 @@Install ๐
- File "./src/Util/NatUtil.v", line 185, characters 12-23: - Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/Strings/Decimal.v +- COQC src/Util/ZUtil/Tactics/ReplaceNegWithPos.v - File "./src/Util/NatUtil.v", line 229, characters 8-21: - Warning: Notation beq_nat is deprecated since 8.16. Use Nat.eqb instead. - [deprecated-syntactic-definition,deprecated] @@ -302,12 +300,16 @@Install ๐
- File "./src/Util/NatUtil.v", line 252, characters 28-36: - Warning: Notation mod_same is deprecated since 8.17. - Use Div0.mod_same instead. [deprecated-syntactic-definition,deprecated] +- COQC src/Util/Tactics/GetGoal.v - File "./src/Util/NatUtil.v", line 272, characters 10-17: - Warning: Notation add_mod is deprecated since 8.17. Use Div0.add_mod instead. - [deprecated-syntactic-definition,deprecated] -- Fil +- File "./src/Util/NatUtil.v", line 272 [...] truncated -ith symmetry of equality) instead. +-syntactic-definition,deprecated] +- File "./src/Util/ListUtil.v", line 268, characters 38-47: +- Warning: Notation le_n_0_eq is deprecated since 8.16. +- The Arith.Le file is obsolete. Use the bidirectional version Nat.le_0_r (with symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] - File "./src/Util/ListUtil.v", line 268, characters 38-47: - Warning: Notation le_n_0_eq is deprecated since 8.16. @@ -325,7 +327,6 @@Install ๐
- Warning: Notation minus_n_O is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.sub_0_r (and symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/Strings/Parse/Common.v - File "./src/Util/ListUtil.v", line 289, characters 44-62: - Warning: Notation minus_diag_reverse is deprecated since 8.16. - The Arith.Minus file is obsolete. Use Nat.sub_diag (and symmetry of equality) instead. @@ -339,12 +340,10 @@Install ๐
- The Arith.Minus file is obsolete. Use Nat.sub_diag (and symmetry of equality) instead. - [deprecated-syntactic-definition,deprecated] - COQC src/Util/ZUtil/AddGetCarry.v -- COQC src/Util/Structures/Orders/Prod.v - COQC src/Util/Structures/Orders/Option.v - File "./src/Util/ListUtil.v", line 1485, characters 48-59: - Warning: Tactic instantiate is deprecated since 8.16. - [deprecated-tactic,deprecated] -- COQC src/Util/Structures/Orders/Flip.v - File "./src/Util/ListUtil.v", line 1656, characters 8-27: - Warning: Notation Min.min_case_strong is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_case_strong instead. @@ -376,6 +375,8 @@Install ๐
- [deprecated-syntactic-definition,deprecated] - COQC src/Util/ListUtil/SetoidListFlatMap.v - COQC src/Algebra/Group.v +- COQC src/Util/ZUtil/ModInv.v +- COQC src/Bedrock/Group/Loops.v - File "./src/Algebra/Group.v", line 98, characters 2-316: - Warning: A coercion will be introduced instead of an instance in future - versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or @@ -384,8 +385,6 @@Install ๐
- #[global] for ':>' currently. Add an explicit #[global] attribute to the - field if you need to keep the current behavior. For example: "Class foo := { - #[global] field :: bar }." [future-coercion-class-field,records] -- COQC src/Util/ZUtil/ModInv.v -- COQC src/Util/Wf2.v - File "./src/Algebra/Group.v", line 145, characters 2-400: - Warning: A coercion will be introduced instead of an instance in future - versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or @@ -394,37 +393,38 @@Install ๐
- #[global] for ':>' currently. Add an explicit #[global] attribute to the - field if you need to keep the current behavior. For example: "Class foo := { - #[global] field :: bar }." [future-coercion-class-field,records] +- COQC src/Util/Wf2.v - COQC src/Util/FSets/FMapEmpty.v - COQC src/Util/MSets/MSetPositive/Facts.v +- COQC src/Util/SideConditions/ModInvPackage.v - COQC src/Util/ZUtil/Pow.v - COQC src/Util/Bool/Reflect.v - COQC src/Util/Tuple.v - COQC src/MiscCompilerPasses.v +- COQC src/Util/Structures/Orders/Sum.v +- COQC src/Util/MSets/MSetIso.v - File "./src/Util/Tuple.v", line 261, characters 116-134: - Warning: Notation Min.min_idempotent is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_id instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/Structures/Orders/Sum.v -- COQC src/Util/MSets/MSetIso.v - COQC src/MiscCompilerPassesProofs.v - COQC src/Util/ZUtil/Div.v +- COQC src/Util/Strings/ParseArithmetic.v +- COQC src/Util/Structures/OrdersEx.v +- COQC src/Util/FSets/FMapUnit.v - File "./src/Util/ZUtil/Div.v", line 312, characters 13-25: - Warning: Notation Z_div_mod_eq is deprecated since 8.14. - Use Z_div_mod_eq_full instead [deprecated-syntactic-definition,deprecated] - File "./src/Util/ZUtil/Div.v", line 312, characters 13-25: - Warning: Notation Z_div_mod_eq is deprecated since 8.14. - Use Z_div_mod_eq_full instead [deprecated-syntactic-definition,deprecated] -- COQC src/Assembly/Syntax.v - File "./src/Util/ZUtil/Div.v", line 312, characters 13-25: - Warning: Notation Z_div_mod_eq is deprecated since 8.14. - Use Z_div_mod_eq_full instead [deprecated-syntactic-definition,deprecated] +- COQC src/Util/FSets/FMapIso.v - File "./src/Util/ZUtil/Div.v", line 376, characters 6-17: - Warning: Tactic instantiate is deprecated since 8.16. - [deprecated-tactic,deprecated] -- COQC src/Util/Strings/ParseArithmetic.v -- COQC src/Util/Structures/OrdersEx.v -- COQC src/Util/FSets/FMapUnit.v -- COQC src/Util/FSets/FMapIso.v - COQC src/Util/FSets/FMapFlip.v - COQC src/Util/FSets/FMapSum.v - COQC src/Util/FSets/FMapProd.v @@ -437,13 +437,10 @@Install ๐
- COQC src/Algebra/ScalarMult.v - COQC src/Algebra/Ring.v - COQC src/Util/IdfunWithAlt.v -- COQC src/Assembly/WithBedrock/Semantics.v -- COQC src/Bedrock/Group/Loops.v - COQC src/Fancy/Spec.v - COQC src/Util/AdditionChainExponentiation.v - COQC src/Util/HList.v - COQC src/Util/Decidable/Decidable2Bool.v -- COQC src/Util/FSets/FMapBool.v - File "./src/Util/Decidable/Decidable2Bool.v", line 39, characters 10-22: - Warning: Notation beq_nat_true is deprecated since 8.16. - Use the bidirectional version Nat.eqb_eq instead. @@ -452,15 +449,14 @@Install ๐
- Warning: Notation beq_nat_true is deprecated since 8.16. - Use the bidirectional version Nat.eqb_eq instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/SideConditions/ModInvPackage.v +- COQC src/Util/FSets/FMapBool.v +- COQC src/Util/SideConditions/Autosolve.v - COQC src/Util/ZUtil/Log2.v - COQC src/Util/Level.v - COQC src/Util/ZRange.v - COQC src/Util/MSets/MSetSum.v - COQC src/Util/Listable.v - COQC src/Util/ZUtil/Tactics/ZeroBounds.v -- COQC src/Util/ZUtil/Divide.v -- COQC src/Util/ZUtil/Testbit.v - File "./src/Util/MSets/MSetSum.v", line 227, characters 4-11: - Error: Cannot infer an instance of type "relation Prop" for the variable RA. - @@ -473,16 +469,16 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-fiat-crypto.0.0.17 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 coq standalone-ocaml # exit-code 2 -# env-file ~/.opam/log/coq-fiat-crypto-21952-05cfe1.env -# output-file ~/.opam/log/coq-fiat-crypto-21952-05cfe1.out +# env-file ~/.opam/log/coq-fiat-crypto-4515-ded13e.env +# output-file ~/.opam/log/coq-fiat-crypto-4515-ded13e.out ### output ### # [...] +# COQC src/Util/ZUtil/Log2.v +# COQC src/Util/Level.v # COQC src/Util/ZRange.v # COQC src/Util/MSets/MSetSum.v # COQC src/Util/Listable.v # COQC src/Util/ZUtil/Tactics/ZeroBounds.v -# COQC src/Util/ZUtil/Divide.v -# COQC src/Util/ZUtil/Testbit.v # File "./src/Util/MSets/MSetSum.v", line 227, characters 4-11: # Error: Cannot infer an instance of type "relation Prop" for the variable RA. # diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.20.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.20.html index 8538578445a2..aad6fb9856fa 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.20.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.20.html @@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -134,7 +134,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -167,7 +167,7 @@Install ๐
coq-rupicola 0.0.7 Gallina to imperative code compilation, currently in design phase coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -247,8 +247,6 @@Install ๐
- Warning: Notation Min.min_case_strong is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_case_strong instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/Tactics/GetGoal.v -- COQC src/Util/ListUtil/NthExt.v - File "./src/Util/NatUtil.v", line 156, characters 43-50: - Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead. - [deprecated-syntactic-definition,deprecated] @@ -267,7 +265,7 @@Install ๐
- Warning: Notation mult_succ_r is deprecated since 8.16. - The Arith.Mult file is obsolete. Use Nat.mul_succ_r instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/Tactics/DebugPrint.v +- COQC src/Util/Tactics/GetGoal.v - File "./src/Util/NatUtil.v", line 185, characters 12-23: - Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead. - [deprecated-syntactic-definition,deprecated] @@ -277,7 +275,8 @@Install ๐
- File "./src/Util/NatUtil.v", line 185, characters 12-23: - Warning: Notation mod_add is deprecated since 8.17. Use Div0.mod_add instead. - [deprecated-syntactic-definition,deprecated] -- COQC src/Util/ZUtil/Hints/Core.v +- COQC src/Util/ListUtil/NthExt.v +- COQC src/Util/Tactics/DebugPrint.v - File "./src/Util/NatUtil.v", line 229, characters 8-21: - Warning: Notation beq_nat is deprecated since 8.16. Use Nat.eqb instead. - [deprecated-syntactic-definition,deprecated] @@ -306,25 +305,40 @@Install ๐
- Warning: Notation mod_same is deprecated since 8.17. - Use Div0.mod_same instead. [deprecated-syntactic-definition,deprecated] - File "./src/Util/NatUtil.v", line 272, characters 10-17: -- Warning: Notation add_mod is deprecated since 8.17. Use Div0 +- Warning: Notation add_mod is deprecated since 8.17. Use Div0.add_mod instead. +- [deprecated-syn [...] truncated -__ which is reserved for the extraction +traction] +- File "./src/ExtractionOCaml/word_by_word_montgomery.v", line 3, characters 0-87: +- Warning: The identifier __ contains __ which is reserved for the extraction +- [extraction-reserved-identifier,extraction] +- File "./src/ExtractionOCaml/word_by_word_montgomery.v", line 3, characters 0-87: +- Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] +- Finished transaction in 12.735 secs (3.602u,0.004s) (successful) +- Finished transaction in 8.457 secs (2.882u,0.004s) (successful) - File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] - File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] -- File "./src/ExtractionOCaml/word_by_word_montgomery.v", line 3, characters 0-87: +- File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] -- File "./src/ExtractionOCaml/word_by_word_montgomery.v", line 3, characters 0-87: +- Finished transaction in 7.382 secs (3.534u,0.012s) (successful) +- COQC src/Rewriter/PerfTesting/StandaloneOCamlMain.v +- File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] -- File "./src/ExtractionOCaml/word_by_word_montgomery.v", line 3, characters 0-87: +- COQC src/StandaloneDebuggingExamples.v +- File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] +- File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: +- Warning: The identifier __ contains __ which is reserved for the extraction +- [extraction-reserved-identifier,extraction] +- COQC src/Bedrock/Field/Translation/Proofs/Flatten.v - File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] @@ -334,10 +348,6 @@Install ๐
- File "./src/ExtractionOCaml/base_conversion.v", line 3, characters 0-73: - Warning: The identifier __ contains __ which is reserved for the extraction - [extraction-reserved-identifier,extraction] -- COQC src/ExtractionOCaml/solinas_reduction.v -- COQC src/Rewriter/PerfTesting/StandaloneOCamlMain.v -- COQC src/StandaloneDebuggingExamples.v -- COQC src/Bedrock/Field/Translation/Proofs/Flatten.v - File "./src/Bedrock/Field/Translation/Proofs/Flatten.v", line 58, characters 10-29: - Warning: Notation Min.min_case_strong is deprecated since 8.16. - The Arith.Min file is obsolete. Use Nat.min_case_strong instead. @@ -372,15 +382,6 @@Install ๐
- The Arith.Min file is obsolete. Use Nat.min_case_strong instead. - [deprecated-syntactic-definition,deprecated] - COQC src/Bedrock/Field/Translation/Proofs/Expr.v -- File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: -- Warning: The identifier __ contains __ which is reserved for the extraction -- [extraction-reserved-identifier,extraction] -- File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: -- Warning: The identifier __ contains __ which is reserved for the extraction -- [extraction-reserved-identifier,extraction] -- File "./src/ExtractionOCaml/solinas_reduction.v", line 3, characters 0-77: -- Warning: The identifier __ contains __ which is reserved for the extraction -- [extraction-reserved-identifier,extraction] - OCAMLOPT src/ExtractionOCaml/unsaturated_solinas.mli - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes @@ -407,53 +408,52 @@Install ๐
- COQC src/Bedrock/Field/Translation/Proofs/Cmd.v - COQC src/Bedrock/Field/Translation/Proofs/ValidComputable/Expr.v - COQC src/PerfTesting/PerfTestPrint.v -- Finished transaction in 11.86 secs (5.793u,0.635s) (successful) -- Finished transaction in 0.055 secs (0.002u,0.s) (successful) +- Finished transaction in 10.317 secs (6.145u,0.799s) (successful) +- Finished transaction in 0.034 secs (0.002u,0.s) (successful) +- Finished transaction in 0.003 secs (0.001u,0.s) (successful) +- Finished transaction in 0.395 secs (0.164u,0.028s) (successful) - Finished transaction in 0.009 secs (0.u,0.s) (successful) -- Finished transaction in 0.336 secs (0.153u,0.016s) (successful) -- Finished transaction in 0.053 secs (0.u,0.s) (successful) - COQC src/PerfTesting/PerfTestSearch.v -- Finished transaction in 31.284 secs (29.923u,0.463s) (successful) +- Finished transaction in 7.978 secs (5.914u,0.701s) (successful) +- Finished transaction in 3.292 secs (2.491u,0.19s) (successful) - COQC src/PerfTesting/PerfTestSearchPattern.v -- Finished transaction in 8.388 secs (6.314u,0.666s) (successful) -- Finished transaction in 3.175 secs (2.856u,0.251s) (successful) +- Finished transaction in 7.018 secs (4.107u,0.042s) (successful) - OCAMLOPT src/ExtractionOCaml/unsaturated_solinas.ml -o src/ExtractionOCaml/unsaturated_solinas -- Finished transaction in 14.563 secs (6.424u,0.666s) (successful) - Warning: Stack size (8192) may be too small. - Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes -- Finished transaction in 8.646 secs (3.952u,0.031s) (successful) -- Finished transaction in 3.658 secs (2.653u,0.191s) (successful) -- Finished transaction in 25.42 secs (21.752u,0.447s) (successful) +- Finished transaction in 8.755 secs (6.02u,0.794s) (successful) +- Finished transaction in 4.518 secs (2.709u,0.14s) (successful) - File "src/ExtractionOCaml/unsaturated_solinas.ml", line 733732, characters 10-25: - 733732 | | S x' -> Pervasives.succ (int_of_nat x') - ^^^^^^^^^^^^^^^ - Error: Unbound module Pervasives - make: *** [Makefile.standalone:40: src/ExtractionOCaml/unsaturated_solinas] Error 2 - make: *** Waiting for unfinished jobs.... -- Finished transaction in 25.593 secs (21.172u,0.271s) (successful) -- Finished transaction in 10.817 secs (9.367u,0.088s) (successful) +- Finished transaction in 35.266 secs (22.292u,0.478s) (successful) +- Finished transaction in 27.798 secs (22.406u,0.287s) (successful) +- Finished transaction in 11.372 secs (9.974u,0.084s) (successful) [ERROR] The compilation of coq-fiat-crypto.0.0.20 failed at "make -j4 EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 coq standalone-ocaml". #=== ERROR while compiling coq-fiat-crypto.0.0.20 =============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-fiat-crypto.0.0.20 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 coq standalone-ocaml # exit-code 2 -# env-file ~/.opam/log/coq-fiat-crypto-19893-dd5599.env -# output-file ~/.opam/log/coq-fiat-crypto-19893-dd5599.out +# env-file ~/.opam/log/coq-fiat-crypto-30017-2944e8.env +# output-file ~/.opam/log/coq-fiat-crypto-30017-2944e8.out ### output ### # [...] # Warning: To avoid stack overflows in OCaml compilation, setting stack size to the recommended minimum of 65536 kbytes -# Finished transaction in 8.646 secs (3.952u,0.031s) (successful) -# Finished transaction in 3.658 secs (2.653u,0.191s) (successful) -# Finished transaction in 25.42 secs (21.752u,0.447s) (successful) +# Finished transaction in 8.755 secs (6.02u,0.794s) (successful) +# Finished transaction in 4.518 secs (2.709u,0.14s) (successful) # File "src/ExtractionOCaml/unsaturated_solinas.ml", line 733732, characters 10-25: # 733732 | | S x' -> Pervasives.succ (int_of_nat x') # ^^^^^^^^^^^^^^^ # Error: Unbound module Pervasives # make: *** [Makefile.standalone:40: src/ExtractionOCaml/unsaturated_solinas] Error 2 # make: *** Waiting for unfinished jobs.... -# Finished transaction in 25.593 secs (21.172u,0.271s) (successful) -# Finished transaction in 10.817 secs (9.367u,0.088s) (successful) +# Finished transaction in 35.266 secs (22.292u,0.478s) (successful) +# Finished transaction in 27.798 secs (22.406u,0.287s) (successful) +# Finished transaction in 11.372 secs (9.974u,0.084s) (successful) <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build coq-fiat-crypto 0.0.20 diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.24.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.24.html index aa0ee5d5d71a..c58b240c1bd7 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.24.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fiat-crypto/0.0.24.html @@ -3,7 +3,7 @@ -fiat-crypto: 1 h 35 m ๐ +fiat-crypto: 1 h 34 m ๐ @@ -39,7 +39,7 @@fiat-crypto 0.0.24 - 1 h 35 m ๐ + 1 h 34 m ๐
Context
@@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -134,7 +134,7 @@Install dependencies
Total: 432 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/file-sync/0.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/file-sync/0.1.0.html index b249d43f710c..0c271b96fc29 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/file-sync/0.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/file-sync/0.1.0.html @@ -55,7 +55,7 @@Total: 5 M
../ocaml-base-compiler.5.0.0/bin/FileTest.native
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/FileSync/Execute.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/FileSync/Execute.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/FileSync/Syntax.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/FileSync/Sync.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/FileSync/AsyncTest.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/FileSync/AsyncTest.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/FileSync/Server.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/FileSync/Semantics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/FileSync/Execute.glob
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "guillaume.melquiond@inria.fr" @@ -78,13 +96,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-flocq.2.2.0 coq.
opam install -y --show-action coq-flocq.2.2.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-flocq < 2.3.0 -> coq < 8.5~ -> 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-flocq < 2.3.0 -> coq < 8.5~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-flocq < 2.3.0 -> coq < 8.5~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -92,13 +120,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-flocq.2.2.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 9 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/flocq/4.1.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/flocq/4.1.2.html index bda181ebb983..90e83126bd09 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/flocq/4.1.2.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/flocq/4.1.2.html @@ -3,7 +3,7 @@ -Total: 9 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/flocq/4.1.3.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/flocq/4.1.3.html index 2ec3f31528de..f19dc3040820 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/flocq/4.1.3.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/flocq/4.1.3.html @@ -55,7 +55,7 @@Total: 9 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/formalv-check_range/1.0.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/formalv-check_range/1.0.0.html index 434c984ad2bb..6c2ec68cd8a0 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/formalv-check_range/1.0.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/formalv-check_range/1.0.0.html @@ -55,7 +55,7 @@Total: 6 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/founify/8.10.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/founify/8.10.0.html index 89707beddf51..cb55e3075435 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/founify/8.10.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/founify/8.10.0.html @@ -55,7 +55,7 @@Total: 44 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fourcolor/1.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fourcolor/1.2.html index 0cd2f6819031..fbaea600cb52 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fourcolor/1.2.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fourcolor/1.2.html @@ -55,7 +55,7 @@Total: 45 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fourcolor/1.3.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fourcolor/1.3.1.html index c498dbfbffcd..22919160dfd3 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fourcolor/1.3.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fourcolor/1.3.1.html @@ -3,7 +3,7 @@ -Total: 45 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fpmods/0.2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fpmods/0.2.0.html index 4eb5ccff1e4e..135a3540af0d 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fpmods/0.2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/fpmods/0.2.0.html @@ -55,7 +55,7 @@# Packages matching: installed # Name # Installed # Synopsis @@ -145,7 +145,7 @@Install dependencies
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -170,7 +170,7 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 @@ -190,15 +190,15 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> retrieved coq-elpi.1.18.0 (https://github.com/LPCIC/coq-elpi/releases/download/v1.18.0/coq-elpi-1.18.0.tar.gz) --> retrieved coq-gaia-schutte.2.0 (https://github.com/coq-community/gaia/archive/v2.0.tar.gz) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved coq-gaia-ordinals.2.0 (https://github.com/coq-community/gaia/archive/v2.0.tar.gz) --> installed camlp-streams.5.0.1 --> retrieved coq-gaia-theory-of-sets.2.0 (https://github.com/coq-community/gaia/archive/v2.0.tar.gz) +-> retrieved coq-gaia-schutte.2.0 (cached) +-> retrieved coq-gaia-theory-of-sets.2.0 (cached) -> retrieved coq-mathcomp-algebra.2.2.0 (https://github.com/math-comp/math-comp/archive/mathcomp-2.2.0.tar.gz) -> retrieved coq-hierarchy-builder.1.6.0 (https://github.com/math-comp/hierarchy-builder/releases/download/v1.6.0/hierarchy-builder-1.6.0.tar.gz) -> retrieved coq-mathcomp-fingroup.2.2.0 (https://github.com/math-comp/math-comp/archive/mathcomp-2.2.0.tar.gz) @@ -206,39 +206,39 @@Install dependencies
-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> installed cppo.1.6.9 -> retrieved menhir.20231231 (https://opam.ocaml.org/cache) +-> retrieved menhirCST.20231231 (https://opam.ocaml.org/cache) -> retrieved menhirLib.20231231 (cached) -> retrieved menhirSdk.20231231 (cached) --> retrieved menhirCST.20231231 (https://opam.ocaml.org/cache) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed cppo.1.6.9 --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 -> installed biniou.1.2.2 --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed menhirLib.20231231 --> retrieved elpi.1.17.4 (https://opam.ocaml.org/cache) -> installed menhirCST.20231231 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved elpi.1.17.4 (https://opam.ocaml.org/cache) +-> installed seq.base +-> installed menhirSdk.20231231 +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> installed menhirLib.20231231 +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> installed menhirSdk.20231231 --> installed seq.base -> installed result.1.5 --> installed cmdliner.1.2.0 --> installed sexplib0.v0.16.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 -> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 +-> installed ppxlib.0.32.0 -> installed menhir.20231231 --> installed atd.2.15.0 -> installed ppx_deriving.5.2.1 +-> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 -> installed elpi.1.17.4 @@ -254,8 +254,8 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-gaia-theory-of-sets.2.0 # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-gaia-theory-of-sets -j 4 # exit-code 1 -# env-file ~/.opam/log/coq-gaia-theory-of-sets-25455-817022.env -# output-file ~/.opam/log/coq-gaia-theory-of-sets-25455-817022.out +# env-file ~/.opam/log/coq-gaia-theory-of-sets-26722-b61355.env +# output-file ~/.opam/log/coq-gaia-theory-of-sets-26722-b61355.out ### output ### # Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune # 3.8 and will be removed in an upcoming Dune version. @@ -293,7 +293,7 @@Install dependencies
| - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -303,7 +303,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240129070132.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240225152520.export"
Total: 15 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-ordinals/2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-ordinals/2.0.html index f856fa92fa3d..f551a8c60528 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-ordinals/2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-ordinals/2.0.html @@ -55,7 +55,7 @@# Packages matching: installed # Name # Installed # Synopsis @@ -146,7 +146,7 @@Install dependencies
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -171,7 +171,7 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 @@ -187,50 +187,50 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved coq-elpi.1.18.0 (https://github.com/LPCIC/coq-elpi/releases/download/v1.18.0/coq-elpi-1.18.0.tar.gz) --> retrieved coq-gaia-schutte.2.0 (https://github.com/coq-community/gaia/archive/v2.0.tar.gz) -> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.1.6.0 (https://github.com/math-comp/hierarchy-builder/releases/download/v1.6.0/hierarchy-builder-1.6.0.tar.gz) -> retrieved coq-gaia-theory-of-sets.2.0 (https://github.com/coq-community/gaia/archive/v2.0.tar.gz) +-> retrieved coq-gaia-schutte.2.0 (https://github.com/coq-community/gaia/archive/v2.0.tar.gz) +-> retrieved coq-hierarchy-builder.1.6.0 (https://github.com/math-comp/hierarchy-builder/releases/download/v1.6.0/hierarchy-builder-1.6.0.tar.gz) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed cppo.1.6.9 --> installed easy-format.1.3.4 -> retrieved coq-mathcomp-ssreflect.2.2.0 (https://github.com/math-comp/math-comp/archive/mathcomp-2.2.0.tar.gz) -> retrieved menhir.20231231 (https://opam.ocaml.org/cache) +-> installed cppo.1.6.9 -> retrieved menhirCST.20231231 (cached) +-> installed easy-format.1.3.4 +-> retrieved elpi.1.17.4 (https://opam.ocaml.org/cache) -> retrieved menhirLib.20231231 (cached) -> retrieved menhirSdk.20231231 (cached) +-> installed menhirCST.20231231 -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed menhirCST.20231231 --> retrieved elpi.1.17.4 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 +-> installed biniou.1.2.2 +-> installed menhirLib.20231231 -> installed menhirSdk.20231231 -> installed ppx_derivers.1.2.1 --> installed seq.base --> installed menhirLib.20231231 -> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 +-> installed seq.base -> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 +-> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 +-> installed ppxlib.0.32.0 -> installed menhir.20231231 -> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 @@ -247,8 +247,8 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-gaia-theory-of-sets.2.0 # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-gaia-theory-of-sets -j 4 # exit-code 1 -# env-file ~/.opam/log/coq-gaia-theory-of-sets-13119-14e4f6.env -# output-file ~/.opam/log/coq-gaia-theory-of-sets-13119-14e4f6.out +# env-file ~/.opam/log/coq-gaia-theory-of-sets-27438-34cddc.env +# output-file ~/.opam/log/coq-gaia-theory-of-sets-27438-34cddc.out ### output ### # Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune # 3.8 and will be removed in an upcoming Dune version. @@ -284,7 +284,7 @@Install dependencies
| - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -294,7 +294,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240129082653.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240225043623.export"
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" @@ -91,13 +109,26 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-gaia-schutte.1.14 coq.
opam install -y --show-action coq-gaia-schutte.1.14 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-gaia-schutte < 1.15 -> coq < 8.16~ -> 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-gaia-schutte < 1.15 -> coq < 8.16~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-gaia-schutte < 1.15 -> coq < 8.16~ + * Missing dependency: + - coq-gaia-schutte < 1.15 -> coq < 8.16~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.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:
@@ -105,13 +136,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-gaia-schutte.1.14
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 4 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-stern/2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-stern/2.0.html index 0c553b2b2fc6..1bd83df2d8a6 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-stern/2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-stern/2.0.html @@ -55,7 +55,7 @@Total: 11 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-theory-of-sets/2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-theory-of-sets/2.0.html index 370d0f269f99..fe498c2f6dde 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-theory-of-sets/2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gaia-theory-of-sets/2.0.html @@ -55,7 +55,7 @@Total: 2 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gappa/1.5.4.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gappa/1.5.4.html index b5c2929e2ba2..d5a3330124fb 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gappa/1.5.4.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/gappa/1.5.4.html @@ -55,7 +55,7 @@# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "guillaume.melquiond@inria.fr" +homepage: "https://gappa.gitlabpages.inria.fr/" +dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git" +bug-reports: "https://gitlab.inria.fr/gappa/coq/issues" +license: "LGPL-3.0-or-later" +build: [ + ["autoconf"] {dev} + ["./configure"] + ["./remake" "-j%{jobs}%"] +] +install: ["./remake" "install"] +depends: [ + "ocaml" + "ocamlfind" {build} + "coq" {>= "8.8.1"} + "coq-flocq" {>= "3.0"} + "conf-autoconf" {build & dev} + ("conf-g++" {build} | "conf-clang" {build}) +] +tags: [ + "keyword:floating-point arithmetic" + "keyword:interval arithmetic" + "keyword:decision procedure" + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "logpath:Gappa" + "date:2024-02-08" +] +authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ] +synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover" +url { + src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.5.tar.gz" + checksum: "sha512=d88d365ad6a8e466bfed0a5930392bb75b7e6bbb8ec8a83284cb5234b618b5dc8591f9e9d9c155d9a6f89f11528629a6c7bc99b8098c0ba38f6518716e02ec1c" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-gappa.1.5.5 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-gappa.1.5.5 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-gappa.1.5.5 coq.8.17.0
Total: 2 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_tactic.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_tree.vo
../ocaml-base-compiler.5.0.0/lib/coq-gappa/gappatac.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_float.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_round.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_pred_rel.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_pred_bnd.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_rewriting.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_real.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_pred_fixflt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_pred_abs.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_dyadic.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_fixed.vo
../ocaml-base-compiler.5.0.0/lib/coq-gappa/gappatac.cmo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_round_def.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_decimal.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_round_aux.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_user.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_definitions.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_pred_nzr.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_library.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_common.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_obfuscate.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Gappa/Gappa_tactic_loader.vo
../ocaml-base-compiler.5.0.0/lib/coq-gappa/META
opam remove -y coq-gappa.1.5.5
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "christian.doczkal@mpi-sp.org" +homepage: "https://github.com/coq-community/graph-theory" +dev-repo: "git+https://github.com/coq-community/graph-theory.git" +bug-reports: "https://github.com/coq-community/graph-theory/issues" +license: "CECILL-B" +synopsis: "Graph theory results on planarity in Coq and MathComp" +description: """ +Formal definitions and results on graph planarity in Coq using the Mathematical Components +library, including Wagner's Theorem. Relies on hypermaps and other notions developed +as part of the Coq proof of the Four-Color Theorem.""" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "dune" {>= "3.5"} + "coq" {>= "8.16" & < "8.20"} + "coq-mathcomp-ssreflect" {>= "2.0" & < "2.3"} + "coq-graph-theory" {= version} + "coq-fourcolor" +] +tags: [ + "category:Computer Science/Graph Theory" + "keyword:graph theory" + "keyword:planarity" + "logpath:GraphTheory.planar" + "date:2024-01-28" +] +authors: [ + "Christian Doczkal" + "Damien Pous" +] +url { + src: "https://github.com/coq-community/graph-theory/releases/download/v0.9.4/graph-theory-0.9.4.tar.gz" + checksum: "sha512=c721077e7aa232179d2f7cc2cb797fd509cab5d2bd55eeae99dbbf405919d38cd889640cf2d0c1870bd16876cb61f8c10f14d5ae88e2b7749d990d04fae0d566" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-graph-theory-planar.0.9.4 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-graph-theory-planar.0.9.4 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-graph-theory-planar.0.9.4 coq.8.17.0
Total: 2 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/hmap_ops.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/embedding.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/wagner.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/hcycle.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/K4plane.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/hmap_ops.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/embedding.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/wagner.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/hcycle.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar/K4plane.v
../ocaml-base-compiler.5.0.0/doc/coq-graph-theory-planar/README.md
../ocaml-base-compiler.5.0.0/lib/coq-graph-theory-planar/opam
../ocaml-base-compiler.5.0.0/lib/coq-graph-theory-planar/dune-package
../ocaml-base-compiler.5.0.0/lib/coq-graph-theory-planar/META
opam remove -y coq-graph-theory-planar.0.9.4
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/planar
Total: 11 M
@@ -169,7 +169,7 @@../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/cp_minor.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/ptt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph2_tw2.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finite_quotient.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finite_quotient.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/dom.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/setoid_bigop.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/equiv.vo
Total: 12 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/graph-theory/0.9.4.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/graph-theory/0.9.4.html new file mode 100644 index 000000000000..4e3601da43d1 --- /dev/null +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/graph-theory/0.9.4.html @@ -0,0 +1,261 @@ + + + + + +# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "christian.doczkal@mpi-sp.org" +homepage: "https://github.com/coq-community/graph-theory" +dev-repo: "git+https://github.com/coq-community/graph-theory.git" +bug-reports: "https://github.com/coq-community/graph-theory/issues" +license: "CECILL-B" +synopsis: "General graph theory definitions and results in Coq and MathComp" +description: """ +Formalized general graph theory definitions and results using Coq and +the Mathematical Components library, including various standard results +from the literature (e.g., Menger's Theorem and Hall's Marriage Theorem).""" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "dune" {>= "3.5"} + "coq" {>= "8.16" & < "8.20"} + "coq-mathcomp-ssreflect" {>= "2.0" & < "2.3"} + "coq-mathcomp-algebra" + "coq-mathcomp-finmap" + "coq-hierarchy-builder" {>= "1.4.0"} +] +tags: [ + "category:Computer Science/Graph Theory" + "keyword:graph theory" + "keyword:minors" + "keyword:treewidth" + "keyword:algebra" + "logpath:GraphTheory.core" + "date:2024-01-28" +] +authors: [ + "Christian Doczkal" + "Damien Pous" +] +url { + src: "https://github.com/coq-community/graph-theory/releases/download/v0.9.4/graph-theory-0.9.4.tar.gz" + checksum: "sha512=c721077e7aa232179d2f7cc2cb797fd509cab5d2bd55eeae99dbbf405919d38cd889640cf2d0c1870bd16876cb61f8c10f14d5ae88e2b7749d990d04fae0d566" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-graph-theory.0.9.4 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-graph-theory.0.9.4 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-graph-theory.0.9.4 coq.8.17.0
Total: 12 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/transfer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/reduction.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/sgraph.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/open_confluence.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/connectivity.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/smerge.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/skeleton.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/digraph.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/preliminaries.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/checkpoint.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/wpgt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/treewidth.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finmap_plus.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph2.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_def.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/excluded.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/minor.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/pttdom.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_iso.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/coloring.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/arc.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/cp_minor.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finite_quotient.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/ptt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph2_tw2.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/dom.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/setoid_bigop.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/equiv.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/structures.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_top.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/completeness.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/bij.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/helly.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/partition.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/sgraph.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/set_tac.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/open_confluence.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/connectivity.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/transfer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/preliminaries.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/digraph.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/checkpoint.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/rewriting.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/bounded.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/skeleton.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/wpgt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/smerge.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph2.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/treewidth.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_def.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/dom.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/excluded.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/minor.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/arc.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/coloring.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_iso.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finite_quotient.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/reduction.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/pttdom.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/finmap_plus.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/cp_minor.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/equiv.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/mgraph2_tw2.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/setoid_bigop.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/set_tac.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/bij.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/extraction_top.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/partition.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/completeness.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/structures.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/helly.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/ptt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/edone.vo
../ocaml-base-compiler.5.0.0/doc/coq-graph-theory/README.md
../ocaml-base-compiler.5.0.0/lib/coq-graph-theory/dune-package
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/rewriting.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/bounded.v
../ocaml-base-compiler.5.0.0/lib/coq-graph-theory/opam
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core/edone.v
../ocaml-base-compiler.5.0.0/lib/coq-graph-theory/META
opam remove -y coq-graph-theory.0.9.4
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/GraphTheory/core
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" @@ -95,13 +113,26 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-hammer.1.3.2+8.13 coq.
opam install -y --show-action coq-hammer.1.3.2+8.13 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-hammer = 1.3.2+8.13 -> coq < 8.14~ -> 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-hammer = 1.3.2+8.13 -> coq < 8.14~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-hammer = 1.3.2+8.13 -> coq < 8.14~ + * Missing dependency: + - coq-hammer = 1.3.2+8.13 -> coq < 8.14~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -109,13 +140,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-hammer.1.3.2+8.13
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 11 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/high-school-geometry/8.6.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/high-school-geometry/8.6.0.html index a6ea30808a8f..afd2ed37c1da 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/high-school-geometry/8.6.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/high-school-geometry/8.6.0.html @@ -55,7 +55,7 @@Total: 121 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/hott/8.17.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/hott/8.17.html index 75600507544b..65c7af309162 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/hott/8.17.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/hott/8.17.html @@ -55,7 +55,7 @@Total: 99 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/hott/8.7.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/hott/8.7.html index 06c4cc441153..5520a3326928 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/hott/8.7.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/hott/8.7.html @@ -55,7 +55,7 @@opam list; echo; timeout 4h opam install -y --deps-only coq-http.0.2.1 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install cppo 1.6.9 + - install ocamlbuild 0.14.3 + - install menhirCST 20231231 + - install coq-ext-lib 1.2.1 + - install coq-mathcomp-ssreflect 1.19.0 + - install menhirSdk 20231231 + - install coq-menhirlib 20231231 + - install coq-paco 4.2.0 + - install menhirLib 20231231 + - install coq-ceres 0.4.1 + - install coq-simple-io 1.8.0 + - install coq-itree 5.1.2 + - install menhir 20231231 + - install coq-parsec 0.1.2 + - install coq-itree-io 0.1.1 + - install coq-quickchick 2.0.2 + - install coq-json 0.1.3 + - install coq-async-test 0.1.0 +===== 18 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-ceres.0.4.1 (https://github.com/Lysxia/coq-ceres/archive/0.4.1.tar.gz) +-> retrieved coq-async-test.0.1.0 (https://github.com/liyishuai/coq-async-test/archive/v0.1.0.tar.gz) +-> retrieved coq-itree-io.0.1.1 (https://github.com/Lysxia/coq-itree-io/archive/refs/tags/v0.1.1.tar.gz) +-> retrieved coq-itree.5.1.2 (https://github.com/DeepSpec/InteractionTrees/archive/5.1.2.tar.gz) +-> retrieved coq-json.0.1.3 (https://github.com/liyishuai/coq-json/archive/refs/tags/v0.1.3.tar.gz) +-> retrieved coq-menhirlib.20231231 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz) +-> retrieved coq-paco.4.2.0 (https://github.com/snu-sf/paco/archive/v4.2.0.tar.gz) +-> retrieved coq-mathcomp-ssreflect.1.19.0 (https://github.com/math-comp/math-comp/archive/mathcomp-1.19.0.tar.gz) +-> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved menhir.20231231 (cached) +-> retrieved coq-quickchick.2.0.2 (https://github.com/QuickChick/QuickChick/archive/refs/tags/v2.0.2.tar.gz) +-> retrieved coq-simple-io.1.8.0 (https://github.com/Lysxia/coq-simple-io/archive/1.8.0.tar.gz) +-> retrieved menhirCST.20231231 (cached) +-> retrieved menhirLib.20231231 (cached) +-> retrieved menhirSdk.20231231 (cached) +-> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) +-> installed coq-ceres.0.4.1 +-> installed coq-menhirlib.20231231 +-> installed menhirCST.20231231 +-> installed menhirLib.20231231 +-> installed cppo.1.6.9 +-> installed menhirSdk.20231231 +-> installed coq-paco.4.2.0 +-> installed ocamlbuild.0.14.3 +-> installed menhir.20231231 +-> installed coq-mathcomp-ssreflect.1.19.0 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-ceres 0.4.1 +| - install coq-mathcomp-ssreflect 1.19.0 +| - install coq-menhirlib 20231231 +| - install coq-paco 4.2.0 +| - install cppo 1.6.9 +| - install menhir 20231231 +| - install menhirCST 20231231 +| - install menhirLib 20231231 +| - install menhirSdk 20231231 +| - install ocamlbuild 0.14.3 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240224053321.export" +
opam list; echo; timeout 4h opam install -y -v coq-http.0.2.1 coq.8.17.0
true
Total: 6 M
-../ocaml-base-compiler.5.0.0/bin/TestHttp.native
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/App/Decode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/App/AppMessage.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Parser.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Execute.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Semantics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Instances.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Tester.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Tcp.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/IShrink/IShrink.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Observe.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Gen.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/NetUnix.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Decode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Semantics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Tester.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Encode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Message.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Trace.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Parser.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Common.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Codec.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Printer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/IShrink/IShrink.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Tcp.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/App/AppMessage.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/NetUnix.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Message.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/App/Form.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Observe.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Gen.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Semantics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Decode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Execute.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Parser.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Tester.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Printer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Common.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/App/Decode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/IShrink/IShrink.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/App/AppMessage.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Encode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Tcp.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Message.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Observe.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Printer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/NetUnix.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Execute.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Decode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Gen.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Encode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/App/Decode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/App/Form.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Trace.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Common.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Codec.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Instances.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Instances.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/App/Form.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Trace.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/HTTP/Codec.v
No files were installed.
opam remove -y coq-http.0.2.1
true
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" @@ -92,13 +110,26 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-hydra-battles.0.4 coq.
opam install -y --show-action coq-hydra-battles.0.4 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-hydra-battles < 0.5 -> coq (< 8.14~ | >= 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-hydra-battles < 0.5 -> coq (< 8.14~ | >= dev) -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-hydra-battles < 0.5 -> coq (< 8.14~ | >= dev) + * Missing dependency: + - coq-hydra-battles < 0.5 -> coq (< 8.14~ | >= dev) -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -106,13 +137,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-hydra-battles.0.4
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -90,13 +108,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-idxassoc.8.7.0 coq.
opam install -y --show-action coq-idxassoc.8.7.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-idxassoc = 8.7.0 -> coq < 8.8~ -> 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-idxassoc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-idxassoc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -104,13 +132,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-idxassoc.8.7.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 40 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/infotheo/0.6.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/infotheo/0.6.0.html index 6d8f0e4bac42..7ce12e415cd8 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/infotheo/0.6.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/infotheo/0.6.0.html @@ -3,7 +3,7 @@ -Total: 42 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/infotheo/0.6.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/infotheo/0.6.1.html new file mode 100644 index 000000000000..2f9b39699f76 --- /dev/null +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/infotheo/0.6.1.html @@ -0,0 +1,454 @@ + + + + + +# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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.17" & < "8.20~") | (= "dev") } + "coq-mathcomp-ssreflect" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-fingroup" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-algebra" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-solvable" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-field" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-analysis" { (>= "0.6.6") & (< "0.8~")} + "coq-hierarchy-builder" { >= "1.5.0" } + "coq-mathcomp-algebra-tactics" { = "1.1.1" } +] +tags: [ + "keyword:information theory" + "keyword:probability" + "keyword:error-correcting codes" + "keyword:convexity" + "logpath:infotheo" + "date:2024-02-04" +] +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 { + src: "https://github.com/affeldt-aist/infotheo/archive/0.6.1.tar.gz" + checksum: "sha512=b19de685499aab32226f5da90256755536c7b26e6751708b291b137f1fb1a3368ba8ec537472f375b8f656012b067b4e5dc4391ffcbd7924d5bdd0b7f8a79a3d" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-infotheo.0.6.1 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-infotheo.0.6.1 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-infotheo.0.6.1 coq.8.17.0
Total: 42 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/convex.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/fdist.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/fsdist.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/convex.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/proba.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/entropy.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/jtypes.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/proba.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/vandermonde.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/fdist.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/necset.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/entropy.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/convex_stone.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/jtypes.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssrR.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/convex_stone.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/repcode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/bayes.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/hamming.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/convex_equiv.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/hamming.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/fsdist.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssrR.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssr_ext.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/kraft.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/pproba.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/bigop_ext.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssralg_ext.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssr_ext.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/euclid.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/necset.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/entropy_convex.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/bch.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/bch.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/bayes.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/types.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/convex_equiv.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/pinsker.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssralg_ext.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/num_occ.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/kraft.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/bigop_ext.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/types.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/vandermonde.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/euclid.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/pinsker.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/entropy_convex.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/jfdist_cond.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/realType_ext.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/realType_ext.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/num_occ.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/dft.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/jfdist_cond.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/dft.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/decoding.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/graphoid.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/summary.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/degree_profile.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/ln_facts.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/ln_facts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/natbin.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/grs.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/natbin.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/Reals_ext.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/Reals_ext.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/summary.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/convex.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/logb.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/graphoid.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/decoding.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/grs.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/typ_seq.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/repcode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/error_exponent.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/string_entropy.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/log_sum.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/typ_seq.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/logb.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/tanner.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/error_exponent.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssrZ.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/partition_inequality.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/checksum.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/proba.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/pproba.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssrZ.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/aep.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/string_entropy.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/jensen.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/checksum.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/divergence.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/log_sum.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo_proof.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel_code.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/fdist.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/entropy.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssrR.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/aep.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/subgraph_partition.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/alternant.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/poly_ext.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/variation_dist.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/partition_inequality.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_code.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/tanner.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/jtypes.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/f2.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/necset.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/convex_stone.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/fsdist.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/tanner_partition.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/linearcode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel_coding_direct.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/hamming_code.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_converse.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssr_ext.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/divergence.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/reed_solomon.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/hamming.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/jensen.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/poly_ext.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/stopping_set.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/euclid.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/kraft.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/bayes.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_erasure.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/summary_tanner.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/f2.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel_code.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssralg_ext.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/cyclic_code.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/bch.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/convex_equiv.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/bigop_ext.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/ln_facts.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/types.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/natbin.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/num_occ.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/pinsker.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/alternant.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/realType_ext.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/Reals_ext.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/poly_decoding.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/entropy_convex.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/dft.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/vandermonde.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_vl_direct.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/ssrZ.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/Ranalysis_ext.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/jfdist_cond.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/logb.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/binary_symmetric_channel.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/decoding.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/success_decode_bound.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/summary.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/joint_typ_seq.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/repcode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/conditional_divergence.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/ldpc_algo.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_code.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/typ_seq.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/graphoid.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/pproba.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/error_exponent.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/variation_dist.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/grs.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/string_entropy.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_converse.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_coding_fl_direct.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/log_sum.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/tanner.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel_coding_converse.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/checksum.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/partition_inequality.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/aep.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/shannon_fano.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_modern/max_subset.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/binary_entropy_function.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/divergence.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/f2.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/channel_code.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/alternant.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/jensen.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/ecc_classic/mceliece.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/poly_ext.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/conditional_entropy.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/erasure_channel.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/information_theory/source_code.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/probability/variation_dist.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_ordn.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/lib/classical_sets_ext.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/infotheo/toy_examples/expected_value_variance_tuple.v
opam remove -y coq-infotheo.0.6.1
Total: 17 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/interval/4.8.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/interval/4.8.1.html index 308a3e07d14c..c42967f54648 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/interval/4.8.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/interval/4.8.1.html @@ -3,7 +3,7 @@ -Total: 17 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/interval/4.9.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/interval/4.9.0.html index 3ad4737915e9..a596b4f30d78 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/interval/4.9.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/interval/4.9.0.html @@ -3,7 +3,7 @@ -Total: 18 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/intuitionistic-nuprl/8.6.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/intuitionistic-nuprl/8.6.0.html index 8b9cf2b1ebef..9236bb209c41 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/intuitionistic-nuprl/8.6.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/intuitionistic-nuprl/8.6.0.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "dev@clarus.me" @@ -89,13 +107,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-io-exception.1.1.0 coq.
opam install -y --show-action coq-io-exception.1.1.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-io-exception >= 1.1.0 -> coq < 8.5~ -> 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-io-exception >= 1.1.0 -> coq < 8.5~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-io-exception >= 1.1.0 -> coq < 8.5~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -103,13 +131,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-io-exception.1.1.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 8 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/iris-string-ident/0.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/iris-string-ident/0.1.0.html index 632514c4989d..e7361748382b 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/iris-string-ident/0.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/iris-string-ident/0.1.0.html @@ -55,7 +55,7 @@Total: 27 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/iris/4.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/iris/4.1.0.html index 5d3917eda3f7..fcbbbba50f8d 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/iris/4.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/iris/4.1.0.html @@ -3,7 +3,7 @@ -Total: 28 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/itauto/8.13+no.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/itauto/8.13+no.html index 583d9a360e90..2a37712fb505 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/itauto/8.13+no.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/itauto/8.13+no.html @@ -55,7 +55,7 @@# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "frederic.besson@inria.fr" +homepage: "https://gitlab.inria.fr/fbesson/itauto" +dev-repo: "git+https://gitlab.inria.fr/fbesson/itauto.git" +authors: ["Frรฉdรฉric Besson"] +bug-reports: ["frederic.besson@inria.fr" "https://gitlab.inria.fr/fbesson/itauto/-/issues"] +license: "MIT" +synopsis: "Reflexive SAT solver with Nelson-Oppen support, parameterised by a leaf tactic inside Coq" +description: """ +itauto is a reflexive intuitionistic SAT solver parameterised by a theory module. +When run inside Coq, the theory module wraps an arbitrary Coq tactic, e.g., the lia +solver for linear arithmetic or the congruence solver for uninterpreted function symbols +and constructors. Using a black-box Nelson-Oppen scheme for combination of theories, +itauto also provides an SMT-like tactic for propositional reasoning modulo the solvers for +both arithmetic and function symbols. +""" +build: [ + [make "-j%{jobs}%"] + ] +install: [make "install"] +depends: [ + "ocaml" {>= "4.9~"} + "coq" {>= "8.19" & < "8.20"} + "dune" {>= "2.9"} +] +depopts: [ "ocamlformat" {build} ] +tags: [ + "category:Miscellaneous/Coq Extensions" + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "keyword:integers" + "keyword:SAT" + "keyword:SMT" + "keyword:Nelson-Oppen" + "keyword:automation" + "logpath:Cdcl" + "date:2024-01-03" +] +url { + src: "https://gitlab.inria.fr/fbesson/itauto/-/archive/8.19.0/itauto-8.19.0.tar.gz" + checksum: [ + "md5=95c1617377a2a60f0db72f9893e7149c" + "sha512=9a5f92dde1cadd7ef70022b5289462d0beadd451e92a42a390dd460e4851f0c85204c97209a3dc0b93cbdfea48131444f3673df34d2021787d807e51cad1d434" + ] +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-itauto.8.19.0 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-itauto >= 8.19.0 -> coq >= 8.19 +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-itauto.8.19.0
true
true
No files were installed.
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-itree-extra.5.0.0 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install coq-ext-lib 1.2.1 + - install coq-paco 4.2.0 + - install coq-itree 5.1.2 +===== 3 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-itree.5.1.2 (https://github.com/DeepSpec/InteractionTrees/archive/5.1.2.tar.gz) +-> retrieved coq-paco.4.2.0 (https://github.com/snu-sf/paco/archive/v4.2.0.tar.gz) +-> installed coq-paco.4.2.0 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-paco 4.2.0 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240222213851.export" +
opam list; echo; timeout 4h opam install -y -v coq-itree-extra.5.0.0 coq.8.17.0
true
Total: 17 M
-../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttHalt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceBind.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqWcompat.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceFacts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePrefix.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsens.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/IForest.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/ITreeDijkstra.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandler.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqBind.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttTrans.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandlerPi.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateIOTrace.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsensFacts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/TracesIT.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHalt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHaltProgInsens.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DelaySpecMonad.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateDelaySpec.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeDijkstra.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePreds.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateSpecT.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeBasics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceBind.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/IForest.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/IterRel.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttHalt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceDefinition.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceFacts.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeDijkstra.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/ITreeDijkstra.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/StrongBisimProper.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsens.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqWcompat.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DijkstraMonad.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandler.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/Labels.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/TracesIT.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePrefix.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqBind.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHaltProgInsens.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DelaySpecMonad.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateIOTrace.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandlerPi.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateDelaySpec.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHalt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttTrans.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateSpecT.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePreds.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsensFacts.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/IterRel.v
../ocaml-base-compiler.5.0.0/doc/coq-itree-extra/CHANGELOG.md
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeBasics.v
../ocaml-base-compiler.5.0.0/lib/coq-itree-extra/dune-package
../ocaml-base-compiler.5.0.0/doc/coq-itree-extra/README.md
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DijkstraMonad.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceDefinition.v
../ocaml-base-compiler.5.0.0/doc/coq-itree-extra/LICENSE
../ocaml-base-compiler.5.0.0/lib/coq-itree-extra/opam
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/Labels.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/StrongBisimProper.v
../ocaml-base-compiler.5.0.0/lib/coq-itree-extra/META
No files were installed.
opam remove -y coq-itree-extra.5.0.0
true
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure
opam list; echo; timeout 4h opam install -y -v coq-itree-extra.5.1.0 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-ext-lib 1.2.1 A library of Coq definitions, theorems, and tactics +coq-itree 5.1.2 Library for representing recursive and impure programs with equational reasoning +coq-paco 4.2.0 Coq library implementing parameterized coinduction +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +[NOTE] Package coq is already installed (current version is 8.17.0). +The following actions will be performed: + - install coq-itree-extra 5.1.0 +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +Processing 1/3: [coq-itree-extra.5.1.0: http] +Processing 1/3: +-> retrieved coq-itree-extra.5.1.0 (https://github.com/DeepSpec/InteractionTrees/archive/5.1.0.tar.gz) +Processing 2/3: [coq-itree-extra: ./fixup.sh] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./fixup.sh" (CWD=/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-itree-extra.5.1.0) +Processing 2/3: [coq-itree-extra: dune build] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-itree-extra" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-itree-extra.5.1.0) +- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune +- 3.8 and will be removed in an upcoming Dune version. +- Hint: To disable this warning, add the following to your dune-project file: +- (warnings (deprecated_coq_lang_lt_08 disabled)) +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITraceFacts.v) +- File "./extra/ITrace/ITraceFacts.v", line 417, characters 6-29: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceFacts.v", line 695, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R extra ITree.Extra extra/Dijkstra/ITreeDijkstra.v) +- File "./extra/Dijkstra/ITreeDijkstra.v", line 253, characters 50-60: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/Dijkstra/ITreeDijkstra.v", line 263, characters 37-60: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/Dijkstra/ITreeDijkstra.v", line 545, characters 6-51: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITracePrefix.v) +- File "./extra/ITrace/ITracePrefix.v", line 246, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITraceBind.v) +- File "./extra/ITrace/ITraceBind.v", line 278, characters 12-57: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceBind.v", line 292, characters 35-80: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceBind.v", line 523, characters 10-55: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceBind.v", line 525, characters 10-55: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceBind.v", line 537, characters 21-56: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceBind.v", line 538, characters 29-64: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceBind.v", line 576, characters 36-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceBind.v", line 578, characters 38-73: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceBind.v", line 660, characters 27-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- File "./extra/ITrace/ITraceBind.v", line 670, characters 27-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R extra ITree.Extra extra/Dijkstra/StateIOTrace.v) +- File "./extra/Dijkstra/StateIOTrace.v", line 44, characters 55-71: +- Error: The variable string_dec_sound was not found in the current +- environment. +- +[ERROR] The compilation of coq-itree-extra.5.1.0 failed at "dune build -p coq-itree-extra -j 4 @install". +#=== ERROR while compiling coq-itree-extra.5.1.0 ==============================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-itree-extra.5.1.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-itree-extra -j 4 @install +# exit-code 1 +# env-file ~/.opam/log/coq-itree-extra-24958-e93507.env +# output-file ~/.opam/log/coq-itree-extra-24958-e93507.out +### output ### +# [...] +# This will be replaced by just "auto" in the future. +# [intuition-auto-with-star,deprecated] +# File "./extra/ITrace/ITraceBind.v", line 670, characters 27-72: +# Warning: +# "auto with *" was used through the default "intuition_solver" tactic. +# This will be replaced by just "auto" in the future. +# [intuition-auto-with-star,deprecated] +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/[...] +# File "./extra/Dijkstra/StateIOTrace.v", line 44, characters 55-71: +# Error: The variable string_dec_sound was not found in the current +# environment. +# +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-itree-extra 5.1.0 ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +'opam install -y -v coq-itree-extra.5.1.0 coq.8.17.0' failed. +
Total: 17 M
-../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttHalt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceBind.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqWcompat.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceFacts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePrefix.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsens.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/IForest.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/ITreeDijkstra.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandler.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqBind.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttTrans.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandlerPi.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateIOTrace.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsensFacts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/TracesIT.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHalt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHaltProgInsens.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DelaySpecMonad.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateDelaySpec.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeDijkstra.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePreds.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateSpecT.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeBasics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceBind.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/IterRel.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttHalt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/IForest.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceDefinition.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceFacts.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeDijkstra.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/ITreeDijkstra.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/StrongBisimProper.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsens.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqWcompat.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DijkstraMonad.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandler.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/Labels.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/TracesIT.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePrefix.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqBind.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHaltProgInsens.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DelaySpecMonad.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateIOTrace.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandlerPi.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateDelaySpec.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHalt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttTrans.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateSpecT.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePreds.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsensFacts.v
../ocaml-base-compiler.5.0.0/doc/coq-itree-extra/CHANGELOG.md
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/IterRel.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeBasics.v
../ocaml-base-compiler.5.0.0/lib/coq-itree-extra/dune-package
../ocaml-base-compiler.5.0.0/doc/coq-itree-extra/README.md
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DijkstraMonad.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceDefinition.v
../ocaml-base-compiler.5.0.0/doc/coq-itree-extra/LICENSE
../ocaml-base-compiler.5.0.0/lib/coq-itree-extra/opam
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/Labels.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/StrongBisimProper.v
../ocaml-base-compiler.5.0.0/lib/coq-itree-extra/META
No files were installed.
opam remove -y coq-itree-extra.5.1.0
true
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure
opam list; echo; timeout 4h opam install -y --deps-only coq-itree-extra.5.1.2 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install coq-ext-lib 1.2.1 + - install coq-paco 4.2.0 + - install coq-itree 5.1.2 +===== 3 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-paco.4.2.0 (https://github.com/snu-sf/paco/archive/v4.2.0.tar.gz) +-> retrieved coq-itree.5.1.2 (https://github.com/DeepSpec/InteractionTrees/archive/5.1.2.tar.gz) +-> installed coq-paco.4.2.0 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-paco 4.2.0 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240225004725.export" +
opam list; echo; timeout 4h opam install -y -v coq-itree-extra.5.1.2 coq.8.17.0
true
Total: 17 M
-../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttHalt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceBind.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqWcompat.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceFacts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePrefix.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsens.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/IForest.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/ITreeDijkstra.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandler.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqBind.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttTrans.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandlerPi.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateIOTrace.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsensFacts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/TracesIT.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHalt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHaltProgInsens.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DelaySpecMonad.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateDelaySpec.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeDijkstra.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePreds.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateSpecT.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeBasics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceBind.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/IterRel.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttHalt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/IForest.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceDefinition.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceFacts.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeDijkstra.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/ITreeDijkstra.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/StrongBisimProper.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsens.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqWcompat.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DijkstraMonad.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandler.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/Labels.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/TracesIT.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePrefix.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqBind.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHaltProgInsens.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DelaySpecMonad.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandlerPi.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateIOTrace.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateDelaySpec.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHalt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttTrans.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateSpecT.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePreds.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsensFacts.v
../ocaml-base-compiler.5.0.0/doc/coq-itree-extra/CHANGELOG.md
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/IterRel.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeBasics.v
../ocaml-base-compiler.5.0.0/lib/coq-itree-extra/dune-package
../ocaml-base-compiler.5.0.0/doc/coq-itree-extra/README.md
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra/DijkstraMonad.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceDefinition.v
../ocaml-base-compiler.5.0.0/doc/coq-itree-extra/LICENSE
../ocaml-base-compiler.5.0.0/lib/coq-itree-extra/opam
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/Labels.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure/StrongBisimProper.v
../ocaml-base-compiler.5.0.0/lib/coq-itree-extra/META
No files were installed.
opam remove -y coq-itree-extra.5.1.2
true
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Dijkstra
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/ITrace
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/ITree/Extra/Secure
opam list; echo; timeout 4h opam install -y --deps-only coq-json.0.1.0 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-json.0.1.0 coq.8.17.0
# Packages matching: installed # Name # Installed # Synopsis @@ -144,84 +135,69 @@Install ๐
base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.0 The Coq Proof Assistant -coq-ceres 0.4.1 Library for serialization to S-expressions coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools -coq-ext-lib 0.12.0 A library of Coq definitions, theorems, and tactics -coq-menhirlib 20231231 A support library for verified Coq parsers produced by Menhir -coq-parsec 0.1.2 Monadic parser combinator library in Coq coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -menhir 20231231 An LR(1) parser generator -menhirCST 20231231 Runtime support library for parsers generated by Menhir -menhirLib 20231231 Runtime support library for parsers generated by Menhir -menhirSdk 20231231 Compile-time library for auxiliary tools related to Menhir +dune 3.14.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 -[NOTE] Package coq is already installed (current version is 8.17.0). The following actions will be performed: - - install coq-json 0.1.0 + - install menhirLib 20231231 + - install coq-ceres 0.4.1 + - install menhirCST 20231231 + - install coq-ext-lib 1.2.1 + - install menhirSdk 20231231 + - install coq-menhirlib 20231231 + - install coq-parsec 0.1.2 + - install menhir 20231231 +===== 8 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -Processing 1/3: [coq-json.0.1.0: http] -Processing 1/3: --> retrieved coq-json.0.1.0 (https://github.com/liyishuai/coq-json/archive/v0.1.0.tar.gz) -Processing 2/3: [coq-json: make] -+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-json.0.1.0) -- coq_makefile -f _CoqProject -o Makefile.coq -- menhir --coq Parser.vy -- COQDEP VFILES -- COQC JSON.v -- COQC Parser.v -- COQC Printer.v -- COQC Instances.v -- COQC Jpath.v -- COQC Encode.v -- COQC Decode.v -- COQC Operator.v -- File "./Operator.v", line 20, characters 0-160: -- Error: -- This command does not support this attribute: deprecated (use a notation and deprecate that instead). -- [unsupported-attributes,parsing] -- -- make[1]: *** [Makefile.coq:830: Operator.vo] Error 1 -- make[1]: *** [Operator.vo] Deleting file 'Operator.glob' -- make[1]: *** Waiting for unfinished jobs.... -- make: *** [Makefile.coq:409: all] Error 2 -[ERROR] The compilation of coq-json.0.1.0 failed at "make -j4". -#=== ERROR while compiling coq-json.0.1.0 =====================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-json.0.1.0 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -# exit-code 2 -# env-file ~/.opam/log/coq-json-6142-5e23ca.env -# output-file ~/.opam/log/coq-json-6142-5e23ca.out -### output ### -# [...] -# COQC Encode.v -# COQC Decode.v -# COQC Operator.v -# File "./Operator.v", line 20, characters 0-160: -# Error: -# This command does not support this attribute: deprecated (use a notation and deprecate that instead). -# [unsupported-attributes,parsing] -# -# make[1]: *** [Makefile.coq:830: Operator.vo] Error 1 -# make[1]: *** [Operator.vo] Deleting file 'Operator.glob' -# make[1]: *** Waiting for unfinished jobs.... -# make: *** [Makefile.coq:409: all] Error 2 +-> retrieved coq-menhirlib.20231231 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz) +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-ceres.0.4.1 (https://github.com/Lysxia/coq-ceres/archive/0.4.1.tar.gz) +-> retrieved menhir.20231231 (cached) +-> retrieved menhirCST.20231231 (cached) +-> retrieved menhirLib.20231231 (cached) +-> retrieved menhirSdk.20231231 (cached) +-> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) +-> installed menhirCST.20231231 +-> installed menhirLib.20231231 +-> installed menhirSdk.20231231 +-> installed coq-ceres.0.4.1 +-> installed coq-menhirlib.20231231 +-> installed menhir.20231231 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-json 0.1.0 +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-ceres 0.4.1 +| - install coq-menhirlib 20231231 +| - install menhir 20231231 +| - install menhirCST 20231231 +| - install menhirLib 20231231 +| - install menhirSdk 20231231 +- -- No changes have been performed # Run eval $(opam env) to update the current shell environment -'opam install -y -v coq-json.0.1.0 coq.8.17.0' failed. +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240224140221.export"
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-json.0.1.1 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install menhirLib 20231231 + - install coq-ceres 0.4.1 + - install menhirCST 20231231 + - install coq-ext-lib 1.2.1 + - install menhirSdk 20231231 + - install coq-menhirlib 20231231 + - install coq-parsec 0.1.2 + - install menhir 20231231 +===== 8 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-menhirlib.20231231 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz) +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-ceres.0.4.1 (https://github.com/Lysxia/coq-ceres/archive/0.4.1.tar.gz) +-> retrieved menhir.20231231 (cached) +-> retrieved menhirCST.20231231 (cached) +-> retrieved menhirLib.20231231 (cached) +-> retrieved menhirSdk.20231231 (cached) +-> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) +-> installed menhirCST.20231231 +-> installed menhirSdk.20231231 +-> installed menhirLib.20231231 +-> installed coq-ceres.0.4.1 +-> installed coq-menhirlib.20231231 +-> installed menhir.20231231 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-ceres 0.4.1 +| - install coq-menhirlib 20231231 +| - install menhir 20231231 +| - install menhirCST 20231231 +| - install menhirLib 20231231 +| - install menhirSdk 20231231 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240225101301.export" +
opam list; echo; timeout 4h opam install -y -v coq-json.0.1.1 coq.8.17.0
true
Total: 2 M
-../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Parser.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Parser.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Operator.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Lexer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Decode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Parser.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/JSON.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Encode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Jpath.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Instances.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Printer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Operator.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Lexer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Decode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/JSON.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Encode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Operator.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Jpath.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Lexer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Printer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Decode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Instances.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/JSON.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Encode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Jpath.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Printer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Instances.v
No files were installed.
opam remove -y coq-json.0.1.1
true
opam list; echo; timeout 4h opam install -y --deps-only coq-json.0.1.2 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install menhirLib 20231231 + - install coq-ceres 0.4.1 + - install menhirCST 20231231 + - install coq-ext-lib 1.2.1 + - install menhirSdk 20231231 + - install coq-menhirlib 20231231 + - install coq-parsec 0.1.2 + - install menhir 20231231 +===== 8 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-menhirlib.20231231 (https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz) +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-ceres.0.4.1 (https://github.com/Lysxia/coq-ceres/archive/0.4.1.tar.gz) +-> retrieved menhir.20231231 (cached) +-> retrieved menhirCST.20231231 (cached) +-> retrieved menhirLib.20231231 (cached) +-> retrieved menhirSdk.20231231 (cached) +-> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) +-> installed menhirCST.20231231 +-> installed menhirLib.20231231 +-> installed menhirSdk.20231231 +-> installed coq-ceres.0.4.1 +-> installed coq-menhirlib.20231231 +-> installed menhir.20231231 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-ceres 0.4.1 +| - install coq-menhirlib 20231231 +| - install menhir 20231231 +| - install menhirCST 20231231 +| - install menhirLib 20231231 +| - install menhirSdk 20231231 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240223113633.export" +
opam list; echo; timeout 4h opam install -y -v coq-json.0.1.2 coq.8.17.0
true
Total: 2 M
-../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Parser.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Parser.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Operator.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Lexer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Decode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Parser.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/JSON.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Encode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Jpath.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Instances.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Printer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Operator.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Lexer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Decode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/JSON.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Encode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Operator.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Jpath.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Lexer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Printer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Decode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Instances.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/JSON.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Encode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Jpath.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Printer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Instances.v
No files were installed.
opam remove -y coq-json.0.1.2
true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "JSON in Coq" +description: "From JSON to Coq, and vice versa." +maintainer: "Yishuai Li <liyishuai.lys@alibaba-inc.com>" +authors: "Yishuai Li <liyishuai.lys@alibaba-inc.com>" +license: "BSD-3-Clause" +tags: [ + "category:Computer Science/Data Types and Data Structures" + "keyword:serialization" + "keyword:JSON" + "logpath:JSON" +] +homepage: "https://github.com/liyishuai/coq-json" +bug-reports: "https://github.com/liyishuai/coq-json/issues" +depends: [ + "coq" {>= "8.14~"} + "coq-parsec" {>= "0.1.1"} + "coq-ext-lib" + "menhir" {>= "20220210"} + "coq-menhirlib" {>= "20220210"} +] +build: [make "-j%{jobs}%"] +run-test: [make "-j%{jobs}%" "test"] +install: [make "install"] +dev-repo: "git+https://github.com/liyishuai/coq-json.git" +url { + src: + "https://github.com/liyishuai/coq-json/archive/refs/tags/v0.1.3.tar.gz" + checksum: [ + "md5=79a4a65258d14ced6933f41e9cf66b31" + "sha512=6edac6aadf770b25ee638948ab9fcc631ba4b189d3f67f7b368c0ca94bfe920300326610ea76c38e0c970dfe47dcc9a706e56be94fd9c4b73f5a22bf5dde5a6c" + ] +}+
true
Dry install with the current Coq version:
+opam install -y --show-action coq-json.0.1.3 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-json.0.1.3 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-json.0.1.3 coq.8.17.0
Total: 2 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Parser.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Parser.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Operator.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Lexer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Decode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Parser.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/JSON.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Encode.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Jpath.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Instances.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Printer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Operator.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Lexer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Decode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/JSON.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Encode.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Operator.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Jpath.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Lexer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Decode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Printer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Instances.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/JSON.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Encode.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Jpath.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Printer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/JSON/Instances.v
opam remove -y coq-json.0.1.3
Total: 67 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/karatsuba/8.10.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/karatsuba/8.10.0.html index d2993c1bd0a3..99e351b7e58d 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/karatsuba/8.10.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/karatsuba/8.10.0.html @@ -55,7 +55,7 @@# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "Base Coq library for manipulating Almost Full relations" +description: """ + This library formalizes ground results about Almost Full relations (AF) in Coq 8.14+, up to Dickson's lemma. +""" +maintainer: ["Dominique Larchey-Wendling (https://github.com/DmxLarchey)"] +authors: "Dominique Larchey-Wendling (https://github.com/DmxLarchey)" +license: "MPL-2.0" +homepage: "https://github.com/DmxLarchey/Kruskal-AlmostFull/" +bug-reports: "https://github.com/DmxLarchey/Kruskal-AlmostFull/issues" +dev-repo: "git+https://github.com:DmxLarchey/Kruskal-AlmostFull/" +build: [ + [ make "-j%{jobs}%" "type"] +] +install: [ + [make "install"] +] +depends: [ + "coq" {>= "8.14" & < "8.20~"} + "coq-kruskal-trees" {>= "1.1"} + "coq-kruskal-finite" {>= "1.1"} +] +url { + src: "https://github.com/DmxLarchey/Kruskal-AlmostFull/archive/refs/tags/1.0.tar.gz" + checksum: [ "sha256=9ca35de070b38d4fea624e572a6ad2ef030e10b538cc27f676f690e7dfb38f3a" ] +} +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-16" + "logpath:KruskalAfProp" + "logpath:KruskalAfType" +] ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-kruskal-almostfull.1.0 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-kruskal-almostfull.1.0 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-kruskal-almostfull.1.0 coq.8.17.0
Total: 2 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/good.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/good.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_tools.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_tools.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_bar.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_bar.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/pfx_rev.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/pfx_rev.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_eq.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/bar.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_eq.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/bar.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/list/list_php.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/list/list_php.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_ramsey.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_ramsey.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/notations.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/notations.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_tools.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_tools.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/bar.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/bar.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/good.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/good.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/lift.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/lift.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_wf.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_wf.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/applications/dickson_lemma.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/applications/dickson_lemma.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_good.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_good.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/applications/compute_opair.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/applications/compute_opair.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/almost_full.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/almost_full.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_ramsey.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_ramsey.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_bar.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_bar.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_eq.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_eq.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/notations.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/notations.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/pfx_rev.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/pfx_rev.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/list/list_php.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/list/list_php.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/good.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/good.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_wf.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_wf.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/applications/compute_opair.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/applications/compute_opair.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_tools.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_tools.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/bar.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/bar.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/lift.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/lift.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/applications/dickson_lemma.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/applications/dickson_lemma.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_ramsey.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_ramsey.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_bar.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_bar.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_eq.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_eq.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/list/list_php.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/list/list_php.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/notations.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/notations.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_good.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_good.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base_def.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base_def.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/pfx_rev.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/pfx_rev.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_wf.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_wf.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base_notations.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base_notations.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base_def.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base_def.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/lift.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/lift.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base_implem.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base_implem.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/applications/dickson_lemma.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/applications/dickson_lemma.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/applications/compute_opair.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/applications/compute_opair.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/af_good.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/af_good.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base_def.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base_def.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base_notations.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base_notations.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base_implem.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base_implem.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/almost_full.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/almost_full.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/af/almost_full.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/af/almost_full.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base_implem.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base_implem.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfType/base/base_notations.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalAfProp/base/base_notations.glob
opam remove -y coq-kruskal-almostfull.1.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "Coq library for manipulating finiteness, finite choice and decision as used in proof of Kruskal's tree theorem" +description: """ + Tools to facilitate proofs of finiteness (ie listability), finite choice principles + and finite decidability. +""" +maintainer: ["Dominique Larchey-Wendling (https://github.com/DmxLarchey)"] +authors: "Dominique Larchey-Wendling (https://github.com/DmxLarchey)" +license: "CeCILL-B" +homepage: "https://github.com/DmxLarchey/Kruskal-Finite/" +bug-reports: "https://github.com/DmxLarchey/Kruskal-Finite/issues" +dev-repo: "git+https://github.com:DmxLarchey/Kruskal-Finite/" +build: [ + [ make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" + "coq" {>= "8.14" & < "8.19~"} + "coq-kruskal-trees" {= "1.1"} +] +url { + src: "https://github.com/DmxLarchey/Kruskal-Finite/archive/refs/tags/1.1.1.tar.gz" + checksum: [ + "sha256=c8ca0a1887be7082ecfd39af592dd9ae6077292cf3884c616ab426b12f9b8218" + ] +} +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-08" + "logpath:KruskalFinite" +] ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-kruskal-finite.1.1.1 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-kruskal-finite.1.1.1 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-kruskal-finite.1.1.1 coq.8.17.0
Total: 305 K
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/finite.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/examples/trees.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/finite.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/decide.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/choice.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/examples/trees.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/decide.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/choice.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/finite.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/examples/trees.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/decide.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/choice.v
opam remove -y coq-kruskal-finite.1.1.1
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "Coq library for manipulating finiteness, finite choice and decision as used in proof of Kruskal's tree theorem" +description: """ + Tools to facilitate proofs of finiteness (ie listability), finite choice principles + and finite decidability. +""" +maintainer: ["Dominique Larchey-Wendling (https://github.com/DmxLarchey)"] +authors: "Dominique Larchey-Wendling (https://github.com/DmxLarchey)" +license: "MPL-2.0" +homepage: "https://github.com/DmxLarchey/Kruskal-Finite/" +bug-reports: "https://github.com/DmxLarchey/Kruskal-Finite/issues" +dev-repo: "git+https://github.com:DmxLarchey/Kruskal-Finite/" +build: [ + [ make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "coq" {>= "8.14" & < "8.20~"} + "coq-kruskal-trees" {>= "1.1"} +] +url { + src: "https://github.com/DmxLarchey/Kruskal-Finite/archive/refs/tags/1.2.tar.gz" + checksum: [ + "sha256=0ee07853577a347bc8043ca667f30be79c60573bc2ebb8345d6ed08a525880ea" + ] +} +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-16" + "logpath:KruskalFinite" +] ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-kruskal-finite.1.2 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-kruskal-finite.1.2 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-kruskal-finite.1.2 coq.8.17.0
Total: 308 K
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/finite.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/examples/trees.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/finite.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/decide.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/examples/trees.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/choice.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/decide.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/choice.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/finite.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/examples/trees.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/decide.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalFinite/choice.v
opam remove -y coq-kruskal-finite.1.2
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "Coq library for manipulating rose trees (ie finitely branching) as used in proof of Kruskal's tree theorem" +description: """ + Several implementations for roses trees are proposed with proper induction principles. + Sons of the root are collected into dependent vectors, vectors, lists, etc. +""" +maintainer: ["Dominique Larchey-Wendling (https://github.com/DmxLarchey)" "Jerome Hugues (https://github.com/jjhugues)"] +authors: "Dominique Larchey-Wendling (https://github.com/DmxLarchey)" +license: "MPL-2.0" +homepage: "https://github.com/DmxLarchey/Kruskal-Trees/" +bug-reports: "https://github.com/DmxLarchey/Kruskal-Trees/issues" +dev-repo: "git+https://github.com:DmxLarchey/Kruskal-Trees/" +build: [ + [ make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "coq" {>= "8.14" & < "8.20~"} +] +url { + src: "https://github.com/DmxLarchey/Kruskal-Trees/archive/refs/tags/1.2.tar.gz" + checksum: [ + "sha256=dfefdb5c52c003494ba52a93bad9cf89321f3e732d77327354cb108a8c749c09" + ] +} +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-16" + "logpath:KruskalTrees" +] ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-kruskal-trees.1.2 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-kruskal-trees.1.2 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-kruskal-trees.1.2 coq.8.17.0
Total: 961 K
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/vec/vec.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/vec/vec.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_fall.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/examples/rtree_lex.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/vec/idx.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/ltree.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/dtree.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/examples/rtree_lex.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/vec/idx.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/ltree.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/dtree.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/rtree.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/notations.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_fall.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/vtree.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_decide.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_choice.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_sum.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/ntree.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/btree.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_utils.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/vec/vec.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_snoc.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/examples/rtree_lex.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/ltree.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/vtree.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/vec/idx.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/rtree.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/dtree.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/notations.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_fall.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_snoc.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/utree.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_choice.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/rtree.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/btree.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/notations.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/vtree.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_sum.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/ntree.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_decide.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_choice.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_snoc.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/utree.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_sum.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/btree.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/ntree.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/tree/utree.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_decide.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_utils.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/KruskalTrees/list/list_utils.glob
opam remove -y coq-kruskal-trees.1.2
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -98,13 +116,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-lc.8.10.0 coq.
opam install -y --show-action coq-lc.8.10.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-lc >= 8.10.0 -> coq < 8.11~ -> 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-lc >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-lc >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -112,13 +140,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-lc.8.10.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" @@ -99,13 +117,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-lemma-overloading.8.11.0 coq.
opam install -y --show-action coq-lemma-overloading.8.11.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-lemma-overloading = 8.11.0 -> coq (< 8.12~ | >= 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-lemma-overloading = 8.11.0 -> coq (< 8.12~ | >= dev) -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 + * Missing dependency: + - coq-lemma-overloading = 8.11.0 -> coq (< 8.12~ | >= dev) -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.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:
@@ -113,13 +141,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-lemma-overloading.8.11.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 17 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/library-fol/1.0+8.18.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/library-fol/1.0+8.18.html index 89c34f0b4b82..d3a32dbd64a5 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/library-fol/1.0+8.18.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/library-fol/1.0+8.18.html @@ -55,7 +55,7 @@Total: 106 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/library-undecidability/1.1.1+8.18.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/library-undecidability/1.1.1+8.18.html index 4289a01a9306..1385dc8fcbc4 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/library-undecidability/1.1.1+8.18.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/library-undecidability/1.1.1+8.18.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: [ @@ -108,13 +126,26 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-libvalidsdp.1.0.0 coq.
opam install -y --show-action coq-libvalidsdp.1.0.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-libvalidsdp = 1.0.0 -> coq < 8.16~ -> 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-libvalidsdp = 1.0.0 -> coq < 8.16~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-libvalidsdp = 1.0.0 -> coq < 8.16~ + * Missing dependency: + - coq-libvalidsdp = 1.0.0 -> coq < 8.16~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.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:
@@ -122,13 +153,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-libvalidsdp.1.0.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 13 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/math-classes/8.18.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/math-classes/8.18.0.html index 269bd6697e7d..2e6161978bb7 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/math-classes/8.18.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/math-classes/8.18.0.html @@ -3,7 +3,7 @@ -Total: 13 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/math-classes/8.8.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/math-classes/8.8.1.html index 9482d8a07006..0330adb901e7 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/math-classes/8.8.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/math-classes/8.8.1.html @@ -55,7 +55,7 @@Total: 2 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra-tactics/1.2.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra-tactics/1.2.2.html index 1c2a137f7db9..ab6c2e52dd2c 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra-tactics/1.2.2.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra-tactics/1.2.2.html @@ -3,7 +3,7 @@ -Total: 2 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra-tactics/1.2.3.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra-tactics/1.2.3.html index 36b86437fced..8b4c40baf60c 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra-tactics/1.2.3.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra-tactics/1.2.3.html @@ -3,7 +3,7 @@ -Total: 2 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra/1.10.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra/1.10.0.html index 762c7923795e..37cde252cd7c 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra/1.10.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra/1.10.0.html @@ -55,7 +55,7 @@Total: 35 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra/2.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra/2.1.0.html index 4a2f16e9e4fa..0ff6b31a1add 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra/2.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-algebra/2.1.0.html @@ -55,7 +55,7 @@Total: 35 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.1.html index ef937f9b78ac..99afab64dcd3 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.1.html @@ -3,7 +3,7 @@ -Total: 36 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.2.html index 8421b170cdc4..abfbee5c76f2 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.2.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.2.html @@ -3,7 +3,7 @@ -Total: 38 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.3.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.3.html index 48c0c32dd900..b43c7a93375d 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.3.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.3.html @@ -3,7 +3,7 @@ -Total: 42 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.4.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.4.html index 90e32122974f..f7739bd90f2e 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.4.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.4.html @@ -3,7 +3,7 @@ -Total: 47 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.5.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.5.html index c7f465be77da..6b0cfb75136f 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.5.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.5.html @@ -3,7 +3,7 @@ -Total: 48 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.6.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.6.html index 9ebeea234a0a..42544a2251d6 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.6.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.6.html @@ -3,7 +3,7 @@ -Total: 49 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.7.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.7.html index 781c5fb50bc3..eababc21df79 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.7.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/0.6.7.html @@ -55,7 +55,7 @@Total: 53 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/1.0.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/1.0.0.html new file mode 100644 index 000000000000..fd31a55e3872 --- /dev/null +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-analysis/1.0.0.html @@ -0,0 +1,309 @@ + + + + + +# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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/math-comp/analysis" +dev-repo: "git+https://github.com/math-comp/analysis.git" +bug-reports: "https://github.com/math-comp/analysis/issues" +license: "CECILL-C" +synopsis: "An analysis library for mathematical components" +description: """ +This repository contains an experimental library for real analysis for +the Coq proof-assistant and using the Mathematical Components library.""" +build: [make "-C" "theories" "-j%{jobs}%"] +install: [make "-C" "theories" "install"] +depends: [ + "coq-mathcomp-classical" { = version} + "coq-mathcomp-solvable" { >= "2.0.0" } + "coq-mathcomp-field" + "coq-mathcomp-bigenough" { >= "1.0.0" } +] +tags: [ + "category:Mathematics/Real Calculus and Topology" + "keyword:analysis" + "keyword:extended real numbers" + "keyword:filter" + "keyword:Cantor" + "keyword:topology" + "keyword:real numbers" + "keyword:sequence" + "keyword:convexity" + "keyword:Landau notation" + "keyword:logarithm" + "keyword:sin" + "keyword:cos" + "keyword:tangent" + "keyword:trigonometric function" + "keyword:exponential" + "keyword:differentiation" + "keyword:derivative" + "keyword:measure theory" + "keyword:integration" + "keyword:Lebesgue" + "keyword:probability" + "logpath:mathcomp.analysis" + "date:2024-01-26" +] +authors: [ + "Reynald Affeldt" + "Alessandro Bruni" + "Yves Bertot" + "Cyril Cohen" + "Marie Kerjean" + "Assia Mahboubi" + "Damien Rouhling" + "Pierre Roux" + "Kazuhiko Sakaguchi" + "Zachary Stone" + "Pierre-Yves Strub" + "Laurent Thรฉry" +] +url { + src: "https://github.com/math-comp/analysis/archive/1.0.0.tar.gz" + checksum: "sha512=16de55f1e3f17478735d142e157ee9424a587d09b79760a6fd3b55d7567626b25b675f4d45a9af3d472317baa8031aa5ba4820ce47752aaa226134a7d18e19ff" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-mathcomp-analysis.1.0.0 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-analysis.1.0.0 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-analysis.1.0.0 coq.8.17.0
Total: 54 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/lebesgue_integral.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/topology.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/normedtype.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/lebesgue_integral.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/measure.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/constructive_ereal.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/normedtype.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/topology.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/charge.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/cantor.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/constructive_ereal.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/measure.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/lebesgue_measure.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/realfun.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/kernel.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/signed.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/sequences.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/sequences.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/realfun.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/signed.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/lebesgue_measure.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/derive.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/derive.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/charge.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/hoelder.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/exp.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/landau.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/trigo.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/exp.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/trigo.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/ereal.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/ereal.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/realsum.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/probability.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/distr.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/landau.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/kernel.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/reals.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/numfun.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/realsum.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/lebesgue_stieltjes_measure.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/probability.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/distr.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/esum.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/topology.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/real_interval.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/itv.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/Rstruct.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/esum.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/hoelder.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/convex.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/lebesgue_integral.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/normedtype.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/reals.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/itv.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/numfun.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/forms.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/real_interval.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/lebesgue_stieltjes_measure.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/realseq.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/measure.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/Rstruct.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/realseq.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/nsatz_realtype.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/forms.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/constructive_ereal.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/cantor.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/sequences.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/convex.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/lebesgue_measure.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/realfun.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/discrete.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/charge.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/xfinmap.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/summability.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/derive.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/landau.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/ereal.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/prodnormedzmodule.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/signed.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/xfinmap.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/trigo.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/realsum.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/kernel.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/distr.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/exp.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/itv.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/probability.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/discrete.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/reals.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/esum.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/Rstruct.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/cantor.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/numfun.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/hoelder.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/lebesgue_stieltjes_measure.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/forms.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/realseq.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/real_interval.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/prodnormedzmodule.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/convex.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/summability.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/nsatz_realtype.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/discrete.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/altreals/xfinmap.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/nsatz_realtype.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/summability.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/analysis/prodnormedzmodule.v
opam remove -y coq-mathcomp-analysis.1.0.0
Total: 7 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-bigenough/1.0.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-bigenough/1.0.0.html index dbb7beaafbc5..5f4f2a9badcd 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-bigenough/1.0.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-bigenough/1.0.0.html @@ -55,7 +55,7 @@Total: 14 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/1.17.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/1.17.0.html index 15ff5bf01c79..2e1653cc94e5 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/1.17.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/1.17.0.html @@ -3,7 +3,7 @@ -Total: 14 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/1.18.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/1.18.0.html index 65b02006e3c0..3d2427fed42b 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/1.18.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/1.18.0.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" name: "coq-mathcomp-character" @@ -80,13 +98,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-character.1.8.0 coq.
opam install -y --show-action coq-mathcomp-character.1.8.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-mathcomp-character = 1.8.0 -> coq-mathcomp-field = 1.8.0 -> coq-mathcomp-solvable = 1.8.0 -> coq-mathcomp-algebra = 1.8.0 -> coq-mathcomp-fingroup = 1.8.0 -> coq-mathcomp-ssreflect = 1.8.0 -> coq < 8.10~ -> 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-mathcomp-character = 1.8.0 -> coq-mathcomp-field = 1.8.0 -> coq-mathcomp-solvable = 1.8.0 -> coq-mathcomp-algebra = 1.8.0 -> coq-mathcomp-fingroup = 1.8.0 -> coq-mathcomp-ssreflect = 1.8.0 -> coq < 8.10~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-mathcomp-character = 1.8.0 -> coq-mathcomp-field = 1.8.0 -> coq-mathcomp-solvable = 1.8.0 -> coq-mathcomp-algebra = 1.8.0 -> coq-mathcomp-fingroup = 1.8.0 -> coq-mathcomp-ssreflect = 1.8.0 -> coq < 8.10~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -94,13 +122,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-character.1.8.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 14 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/2.2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/2.2.0.html index ceafed2fb150..f005f69c4cf9 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/2.2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-character/2.2.0.html @@ -55,7 +55,7 @@# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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/math-comp/analysis" +dev-repo: "git+https://github.com/math-comp/analysis.git" +bug-reports: "https://github.com/math-comp/analysis/issues" +license: "CECILL-C" +synopsis: "A library for classical logic for mathematical components" +description: """ +This repository contains a library for classical logic for +the Coq proof-assistant and using the Mathematical Components library.""" +build: [make "-C" "classical" "-j%{jobs}%"] +install: [make "-C" "classical" "install"] +depends: [ + "coq" { (>= "8.16" & < "8.20~") | (= "dev") } + "coq-mathcomp-ssreflect" { >= "2.0.0" } + "coq-mathcomp-fingroup" + "coq-mathcomp-algebra" + "coq-mathcomp-finmap" { >= "2.0.0" } + "coq-hierarchy-builder" { >= "1.4.0" } +] +tags: [ + "category:Mathematics/Classical Logic" + "keyword:classical" + "keyword:logic" + "keyword:sets" + "keyword:set theory" + "keyword:function" + "keyword:cardinal" + "logpath:mathcomp.classical" + "date:2024-01-26" +] +authors: [ + "Reynald Affeldt" + "Alessandro Bruni" + "Yves Bertot" + "Cyril Cohen" + "Marie Kerjean" + "Assia Mahboubi" + "Damien Rouhling" + "Pierre Roux" + "Kazuhiko Sakaguchi" + "Zachary Stone" + "Pierre-Yves Strub" + "Laurent Thรฉry" +] +url { + src: "https://github.com/math-comp/analysis/archive/1.0.0.tar.gz" + checksum: "sha512=16de55f1e3f17478735d142e157ee9424a587d09b79760a6fd3b55d7567626b25b675f4d45a9af3d472317baa8031aa5ba4820ce47752aaa226134a7d18e19ff" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-mathcomp-classical.1.0.0 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-classical.1.0.0 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-classical.1.0.0 coq.8.17.0
Total: 9 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/functions.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/classical_sets.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/functions.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/classical_sets.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/cardinality.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/cardinality.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/mathcomp_extra.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/mathcomp_extra.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/fsbigop.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/set_interval.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/boolp.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/fsbigop.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/set_interval.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/boolp.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/contra.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/classical_sets.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/contra.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/functions.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/cardinality.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/contra.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/mathcomp_extra.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/boolp.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/fsbigop.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/set_interval.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/all_classical.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/all_classical.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/mathcomp/classical/all_classical.v
opam remove -y coq-mathcomp-classical.1.0.0
Total: 9 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/1.17.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/1.17.0.html index 825ae8807b9d..147aa4297166 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/1.17.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/1.17.0.html @@ -55,7 +55,7 @@Total: 10 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/2.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/2.1.0.html index 92a67409dce9..7f4f0cea7e5d 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/2.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/2.1.0.html @@ -3,7 +3,7 @@ -Total: 11 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/2.2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/2.2.0.html index 1ae394769567..ff9efdc0605a 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/2.2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-field/2.2.0.html @@ -55,7 +55,7 @@Total: 8 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-fingroup/2.2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-fingroup/2.2.0.html index 007e3f51ff74..74fadd957abe 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-fingroup/2.2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-fingroup/2.2.0.html @@ -3,7 +3,7 @@ -Total: 8 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-finmap/1.0.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-finmap/1.0.0.html index 98e3af30ac15..d7fcc5dc203e 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-finmap/1.0.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-finmap/1.0.0.html @@ -55,7 +55,7 @@Total: 3 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-finmap/2.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-finmap/2.1.0.html index 2e013286d863..a6a9a0aa6774 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-finmap/2.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-finmap/2.1.0.html @@ -3,7 +3,7 @@ -Total: 3 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-multinomials/1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-multinomials/1.0.html index ebacd55c2317..d0ada0278809 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-multinomials/1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-multinomials/1.0.html @@ -55,7 +55,7 @@# Packages matching: installed # Name # Installed # Synopsis @@ -166,7 +166,7 @@Install ๐
coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server cppo 1.6.9 Code preprocessor like cpp for OCaml -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library elpi 1.17.4 ELPI - Embeddable ฮปProlog Interpreter menhir 20231231 An LR(1) parser generator @@ -181,7 +181,7 @@Install ๐
ocamlfind 1.9.6 A library manager for OCaml ppx_derivers 1.2.1 Shared [@@deriving] plugin registry ppx_deriving 5.2.1 Type-driven code generation for OCaml -ppxlib 0.31.0 Standard infrastructure for ppx rewriters +ppxlib 0.32.0 Standard infrastructure for ppx rewriters re 1.11.0 RE is a regular expression library for OCaml result 1.5 Compatibility Result module seq base Compatibility package for OCaml's standard iterator type starting from 4.07. @@ -279,7 +279,35 @@Install ๐
- File "./theories/PFsection1.v", line 487, characters 15-19: - Warning: Notation Cnat is deprecated [...] truncated -ng_closed >-> GRing.mulr_closed. +ion3.v", line 1707, characters 44-54: +- Warning: Notation Creal_Cint is deprecated since mathcomp 2.1.0. +- Use Rreal_int instead. [deprecated-syntactic-definition,deprecated] +- File "./theories/PFsection3.v", line 1707, characters 44-54: +- Warning: Notation Creal_Cint is deprecated since mathcomp 2.1.0. +- Use Rreal_int instead. [deprecated-syntactic-definition,deprecated] +- File "./theories/PFsection3.v", line 1707, characters 44-54: +- Warning: Notation Creal_Cint is deprecated since mathcomp 2.1.0. +- Use Rreal_int instead. [deprecated-syntactic-definition,deprecated] +- File "./theories/PFsection3.v", line 1707, characters 44-54: +- Warning: Notation Creal_Cint is deprecated since mathcomp 2.1.0. +- Use Rreal_int instead. [deprecated-syntactic-definition,deprecated] +- File "./theories/PFsection3.v", line 1707, characters 44-54: +- Warning: Notation Creal_Cint is deprecated since mathcomp 2.1.0. +- Use Rreal_int instead. [deprecated-syntactic-definition,deprecated] +- COQC theories/BGappendixAB.v +- COQC theories/BGsection3.v +- File "./theories/PFsection3.v", line 1819, characters 64-68: +- Warning: Notation Cint is deprecated since mathcomp 2.1.0. +- Use Num.int instead. [deprecated-syntactic-definition,deprecated] +- File "./theories/BGappendixAB.v", line 6, characters 0-81: +- Warning: +- New coercion path [GRing.subring_closedM; GRing.smulr_closedN] : GRing.subring_closed >-> GRing.oppr_closed is ambiguous with existing +- [GRing.subring_closedB; GRing.zmod_closedN] : GRing.subring_closed >-> GRing.oppr_closed. +- [ambiguous-paths,typechecker] +- File "./theories/BGappendixAB.v", line 6, characters 0-81: +- Warning: +- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedM] : GRing.subring_closed >-> GRing.mulr_closed is ambiguous with existing +- [GRing.subring_closedM; GRing.smulr_closedM] : GRing.subring_closed >-> GRing.mulr_closed. - New coercion path [GRing.subring_closed_semi; GRing.semiring_closedD] : GRing.subring_closed >-> GRing.addr_closed is ambiguous with existing - [GRing.subring_closedB; GRing.zmod_closedD] : GRing.subring_closed >-> GRing.addr_closed. - [ambiguous-paths,typechecker] @@ -303,34 +331,67 @@Install ๐
- New coercion path [GRing.divalg_closedBdiv; GRing.divring_closedBM] : GRing.divalg_closed >-> GRing.subring_closed is ambiguous with existing - [GRing.divalg_closedZ; GRing.subalg_closedBM] : GRing.divalg_closed >-> GRing.subring_closed. - [ambiguous-paths,typechecker] -- File "./theories/PFsection4.v", line 6, characters 0-88: +- File "./theories/BGsection3.v", line 6, characters 0-94: - Warning: - New coercion path [GRing.subring_closedM; GRing.smulr_closedN] : GRing.subring_closed >-> GRing.oppr_closed is ambiguous with existing - [GRing.subring_closedB; GRing.zmod_closedN] : GRing.subring_closed >-> GRing.oppr_closed. - [ambiguous-paths,typechecker] -- File "./theories/PFsection4.v", line 6, characters 0-88: +- File "./theories/BGsection3.v", line 6, characters 0-94: - Warning: - New coercion path [GRing.subring_closed_semi; GRing.semiring_closedM] : GRing.subring_closed >-> GRing.mulr_closed is ambiguous with existing - [GRing.subring_closedM; GRing.smulr_closedM] : GRing.subring_closed >-> GRing.mulr_closed. - New coercion path [GRing.subring_closed_semi; GRing.semiring_closedD] : GRing.subring_closed >-> GRing.addr_closed is ambiguous with existing - [GRing.subring_closedB; GRing.zmod_closedD] : GRing.subring_closed >-> GRing.addr_closed. - [ambiguous-paths,typechecker] -- File "./theories/PFsection4.v", line 6, characters 0-88: +- File "./theories/BGsection3.v", line 6, characters 0-94: - Warning: - New coercion path [GRing.sdivr_closed_div; GRing.divr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed is ambiguous with existing - [GRing.sdivr_closedM; GRing.smulr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed. - [ambiguous-paths,typechecker] -- File "./theories/PFsection4.v", line 6, characters 0-88: +- File "./theories/BGsection3.v", line 6, characters 0-94: - Warning: - New coercion path [GRing.subalg_closedBM; GRing.subring_closedB] : GRing.subalg_closed >-> GRing.zmod_closed is ambiguous with existing - [GRing.subalg_closedZ; GRing.submod_closedB] : GRing.subalg_closed >-> GRing.zmod_closed. - [ambiguous-paths,typechecker] -- File "./theories/PFsection4.v", line 6, characters 0-88: +- File "./theories/BGsection3.v", line 6, characters 0-94: - Warning: - New coercion path [GRing.divring_closed_div; GRing.sdivr_closedM] : GRing.divring_closed >-> GRing.smulr_closed is ambiguous with existing - [GRing.divring_closedBM; GRing.subring_closedM] : GRing.divring_closed >-> GRing.smulr_closed. - [ambiguous-paths,typechecker] -- File "./theories/PFsection4.v", line 6, characters 0-88: +- File "./theories/BGsection3.v", line 6, characters 0-94: +- Warning: +- New coercion path [GRing.divalg_closedBdiv; GRing.divring_closedBM] : GRing.divalg_closed >-> GRing.subring_closed is ambiguous with existing +- [GRing.divalg_closedZ; GRing.subalg_closedBM] : GRing.divalg_closed >-> GRing.subring_closed. +- [ambiguous-paths,typechecker] +- COQC theories/BGsection4.v +- File "./theories/BGsection4.v", line 6, characters 0-79: +- Warning: +- New coercion path [GRing.subring_closedM; GRing.smulr_closedN] : GRing.subring_closed >-> GRing.oppr_closed is ambiguous with existing +- [GRing.subring_closedB; GRing.zmod_closedN] : GRing.subring_closed >-> GRing.oppr_closed. +- [ambiguous-paths,typechecker] +- File "./theories/BGsection4.v", line 6, characters 0-79: +- Warning: +- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedM] : GRing.subring_closed >-> GRing.mulr_closed is ambiguous with existing +- [GRing.subring_closedM; GRing.smulr_closedM] : GRing.subring_closed >-> GRing.mulr_closed. +- New coercion path [GRing.subring_closed_semi; GRing.semiring_closedD] : GRing.subring_closed >-> GRing.addr_closed is ambiguous with existing +- [GRing.subring_closedB; GRing.zmod_closedD] : GRing.subring_closed >-> GRing.addr_closed. +- [ambiguous-paths,typechecker] +- File "./theories/BGsection4.v", line 6, characters 0-79: +- Warning: +- New coercion path [GRing.sdivr_closed_div; GRing.divr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed is ambiguous with existing +- [GRing.sdivr_closedM; GRing.smulr_closedM] : GRing.sdivr_closed >-> GRing.mulr_closed. +- [ambiguous-paths,typechecker] +- File "./theories/BGsection4.v", line 6, characters 0-79: +- Warning: +- New coercion path [GRing.subalg_closedBM; GRing.subring_closedB] : GRing.subalg_closed >-> GRing.zmod_closed is ambiguous with existing +- [GRing.subalg_closedZ; GRing.submod_closedB] : GRing.subalg_closed >-> GRing.zmod_closed. +- [ambiguous-paths,typechecker] +- File "./theories/BGsection4.v", line 6, characters 0-79: +- Warning: +- New coercion path [GRing.divring_closed_div; GRing.sdivr_closedM] : GRing.divring_closed >-> GRing.smulr_closed is ambiguous with existing +- [GRing.divring_closedBM; GRing.subring_closedM] : GRing.divring_closed >-> GRing.smulr_closed. +- [ambiguous-paths,typechecker] +- File "./theories/BGsection4.v", line 6, characters 0-79: - Warning: - New coercion path [GRing.divalg_closedBdiv; GRing.divring_closedBM] : GRing.divalg_closed >-> GRing.subring_closed is ambiguous with existing - [GRing.divalg_closedZ; GRing.subalg_closedBM] : GRing.divalg_closed >-> GRing.subring_closed. @@ -343,66 +404,6 @@Install ๐
- make[2]: *** [Makefile.coq:830: theories/BGsection3.vo] Error 1 - make[2]: *** [theories/BGsection3.vo] Deleting file 'theories/BGsection3.glob' - make[2]: *** Waiting for unfinished jobs.... -- File "./theories/PFsection4.v", line 578, characters 17-21: -- Warning: Notation Cnat is deprecated since mathcomp 2.1.0. -- Use Num.nat instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 580, characters 19-24: -- Warning: Notation CnatP is deprecated since mathcomp 2.1.0. -- Use natrP instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 581, characters 31-39: -- Warning: Notation Cnat_nat is deprecated since mathcomp 2.1.0. -- Use natr_nat instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 581, characters 31-39: -- Warning: Notation Cnat_nat is deprecated since mathcomp 2.1.0. -- Use natr_nat instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 581, characters 31-39: -- Warning: Notation Cnat_nat is deprecated since mathcomp 2.1.0. -- Use natr_nat instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 581, characters 31-39: -- Warning: Notation Cnat_nat is deprecated since mathcomp 2.1.0. -- Use natr_nat instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 581, characters 31-39: -- Warning: Notation Cnat_nat is deprecated since mathcomp 2.1.0. -- Use natr_nat instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 581, characters 31-39: -- Warning: Notation Cnat_nat is deprecated since mathcomp 2.1.0. -- Use natr_nat instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 835, characters 57-65: -- Warning: Notation Cint_int is deprecated since mathcomp 2.1.0. -- Use intr_int instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 835, characters 70-75: -- Warning: Notation intCK is deprecated since mathcomp 2.1.0. -- Use intrKfloor instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 835, characters 57-65: -- Warning: Notation Cint_int is deprecated since mathcomp 2.1.0. -- Use intr_int instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 835, characters 57-65: -- Warning: Notation Cint_int is deprecated since mathcomp 2.1.0. -- Use intr_int instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 835, characters 57-65: -- Warning: Notation Cint_int is deprecated since mathcomp 2.1.0. -- Use intr_int instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 835, characters 57-65: -- Warning: Notation Cint_int is deprecated since mathcomp 2.1.0. -- Use intr_int instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 835, characters 57-65: -- Warning: Notation Cint_int is deprecated since mathcomp 2.1.0. -- Use intr_int instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 835, characters 70-75: -- Warning: Notation intCK is deprecated since mathcomp 2.1.0. -- Use intrKfloor instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 835, characters 70-75: -- Warning: Notation intCK is deprecated since mathcomp 2.1.0. -- Use intrKfloor instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 925, characters 33-42: -- Warning: Notation conj_Cnat is deprecated since mathcomp 2.1.0. -- Use conj_natr instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 925, characters 33-42: -- Warning: Notation conj_Cnat is deprecated since mathcomp 2.1.0. -- Use conj_natr instead. [deprecated-syntactic-definition,deprecated] -- File "./theories/PFsection4.v", line 925, characters 33-42: -- Warning: Notation conj_Cnat is deprecated since mathcomp 2.1.0. -- Use conj_natr instead. [deprecated-syntactic-definition,deprecated] - make[1]: *** [Makefile.coq:409: all] Error 2 - make: *** [Makefile:15: invoke-coqmakefile] Error 2 [ERROR] The compilation of coq-mathcomp-odd-order.2.0.0 failed at "make -j 4". @@ -411,20 +412,20 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-mathcomp-odd-order.2.0.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 # exit-code 2 -# env-file ~/.opam/log/coq-mathcomp-odd-order-29820-f5d179.env -# output-file ~/.opam/log/coq-mathcomp-odd-order-29820-f5d179.out +# env-file ~/.opam/log/coq-mathcomp-odd-order-25689-22d955.env +# output-file ~/.opam/log/coq-mathcomp-odd-order-25689-22d955.out ### output ### # [...] -# Use intrKfloor instead. [deprecated-syntactic-definition,deprecated] -# File "./theories/PFsection4.v", line 925, characters 33-42: -# Warning: Notation conj_Cnat is deprecated since mathcomp 2.1.0. -# Use conj_natr instead. [deprecated-syntactic-definition,deprecated] -# File "./theories/PFsection4.v", line 925, characters 33-42: -# Warning: Notation conj_Cnat is deprecated since mathcomp 2.1.0. -# Use conj_natr instead. [deprecated-syntactic-definition,deprecated] -# File "./theories/PFsection4.v", line 925, characters 33-42: -# Warning: Notation conj_Cnat is deprecated since mathcomp 2.1.0. -# Use conj_natr instead. [deprecated-syntactic-definition,deprecated] +# [GRing.divalg_closedZ; GRing.subalg_closedBM] : GRing.divalg_closed >-> GRing.subring_closed. +# [ambiguous-paths,typechecker] +# File "./theories/BGsection3.v", line 551, characters 19-58: +# Error: Only 6 < 7 occurrences of the RHS +# 1%N +# of (eqnP coKp) +# +# make[2]: *** [Makefile.coq:830: theories/BGsection3.vo] Error 1 +# make[2]: *** [theories/BGsection3.vo] Deleting file 'theories/BGsection3.glob' +# make[2]: *** Waiting for unfinished jobs.... # make[1]: *** [Makefile.coq:409: all] Error 2 # make: *** [Makefile:15: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-real-closed/1.0.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-real-closed/1.0.1.html index c31c3ee7e75e..b35aefec1535 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-real-closed/1.0.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-real-closed/1.0.1.html @@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -109,7 +109,7 @@Dry install ๐๏ธ
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-mathcomp-real-closed < 1.0.2 -> coq-mathcomp-field = 1.7.0 -> coq-mathcomp-solvable = 1.7.0 -> coq-mathcomp-algebra = 1.7.0 -> coq-mathcomp-fingroup = 1.7.0 -> coq-mathcomp-ssreflect = 1.7.0 -> coq < 8.10~ -> ocaml < 4.02.0 -> ocaml-base-compiler < 3.07+1 + - coq-mathcomp-real-closed < 1.0.2 -> coq-mathcomp-field = 1.7.0 -> coq-mathcomp-solvable = 1.7.0 -> coq-mathcomp-algebra = 1.7.0 -> coq-mathcomp-fingroup = 1.7.0 -> coq-mathcomp-ssreflect = 1.7.0 -> coq < 8.10~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 * Missing dependency: - coq-mathcomp-real-closed < 1.0.2 -> coq-mathcomp-field = 1.7.0 -> coq-mathcomp-solvable = 1.7.0 -> coq-mathcomp-algebra = 1.7.0 -> coq-mathcomp-fingroup = 1.7.0 -> coq-mathcomp-ssreflect = 1.7.0 -> coq < 8.10~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-real-closed/1.0.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-real-closed/1.0.2.html index 4d8f627e2ce8..4fd7d0fafbe2 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-real-closed/1.0.2.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-real-closed/1.0.2.html @@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -114,9 +114,9 @@Dry install ๐๏ธ
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-mathcomp-real-closed = 1.0.2 -> coq-mathcomp-field < 1.9.0 -> coq-mathcomp-solvable < 1.6.1 -> coq-mathcomp-algebra < 1.6.1 -> coq-mathcomp-fingroup < 1.6.1 -> coq-mathcomp-ssreflect < 1.6.1 -> coq < 8.6~ -> ocaml < 4.02.0 -> ocaml-base-compiler < 3.07+1 + - coq-mathcomp-real-closed = 1.0.2 -> coq-mathcomp-field < 1.9.0 -> coq-mathcomp-solvable < 1.6.1 -> coq-mathcomp-algebra < 1.6.1 -> coq-mathcomp-fingroup < 1.6.1 -> coq-mathcomp-ssreflect < 1.6.1 -> coq < 8.6~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 * Missing dependency: - - coq-mathcomp-real-closed = 1.0.2 -> coq-mathcomp-field < 1.9.0 -> coq-mathcomp-solvable < 1.6.1 -> coq-mathcomp-algebra < 1.6.1 -> coq-mathcomp-fingroup < 1.6.1 -> coq-mathcomp-ssreflect < 1.6.1 -> coq < 8.6~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> ocaml-beta + - coq-mathcomp-real-closed = 1.0.2 -> coq-mathcomp-field < 1.9.0 -> coq-mathcomp-solvable < 1.6.1 -> coq-mathcomp-algebra < 1.6.1 -> coq-mathcomp-fingroup < 1.6.1 -> coq-mathcomp-ssreflect < 1.6.1 -> coq < 8.6~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.1 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
Total: 16 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/1.17.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/1.17.0.html index 0775c8a0b85a..0efc14f93428 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/1.17.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/1.17.0.html @@ -3,7 +3,7 @@ -Total: 16 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/1.18.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/1.18.0.html index 9754ff7bb8df..15aa4027b197 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/1.18.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/1.18.0.html @@ -55,7 +55,7 @@Total: 16 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/2.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/2.1.0.html index 115a1e429119..41a26ef5ca23 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/2.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/2.1.0.html @@ -3,7 +3,7 @@ -Total: 16 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/2.2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/2.2.0.html index e747c5cd5805..1535758ef1e3 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/2.2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-solvable/2.2.0.html @@ -55,7 +55,7 @@Total: 24 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-ssreflect/2.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-ssreflect/2.1.0.html index a8f590fd735e..a2c058efb7e7 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-ssreflect/2.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-ssreflect/2.1.0.html @@ -3,7 +3,7 @@ -Total: 24 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-ssreflect/2.2.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-ssreflect/2.2.0.html index 563d1a95f497..a523310e323f 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-ssreflect/2.2.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-ssreflect/2.2.0.html @@ -3,7 +3,7 @@ -Total: 24 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-sum-of-two-square/1.0.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-sum-of-two-square/1.0.0.html index 9f683f52a5d5..e523eb90d42d 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-sum-of-two-square/1.0.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-sum-of-two-square/1.0.0.html @@ -55,7 +55,7 @@Total: 4 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-word/1.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-word/1.1.html index 478a9561c11a..16d90ce027d6 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-word/1.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-word/1.1.html @@ -55,7 +55,7 @@Total: 609 K
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-zify/1.0.0+1.12+8.13.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-zify/1.0.0+1.12+8.13.html index e2a62baf43fd..06f878e58256 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-zify/1.0.0+1.12+8.13.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/mathcomp-zify/1.0.0+1.12+8.13.html @@ -3,7 +3,7 @@ -+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "kazuhiko.sakaguchi@inria.fr" @@ -85,13 +103,26 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-zify.1.0.0+1.12+8.13 coq.
opam install -y --show-action coq-mathcomp-zify.1.0.0+1.12+8.13 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-mathcomp-zify < 1.1.0+1.12+8.13 -> coq < 8.17~ -> 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-mathcomp-zify < 1.1.0+1.12+8.13 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-mathcomp-zify < 1.1.0+1.12+8.13 -> coq < 8.17~ + * Missing dependency: + - coq-mathcomp-zify < 1.1.0+1.12+8.13 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.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:
@@ -99,13 +130,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-zify.1.0.0+1.12+8.13
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 1 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/maths/8.10.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/maths/8.10.0.html index a0f005a51938..8e29dea6d03a 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/maths/8.10.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/maths/8.10.0.html @@ -55,7 +55,7 @@# Packages matching: installed # Name # Installed # Synopsis -atd 2.15.0 Parser for the ATD data format description language -atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators -atdgen-runtime 2.15.0 Runtime library for code generated by atdgen -atdts 2.15.0 TypeScript code generation for ATD APIs base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base -biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve -camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 -cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.0 The Coq Proof Assistant coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools -coq-elpi 1.18.0 Elpi extension language for Coq -coq-hierarchy-builder 1.6.0 High level commands to declare and evolve a hierarchy based on packed classes -coq-mathcomp-algebra 2.2.0 Mathematical Components Library on Algebra -coq-mathcomp-fingroup 2.2.0 Mathematical Components Library on finite groups -coq-mathcomp-ssreflect 2.2.0 Small Scale Reflection +coq-mathcomp-algebra 1.19.0 Mathematical Components Library on Algebra +coq-mathcomp-fingroup 1.19.0 Mathematical Components Library on finite groups +coq-mathcomp-ssreflect 1.19.0 Small Scale Reflection coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -cppo 1.6.9 Code preprocessor like cpp for OCaml -dune 3.13.0 Fast, portable, and opinionated build system -easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library -elpi 1.17.4 ELPI - Embeddable ฮปProlog Interpreter -menhir 20231231 An LR(1) parser generator -menhirCST 20231231 Runtime support library for parsers generated by Menhir -menhirLib 20231231 Runtime support library for parsers generated by Menhir -menhirSdk 20231231 Compile-time library for auxiliary tools related to Menhir +dune 3.14.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-compiler-libs v0.12.4 OCaml compiler libraries repackaged 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 -ppx_derivers 1.2.1 Shared [@@deriving] plugin registry -ppx_deriving 5.2.1 Type-driven code generation for OCaml -ppxlib 0.31.0 Standard infrastructure for ppx rewriters -re 1.11.0 RE is a regular expression library for OCaml -result 1.5 Compatibility Result module -seq base Compatibility package for OCaml's standard iterator type starting from 4.07. -sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters -stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler -yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is 8.17.0). The following actions will be performed: @@ -252,8 +226,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-matrix.1.0.2 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-matrix-22377-6a7e6f.env -# output-file ~/.opam/log/coq-matrix-22377-6a7e6f.out +# env-file ~/.opam/log/coq-matrix-5873-d03607.env +# output-file ~/.opam/log/coq-matrix-5873-d03607.out ### output ### # [...] # field if you need to keep the current behavior. For example: "Class foo := { diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.3.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.3.html index f81b230554a7..32b65057ef12 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.3.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.3.html @@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -138,7 +138,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis -atd 2.15.0 Parser for the ATD data format description language -atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators -atdgen-runtime 2.15.0 Runtime library for code generated by atdgen -atdts 2.15.0 TypeScript code generation for ATD APIs base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base -biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve -camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 -cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.0 The Coq Proof Assistant coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools -coq-elpi 1.18.0 Elpi extension language for Coq -coq-hierarchy-builder 1.6.0 High level commands to declare and evolve a hierarchy based on packed classes -coq-mathcomp-algebra 2.2.0 Mathematical Components Library on Algebra -coq-mathcomp-fingroup 2.2.0 Mathematical Components Library on finite groups -coq-mathcomp-ssreflect 2.2.0 Small Scale Reflection +coq-mathcomp-algebra 1.19.0 Mathematical Components Library on Algebra +coq-mathcomp-fingroup 1.19.0 Mathematical Components Library on finite groups +coq-mathcomp-ssreflect 1.19.0 Small Scale Reflection coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -cppo 1.6.9 Code preprocessor like cpp for OCaml -dune 3.13.0 Fast, portable, and opinionated build system -easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library -elpi 1.17.4 ELPI - Embeddable ฮปProlog Interpreter -menhir 20231231 An LR(1) parser generator -menhirCST 20231231 Runtime support library for parsers generated by Menhir -menhirLib 20231231 Runtime support library for parsers generated by Menhir -menhirSdk 20231231 Compile-time library for auxiliary tools related to Menhir +dune 3.14.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-compiler-libs v0.12.4 OCaml compiler libraries repackaged 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 -ppx_derivers 1.2.1 Shared [@@deriving] plugin registry -ppx_deriving 5.2.1 Type-driven code generation for OCaml -ppxlib 0.31.0 Standard infrastructure for ppx rewriters -re 1.11.0 RE is a regular expression library for OCaml -result 1.5 Compatibility Result module -seq base Compatibility package for OCaml's standard iterator type starting from 4.07. -sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters -stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler -yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers [NOTE] Package coq is already installed (current version is 8.17.0). The following actions will be performed: @@ -251,8 +225,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-matrix.1.0.3 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-matrix-12284-041e55.env -# output-file ~/.opam/log/coq-matrix-12284-041e55.out +# env-file ~/.opam/log/coq-matrix-31043-5ca477.env +# output-file ~/.opam/log/coq-matrix-31043-5ca477.out ### output ### # [...] # field if you need to keep the current behavior. For example: "Class foo := { diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.4.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.4.html index 894c3c09c49c..23f52ddd46d1 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.4.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.4.html @@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -131,7 +131,7 @@Dry install ๐๏ธ
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-matrix = 1.0.4 -> coq < 8.17.0 -> ocaml < 4.02.0 -> ocaml-base-compiler < 3.07+1 + - coq-matrix = 1.0.4 -> coq < 8.17.0 -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp - coq-matrix = 1.0.4 -> coq < 8.17.0 diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.5.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.5.html index bd6b2de0e092..f4b3bca99f56 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.5.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.5.html @@ -3,7 +3,7 @@ -matrix: 3 m 0 s ๐ +matrix: 2 m 0 s ๐ @@ -39,7 +39,7 @@matrix 1.0.5 - 3 m 0 s ๐ + 2 m 0 s ๐
Context
@@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -146,7 +146,7 @@Install ๐
Total: 21 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.6.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.6.html index 7cb6860bceb6..7b70211f37ef 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.6.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/matrix/1.0.6.html @@ -55,7 +55,7 @@Total: 22 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-common/1.2.1+8.17.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-common/1.2.1+8.17.html index f33249ec395c..6fd4715b37ef 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-common/1.2.1+8.17.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-common/1.2.1+8.17.html @@ -55,7 +55,7 @@Total: 4 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-erasure-plugin/1.2.1+8.18.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-erasure-plugin/1.2.1+8.18.html index 12e51a28c3fb..d842d8a8d50b 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-erasure-plugin/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-erasure-plugin/1.2.1+8.18.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "matthieu.sozeau@inria.fr" @@ -103,52 +121,202 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-metacoq-erasure.1.2+8.17 coq.
opam install -y --show-action coq-metacoq-erasure.1.2+8.17 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. -
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-metacoq-erasure.1.2+8.17
true
Fatal error: -Out of memory -Fatal error: -Out of memory -
true
opam list; echo; timeout 4h opam install -y --deps-only coq-metacoq-erasure.1.2+8.17 coq.8.17.0
true
opam list; echo; timeout 4h opam install -y -v coq-metacoq-erasure.1.2+8.17 coq.8.17.0
No files were installed.
+Total: 35 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ErasureFunction.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEval.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizeCorrectness.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ErasureCorrectness.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Erasure.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpandedFix.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExtractionCorrectness.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/TypeAnnotations.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalNamed.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ERemoveParams.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EConstructorsAsBlocks.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ErasureProperties.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EDeps.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EReflect.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/WcbvEvalAux.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizeCorrectness.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ErasureFunction.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Prelim.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksFixLambdaInd.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ErasureCorrectness.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ESubstitution.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizePropDiscr.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EOptimizePropDiscr.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalNamed.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpanded.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEval.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalEtaInd.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EInlineProjections.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ELiftSubst.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EInduction.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpandedFix.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Extract.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EArities.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EAst.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksInd.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ERemoveParams.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Erasure.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWellformed.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EConstructorsAsBlocks.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Extraction.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalEtaInd.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EArities.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ErasureCorrectness.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Annotations.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Utils.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ELiftSubst.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksFixLambdaInd.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EInlineProjections.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EOptimizePropDiscr.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizeCorrectness.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/TypeAnnotations.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EGenericMapEnv.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Optimize.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ErasureFunction.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksInd.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Optimize.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ErasureProperties.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EAstUtils.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpanded.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingEta.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ESubstitution.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalInd.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ClosedAux.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Extract.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpandedFix.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEval.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EDeps.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EGlobalEnv.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalInd.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalNamed.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingInlining.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWellformed.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ECSubst.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingBeta.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/WcbvEvalAux.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Prelim.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EPretty.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ErasureCorrectness.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExAst.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EAstUtils.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EEnvMap.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ESpineView.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Certifying.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EExtends.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingEta.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Transform.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EInduction.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Erasure.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Annotations.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ERemoveParams.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Utils.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EGenericMapEnv.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EConstructorsAsBlocks.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EGlobalEnv.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EProgram.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EArities.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EPretty.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EOptimizePropDiscr.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EInlineProjections.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalEtaInd.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ErasureCorrectness.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingInlining.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Certifying.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EDeps.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ErasureProperties.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/TypeAnnotations.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Optimize.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ResultMonad.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EEnvMap.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpanded.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksFixLambdaInd.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Extraction.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ClosedAux.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ESubstitution.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExAst.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksInd.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ECSubst.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ELiftSubst.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWellformed.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EAst.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EExtends.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Extract.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Prelim.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/WcbvEvalAux.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingEta.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingBeta.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EReflect.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EInduction.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalInd.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EGenericMapEnv.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EAstUtils.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Utils.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ESpineView.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ErasureCorrectness.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExtractionCorrectness.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizePropDiscr.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Extraction.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EGlobalEnv.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingInlining.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EPretty.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Certifying.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExtractionCorrectness.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EAst.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Annotations.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ECSubst.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EReflect.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EProgram.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExAst.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ClosedAux.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EEnvMap.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Transform.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EExtends.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingBeta.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizePropDiscr.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ResultMonad.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/EProgram.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/ESpineView.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Transform.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ResultMonad.v
true
opam remove -y coq-metacoq-erasure.1.2+8.17
Total: 38 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-erasure/1.2.1+8.18.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-erasure/1.2.1+8.18.html index ca35cd5630f7..ae53d5e851fe 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-erasure/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-erasure/1.2.1+8.18.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "matthieu.sozeau@inria.fr" @@ -96,13 +114,26 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-metacoq-pcuic.1.0~beta2+8.13 coq.
opam install -y --show-action coq-metacoq-pcuic.1.0~beta2+8.13 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-metacoq-pcuic = 1.0~beta2+8.13 -> coq < 8.14~ -> 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-metacoq-pcuic = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-metacoq-pcuic = 1.0~beta2+8.13 -> coq < 8.14~ + * Missing dependency: + - coq-metacoq-pcuic = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -110,13 +141,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-metacoq-pcuic.1.0~beta2+8.13
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 75 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-pcuic/1.2.1+8.17.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-pcuic/1.2.1+8.17.html index 4d03d81733c9..eccbdb3455db 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-pcuic/1.2.1+8.17.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-pcuic/1.2.1+8.17.html @@ -3,7 +3,7 @@ -Total: 76 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-pcuic/1.2.1+8.18.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-pcuic/1.2.1+8.18.html index c14b77773898..03702ab956a8 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-pcuic/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-pcuic/1.2.1+8.18.html @@ -55,7 +55,7 @@Total: 90 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-quotation/1.2.1+8.18.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-quotation/1.2.1+8.18.html index aaf6dbd9eb7e..da8700679b3d 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-quotation/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-quotation/1.2.1+8.18.html @@ -55,7 +55,7 @@Total: 4 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker-plugin/1.2.1+8.18.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker-plugin/1.2.1+8.18.html index 04b08529dfd4..4778fbfe6db6 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker-plugin/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker-plugin/1.2.1+8.18.html @@ -55,7 +55,7 @@Total: 43 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker/1.2.1+8.17.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker/1.2.1+8.17.html index 72a3e01e1d84..96f7851bcb78 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker/1.2.1+8.17.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker/1.2.1+8.17.html @@ -3,7 +3,7 @@ -Total: 43 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker/1.2.1+8.18.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker/1.2.1+8.18.html index b03b4d7cc73d..55c010248252 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-safechecker/1.2.1+8.18.html @@ -55,7 +55,7 @@Total: 25 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-template/1.2.1+8.17.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-template/1.2.1+8.17.html index 84a7fb2d74f8..fd620c7855d8 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-template/1.2.1+8.17.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/metacoq-template/1.2.1+8.17.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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@aist.go.jp" @@ -102,13 +120,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-monae.0.1.1 coq.
opam install -y --show-action coq-monae.0.1.1 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-monae = 0.1.1 -> coq < 8.12~ -> 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-monae = 0.1.1 -> coq < 8.12~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 + * Missing dependency: + - coq-monae = 0.1.1 -> coq < 8.12~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.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:
@@ -116,13 +144,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-monae.0.1.1
Fatal error: -Out of memory -Fatal error: -Out of memory -
# Packages matching: installed # Name # Installed # Synopsis @@ -184,7 +184,7 @@Install ๐
coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server cppo 1.6.9 Code preprocessor like cpp for OCaml -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library elpi 1.17.4 ELPI - Embeddable ฮปProlog Interpreter menhir 20231231 An LR(1) parser generator @@ -199,7 +199,7 @@Install ๐
ocamlfind 1.9.6 A library manager for OCaml ppx_derivers 1.2.1 Shared [@@deriving] plugin registry ppx_deriving 5.2.1 Type-driven code generation for OCaml -ppxlib 0.31.0 Standard infrastructure for ppx rewriters +ppxlib 0.32.0 Standard infrastructure for ppx rewriters re 1.11.0 RE is a regular expression library for OCaml result 1.5 Compatibility Result module seq base Compatibility package for OCaml's standard iterator type starting from 4.07. @@ -278,8 +278,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-monae.0.4.5 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-monae-10291-d84e9c.env -# output-file ~/.opam/log/coq-monae-10291-d84e9c.out +# env-file ~/.opam/log/coq-monae-18554-b8ff1b.env +# output-file ~/.opam/log/coq-monae-18554-b8ff1b.out ### output ### # [...] # [HB.non-forgetful-inheritance,HB] diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/monae/0.4.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/monae/0.4.html index 9dbe4e7bcb86..90a17f915bff 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/monae/0.4.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/monae/0.4.html @@ -55,7 +55,7 @@Context
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -132,12 +132,12 @@Dry install ๐๏ธ
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-monae = 0.4 -> coq (< 8.16~ | >= dev) -> ocaml < 4.02.0 -> ocaml-base-compiler < 3.07+1 + - coq-monae = 0.4 -> coq (< 8.16~ | >= dev) -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp - coq-monae = 0.4 -> coq (< 8.16~ | >= dev) * Missing dependency: - - coq-monae = 0.4 -> coq (< 8.16~ | >= dev) -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> ocaml-beta + - coq-monae = 0.4 -> coq (< 8.16~ | >= dev) -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.1 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
Total: 27 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/monae/0.6.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/monae/0.6.0.html index d6c517b85b50..759e2c780e02 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/monae/0.6.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/monae/0.6.0.html @@ -3,7 +3,7 @@ -Total: 27 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/msets-extra/1.0.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/msets-extra/1.0.0.html index c4579c6bf787..59fc346a194f 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/msets-extra/1.0.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/msets-extra/1.0.0.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "beta.ziliani@gmail.com" @@ -85,52 +103,170 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-mtac2.1.4+8.17 coq.
opam install -y --show-action coq-mtac2.1.4+8.17 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. -
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-mtac2.1.4+8.17
true
Fatal error: -Out of memory -Fatal error: -Out of memory -
true
opam list; echo; timeout 4h opam install -y --deps-only coq-mtac2.1.4+8.17 coq.8.17.0
true
opam list; echo; timeout 4h opam install -y -v coq-mtac2.1.4+8.17 coq.8.17.0
No files were installed.
+Total: 5 M
+../ocaml-base-compiler.5.0.0/lib/coq-mtac2/MetaCoqPlugin.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/MetaCoqPlugin.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/Tactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/DepDestruct.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/M.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/Tactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/TacticsBase.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/Transport.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/M.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/Ttactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/IntroPatt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/TacticsBase.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/DepDestruct.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/Abstract.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/CompoundTactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/Ttactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/MTele.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/Pattern.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MTeleMatch.vo
../ocaml-base-compiler.5.0.0/lib/coq-mtac2/MetaCoqPlugin.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/StaticApply.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/ConstrSelector.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MFix.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/DecomposeApp.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/ImportedTactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/SubgoalsStrict.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/Transport.glob
../ocaml-base-compiler.5.0.0/lib/coq-mtac2/MetaCoqPlugin.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/M.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/Abstract.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/MTele.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MTeleMatchDef.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/Exhaustive.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/List.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/Tactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MTeleMatch.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/List.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/SumRun.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MFixDef.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/TacticsBase.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Reduction.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Specif.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Exceptions.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/Pattern.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/Base.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/DepDestruct.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/StaticApply.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/Mtac2.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/IntroPatt.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Name.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/ConstrSelector.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/ImportedTactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Lift.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/SubgoalsStrict.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MFix.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/DecomposeApp.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/Ttactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Datatypes.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Specif.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Sorts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MTeleMatchDef.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/Pattern.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Specif.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Sorts.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Goals.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Exceptions.glob
../ocaml-base-compiler.5.0.0/lib/coq-mtac2/MetaCoqPlugin.cmxa
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Logic.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/MTele.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Logic.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/CompoundTactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/Exhaustive.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MTeleMatch.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/Transport.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/DeclarationDefs.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Datatypes.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Logic.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/Abstract.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Utils.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/ImportedTactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Case.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/StaticApply.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/List.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Reduction.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Tm_kind.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MFixDef.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/SumRun.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Utils.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/DecomposeApp.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Datatypes.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/IntroPatt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MFix.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/Base.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/SubgoalsStrict.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Unification.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Sorts.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Exceptions.v
../ocaml-base-compiler.5.0.0/lib/coq-mtac2/metaCoqInstr.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Dyn.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/ConstrSelector.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Goals.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MTeleMatchDef.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/Exhaustive.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/ideas/SumRun.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/tactics/CompoundTactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/Base.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Reduction.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/meta/MFixDef.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Dyn.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/lib/Utils.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Goals.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Case.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/Mtac2.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/DeclarationDefs.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Name.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Case.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Dyn.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/DeclarationDefs.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Name.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Tm_kind.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Unification.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/Mtac2.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Lift.glob
../ocaml-base-compiler.5.0.0/lib/coq-mtac2/META
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Unification.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Lift.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Mtac2/intf/Tm_kind.v
true
opam remove -y coq-mtac2.1.4+8.17
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -85,13 +103,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-multiplier.8.9.0 coq.
opam install -y --show-action coq-multiplier.8.9.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-multiplier = 8.9.0 -> coq < 8.10~ -> 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-multiplier = 8.9.0 -> coq < 8.10~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-multiplier = 8.9.0 -> coq < 8.10~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -99,13 +127,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-multiplier.8.9.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 4 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/ollibs/2.0.5.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/ollibs/2.0.5.html index ef4643bc5717..b33fefb03a7f 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/ollibs/2.0.5.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/ollibs/2.0.5.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" @@ -94,52 +112,79 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-ott.0.32 coq.
opam install -y --show-action coq-ott.0.32 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. -
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-ott.0.32
true
Fatal error: -Out of memory -Fatal error: -Out of memory -
true
opam list; echo; timeout 4h opam install -y --deps-only coq-ott.0.32 coq.8.17.0
true
opam list; echo; timeout 4h opam install -y -v coq-ott.0.32 coq.8.17.0
No files were installed.
+Total: 682 K
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_predicate.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_takedrop.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_distinct.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_base.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_nth.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_mem.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_predicate.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_flat_map.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_takedrop.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_repeat.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_support.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_nth.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_distinct.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_base.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_mem.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_core.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_eq_dec.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_predicate.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_takedrop.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_flat_map.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_core.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_repeat.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_base.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_distinct.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_nth.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_mem.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_support.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_eq_dec.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_flat_map.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_core.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_repeat.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_eq_dec.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list_support.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Ott/ott_list.glob
true
opam remove -y coq-ott.0.32
Total: 10 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/paradoxes/8.10.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/paradoxes/8.10.0.html index 94d238cd2237..3bfc5d78ef9b 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/paradoxes/8.10.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/paradoxes/8.10.0.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Pierre Roux <pierre.roux@onera.fr>" @@ -96,13 +114,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-paramcoq.1.1.3+coq8.12 coq.
opam install -y --show-action coq-paramcoq.1.1.3+coq8.12 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-paramcoq = 1.1.3+coq8.12 -> coq < 8.13~ -> 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-paramcoq = 1.1.3+coq8.12 -> coq < 8.13~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-paramcoq = 1.1.3+coq8.12 -> coq < 8.13~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -110,13 +138,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-paramcoq.1.1.3+coq8.12
Fatal error: -Out of memory -Fatal error: -Out of memory -
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Pierre Roux <pierre.roux@onera.fr>" +homepage: "https://github.com/coq-community/paramcoq" +dev-repo: "git+https://github.com/coq-community/paramcoq.git" +bug-reports: "https://github.com/coq-community/paramcoq/issues" +license: "MIT" +synopsis: "Plugin for generating parametricity statements to perform refinement proofs" +description: """ +A Coq plugin providing commands for generating parametricity statements. +Typical applications of such statements are in data refinement proofs. +Note that the plugin is still in an experimental state - it is not very user +friendly (lack of good error messages) and still contains bugs. But it +is usable enough to "translate" a large chunk of the standard library.""" +build: [make "-j%{jobs}%"] +install: [ + [make "install"] + [make "-C" "test-suite" "examples"] {with-test} +] +depends: [ + "coq" {>= "8.19" & < "8.20~" } +] +tags: [ + "keyword:paramcoq" + "keyword:parametricity" + "keyword:OCaml modules" + "category:Miscellaneous/Coq Extensions" + "logpath:Param" + "date:2023-12-19" +] +authors: [ + "Chantal Keller (Inria, รcole polytechnique)" + "Marc Lasson (รNS de Lyon)" + "Abhishek Anand" + "Pierre Roux" + "Emilio Jesรบs Gallego Arias" + "Cyril Cohen" + "Matthieu Sozeau" +] +url { + src: "https://github.com/coq-community/paramcoq/archive/v1.1.3+coq8.19.tar.gz" + checksum: "sha512=e9f94708ddb1104c4dd1e270dc793353bcf3a0a9cc93a2159d5d96cf793e1d08c7bd812cefc68b469f91404fad71f3c0c17d85033a871d3c2c02f8fdc471b48d" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-paramcoq.1.1.3+coq8.19 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-paramcoq >= 1.1.3+coq8.19 -> coq >= 8.19 +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-paramcoq.1.1.3+coq8.19
true
true
No files were installed.
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-parsec.0.1.2 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install coq-ceres 0.4.1 + - install coq-ext-lib 1.2.1 +===== 2 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-ceres.0.4.1 (https://github.com/Lysxia/coq-ceres/archive/0.4.1.tar.gz) +-> installed coq-ceres.0.4.1 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed +| - install coq-ceres 0.4.1 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240223065535.export" +
opam list; echo; timeout 4h opam install -y -v coq-parsec.0.1.2 coq.8.17.0
true
Total: 189 K
-../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Parsec/Parser.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Parsec/Number.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Parsec/Core.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Parsec/Parser.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Parsec/Number.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Parsec/Parser.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Parsec/Core.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Parsec/Number.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/Parsec/Core.v
No files were installed.
opam remove -y coq-parsec.0.1.2
true
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -93,13 +111,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-pts.8.8.0 coq.
opam install -y --show-action coq-pts.8.8.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-pts = 8.8.0 -> coq < 8.9~ -> 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-pts = 8.8.0 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-pts = 8.8.0 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -107,13 +135,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-pts.8.8.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" +synopsis: "Coq library for reasoning about quantum programs" +description: """ +inQWIRE's QuantumLib is a Coq library for reasoning + about quantum computation and quantum programs. +""" +maintainer: ["inQWIRE Developers"] +authors: ["inQWIRE"] +license: "MIT" +homepage: "https://github.com/inQWIRE/QuantumLib" +doc: "https://inqwire.github.io/QuantumLib/toc.html" +bug-reports: "https://github.com/inQWIRE/QuantumLib/issues" +depends: [ + "dune" {>= "2.8"} + "coq" {>= "8.16" < "8.20"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/inQWIRE/QuantumLib.git" +url { + src: "https://github.com/inQWIRE/QuantumLib/archive/v1.3.0.tar.gz" + checksum: "sha256=770a7ec9dfe67adfa7690107173c79144a72382e6ad3e4067f41b18f14fe72c1" +} +tags: [ + "keyword:quantum" + "keyword:qwire" + "keyword:sqir" + "keyword:matrices" + "keyword:vectors" + "keyword:linear algebra" + "keyword:complex numbers" + "category:Mathematics/Algebra" + "category:Mathematics/Real Calculus and Topology" + "date:2023-01-24" + "logpath:QuantumLib" +] ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-quantumlib.1.3.0 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-quantumlib.1.3.0 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-quantumlib.1.3.0 coq.8.17.0
Total: 12 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Pad.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/VecSet.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Matrix.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/GenMatrix.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Rings.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Quantum.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/VectorStates.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Eigenvectors.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Polynomial.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Ctopology.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/DiscreteProb.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Complex.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/FiniteGroups.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Permutations.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Summation.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/GenMatrix.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Matrix.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/RealAux.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/FTA.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/VecSet.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Polar.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Prelim.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Rings.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Measurement.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Eigenvectors.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Ctopology.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Polynomial.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Quantum.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/VectorStates.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/DiscreteProb.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Complex.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Proportional.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/FiniteGroups.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Summation.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/FTA.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/RealAux.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Polar.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Pad.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Prelim.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Permutations.v
../ocaml-base-compiler.5.0.0/doc/coq-quantumlib/README.md
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Measurement.v
../ocaml-base-compiler.5.0.0/lib/coq-quantumlib/dune-package
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib/Proportional.v
../ocaml-base-compiler.5.0.0/doc/coq-quantumlib/LICENSE
../ocaml-base-compiler.5.0.0/lib/coq-quantumlib/opam
../ocaml-base-compiler.5.0.0/doc/coq-quantumlib/CHANGES.md
../ocaml-base-compiler.5.0.0/lib/coq-quantumlib/META
opam remove -y coq-quantumlib.1.3.0
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuantumLib
opam list; echo; timeout 4h opam install -y --deps-only coq-quickchick.1.6.5 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install cppo 1.6.9 + - install menhirLib 20231231 + - install menhirCST 20231231 + - install coq-ext-lib 1.2.1 + - install coq-mathcomp-ssreflect 1.19.0 + - install menhirSdk 20231231 + - install coq-simple-io 1.8.0 + - install menhir 20231231 +===== 8 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-simple-io.1.8.0 (https://github.com/Lysxia/coq-simple-io/archive/1.8.0.tar.gz) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.1.19.0 (https://github.com/math-comp/math-comp/archive/mathcomp-1.19.0.tar.gz) +-> retrieved menhir.20231231 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.20231231 (cached) +-> retrieved menhirSdk.20231231 (cached) +-> retrieved menhirCST.20231231 (https://opam.ocaml.org/cache) +-> installed cppo.1.6.9 +-> installed menhirSdk.20231231 +-> installed menhirLib.20231231 +-> installed menhirCST.20231231 +-> installed menhir.20231231 +-> installed coq-mathcomp-ssreflect.1.19.0 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-mathcomp-ssreflect 1.19.0 +| - install cppo 1.6.9 +| - install menhir 20231231 +| - install menhirCST 20231231 +| - install menhirLib 20231231 +| - install menhirSdk 20231231 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240225005213.export" +
opam list; echo; timeout 4h opam install -y -v coq-quickchick.1.6.5 coq.8.17.0
true
Total: 16 M
-../ocaml-base-compiler.5.0.0/bin/quickChick
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cma
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.a
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/quickchick_plugin.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/State.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenHighImpl.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Sets.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/SemChecker.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenLow.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Instances.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ShowFacts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RandomQC.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizedProofs.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CoArbitrary.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Decidability.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenHighInterface.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenHigh.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmxa
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Checker.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeSMon.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeCorr.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Test.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenLowInterface.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenHighImpl.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/DependentClasses.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Classes.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Show.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/unifyQC.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeMon.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizedProofs.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/StringOT.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Typeclasses.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizedProofs.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/MutateCheck.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genericLib.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LiftGenClass.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickChick.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ExtractionQC.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LiftGen.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/SemChecker.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Nat_util.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Sets.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/QuickChick.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Mutation.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Tactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RandomQC.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/depDriver.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenLow.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CoArbitrary.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenHighInterface.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RoseTrees.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizedProofs.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Checker.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenLowInterface.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/dune-package
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Test.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/driver.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeCorr.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sized.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeMon.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeSMon.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Instances.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/DependentClasses.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/setLib.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genericLib.mli
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Show.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Typeclasses.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/setLib.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizedProofs.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Classes.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Decidability.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeSMon.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/checkerSizedST.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySizedST.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmx
../ocaml-base-compiler.5.0.0/doc/coq-quickchick/CHANGELOG.md
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/StringOT.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/tactic_quickchick.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ExtractionQC.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Mutation.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeCorr.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/simplDriver.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySized.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ShowFacts.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/semLib.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/semLib.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeCorr.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeSMon.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenHigh.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeMon.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/coqLib.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/coqLib.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/weightmap.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/unifyQC.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeCorr.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeMon.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmi
../ocaml-base-compiler.5.0.0/doc/coq-quickchick/README.md
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeSMon.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeMon.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LiftGen.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/checkerSizedST.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySizedST.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizedProofs.mli
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RoseTrees.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/MutateCheck.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LiftGenClass.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Nat_util.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/QuickChick.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Tactics.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/opam
../ocaml-base-compiler.5.0.0/doc/coq-quickchick/LICENSE
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sized.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genLib.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/State.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genLib.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/depDriver.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeUtils.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/weightmap.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySized.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeUtils.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/simplDriver.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/META
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/error.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeCorr.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickChick.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeMon.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeSMon.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/error.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/tactic_quickchick.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/driver.mli
No files were installed.
opam remove -y coq-quickchick.1.6.5
true
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick
opam list; echo; timeout 4h opam install -y --deps-only coq-quickchick.2.0.0 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +The following actions will be performed: + - install cppo 1.6.9 + - install menhirLib 20231231 + - install ocamlbuild 0.14.3 + - install menhirCST 20231231 + - install coq-ext-lib 1.2.1 + - install coq-mathcomp-ssreflect 1.19.0 + - install menhirSdk 20231231 + - install coq-simple-io 1.8.0 + - install menhir 20231231 +===== 9 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +-> retrieved coq-simple-io.1.8.0 (https://github.com/Lysxia/coq-simple-io/archive/1.8.0.tar.gz) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.1.19.0 (https://github.com/math-comp/math-comp/archive/mathcomp-1.19.0.tar.gz) +-> retrieved menhir.20231231 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.20231231 (cached) +-> retrieved menhirSdk.20231231 (cached) +-> retrieved menhirCST.20231231 (https://opam.ocaml.org/cache) +-> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) +-> installed cppo.1.6.9 +-> installed menhirLib.20231231 +-> installed menhirSdk.20231231 +-> installed menhirCST.20231231 +-> installed ocamlbuild.0.14.3 +-> installed menhir.20231231 +-> installed coq-mathcomp-ssreflect.1.19.0 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-mathcomp-ssreflect 1.19.0 +| - install cppo 1.6.9 +| - install menhir 20231231 +| - install menhirCST 20231231 +| - install menhirLib 20231231 +| - install menhirSdk 20231231 +| - install ocamlbuild 0.14.3 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/backup/state-20240223153421.export" +
opam list; echo; timeout 4h opam install -y -v coq-quickchick.2.0.0 coq.8.17.0
true
Total: 19 M
-../ocaml-base-compiler.5.0.0/bin/quickChick
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cma
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.a
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/quickchick_plugin.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/State.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Producer.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Instances.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Generators.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Sets.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/EnumProofs.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RandomQC.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenProofs.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ShowFacts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Enumerators.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/SemChecker.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CheckerProofs.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CoArbitrary.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Decidability.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Test.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/DependentClasses.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Classes.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmxa
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Checker.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/unifyQC.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LazyList.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Show.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genericLib.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/EnumProofs.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickChick.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/StringOT.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Producer.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmt
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CheckerProofs.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/MutateCheck.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/GenProofs.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Typeclasses.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LiftGenClass.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Sets.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ExtractionQC.vo
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/mergeTypes.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/SemChecker.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/TacticsUtil.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Generators.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Nat_util.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/QuickChick.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Proofs.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RandomQC.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Mutation.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Tactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Enumerators.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Instances.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Test.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/depDriver.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/CoArbitrary.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/DependentClasses.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RoseTrees.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Classes.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmti
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Checker.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/driver.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/dune-package
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sized.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmt
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LazyList.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genericLib.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Show.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/tactic_quickchick.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/setLib.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Typeclasses.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Decidability.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/setLib.mli
../ocaml-base-compiler.5.0.0/doc/coq-quickchick/CHANGELOG.md
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/checkerSizedST.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/enumSizedST.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySizedST.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/StringOT.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ExtractionQC.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/simplDriver.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Mutation.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/semLib.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySized.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/ShowFacts.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmti
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/enumSized.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/semLib.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/unifyQC.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/coqLib.ml
../ocaml-base-compiler.5.0.0/doc/coq-quickchick/README.md
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/coqLib.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/weightmap.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/TacticsUtil.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/checkerSizedST.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySizedST.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/RoseTrees.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/MutateCheck.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.ml
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/LiftGenClass.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Nat_util.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genLib.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/genLib.mli
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/QuickChick.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Tactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/State.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/opam
../ocaml-base-compiler.5.0.0/doc/coq-quickchick/LICENSE
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sized.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeUtils.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin.cmx
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/depDriver.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/weightmap.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/arbitrarySized.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/sizeUtils.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/simplDriver.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/META
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmi
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/mergeTypes.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/error.ml
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/quickChick.mli
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick/Proofs.v
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/error.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/tactic_quickchick.mli
../ocaml-base-compiler.5.0.0/lib/coq-quickchick/plugin/driver.mli
No files were installed.
opam remove -y coq-quickchick.2.0.0
true
/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/user-contrib/QuickChick
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -115,13 +133,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-random.8.10.0 coq.
opam install -y --show-action coq-random.8.10.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-random >= 8.10.0 -> coq < 8.11~ -> 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-random >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-random >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -129,13 +157,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-random.8.10.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "tchajed@gmail.com" @@ -88,13 +106,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-record-update.0.2.0 coq.
opam install -y --show-action coq-record-update.0.2.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-record-update < 0.3.0 -> coq (< 8.13~ | >= 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-record-update < 0.3.0 -> coq (< 8.13~ | >= dev) -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-record-update < 0.3.0 -> coq (< 8.13~ | >= dev) -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -102,13 +130,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-record-update.0.2.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -90,13 +108,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-recursive-definition.8.6.0 coq.
opam install -y --show-action coq-recursive-definition.8.6.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-recursive-definition >= 8.6.0 -> coq < 8.7~ -> 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-recursive-definition >= 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-recursive-definition >= 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -104,13 +132,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-recursive-definition.8.6.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
Total: 4 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/regexp-brzozowski/1.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/regexp-brzozowski/1.2.html index 71c411bcf62f..4df152a868b4 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/regexp-brzozowski/1.2.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/regexp-brzozowski/1.2.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "matej.kosik@inria.fr" @@ -85,13 +103,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-regexp.8.5.0 coq.
opam install -y --show-action coq-regexp.8.5.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-regexp < 8.6.0 -> coq < 8.6~ -> 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-regexp < 8.6.0 -> coq < 8.6~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-regexp < 8.6.0 -> coq < 8.6~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -99,13 +127,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-regexp.8.5.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
No files were installed.
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/regexp/8.6.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/regexp/8.6.0.html index e0d36ee55019..c36e24aeb36f 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/regexp/8.6.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/regexp/8.6.0.html @@ -55,7 +55,7 @@Total: 47 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.2.html index 412b630bb042..7b947bf68cd8 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.2.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.2.html @@ -55,7 +55,7 @@Total: 45 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.7.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.7.html index aeff67acb7d3..78b3856437ad 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.7.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.7.html @@ -55,7 +55,7 @@Total: 45 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.9.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.9.html index 0a16e667f8d0..999e49a80c98 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.9.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rewriter/0.0.9.html @@ -3,7 +3,7 @@ -Total: 45 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.2.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.2.html index 40dc3e769a85..e5de6bb93539 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.2.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.2.html @@ -3,7 +3,7 @@ -Total: 18 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.3.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.3.html index 9619089ea118..ad4cbbb7de05 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.3.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.3.html @@ -3,7 +3,7 @@ -Total: 19 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.4.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.4.html index 31e442fd6a46..cf645b5357c9 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.4.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/riscv/0.0.4.html @@ -3,7 +3,7 @@ -Total: 18 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/robot/0.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/robot/0.1.html index 9ac852f1010f..44cd51437149 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/robot/0.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/robot/0.1.html @@ -55,7 +55,7 @@Total: 10 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rupicola/0.0.6.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rupicola/0.0.6.html index d1464ebcadbe..2ba41092ad89 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rupicola/0.0.6.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rupicola/0.0.6.html @@ -55,7 +55,7 @@Total: 10 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rupicola/0.0.8.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rupicola/0.0.8.html index 3fc5e2e94358..bd398a650ef3 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rupicola/0.0.8.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/rupicola/0.0.8.html @@ -55,7 +55,7 @@+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -80,13 +98,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-search-trees.8.6.0 coq.
opam install -y --show-action coq-search-trees.8.6.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-search-trees = 8.6.0 -> coq < 8.7~ -> 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-search-trees = 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-search-trees = 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -94,13 +122,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-search-trees.8.6.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
opam list; echo; timeout 4h opam install -y --deps-only coq-simple-io.1.0.0 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-simple-io.1.0.0 coq.8.17.0
true
No files were installed.
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Yannick Forster <forster@cs.uni-saarland.de>" @@ -87,52 +105,55 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-smpl.8.17 coq.
opam install -y --show-action coq-smpl.8.17 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. -
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-smpl.8.17
true
Fatal error: -Out of memory -Fatal error: -Out of memory -
true
opam list; echo; timeout 4h opam install -y --deps-only coq-smpl.8.17 coq.8.17.0
true
opam list; echo; timeout 4h opam install -y -v coq-smpl.8.17 coq.8.17.0
No files were installed.
+Total: 222 K
+../ocaml-base-compiler.5.0.0/lib/smpl/smpl_plugin.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/smpl/smpl_plugin.cmxs
../ocaml-base-compiler.5.0.0/lib/smpl/smpl_plugin.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/smpl/Demo.vo
../ocaml-base-compiler.5.0.0/lib/smpl/smpl_plugin.cmx
../ocaml-base-compiler.5.0.0/lib/smpl/smpl_plugin.cmxa
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/smpl/Demo.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/smpl/Demo.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/smpl/Smpl.vo
../ocaml-base-compiler.5.0.0/lib/smpl/META
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/smpl/Smpl.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/smpl/Smpl.v
true
opam remove -y coq-smpl.8.17
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Yannick Forster <forster@cs.uni-saarland.de>" +authors: ["Sigurd Schneider <sigurd.schneider@cs.uni-saarland.de>" + "Yannick Forster <forster@cs.uni-saarland.de>" + "Fabian Kunze <fabian.kunze@cs.uni-saarland.de>" + "Kenji Maillard <kenji.maillard@inria.fr>"] +homepage: "https://github.com/uds-psl/smpl" +bug-reports: "https://github.com/uds-psl/smpl/issues" +license: "MIT" +dev-repo: "git+https://github.com/uds-psl/smpl" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "ocaml" + "coq" { >= "8.19" & < "8.20~" } +] +synopsis: "Smpl: An Extensible Tactic for Coq" +description: """ +Smpl is useful for proof automation in Coq. Smpl provides named lists +of tactics to which tactics can be added with Coq commands. A special +tactic called 'smpl foo' executes the tactics in the lists named foo +in order, until one of them succeeds. Smpl works across modules by +merging tactics from all imports according to a priority number that +can be provided upon addition. Smpl thus allows to modify the behavior +of a tactic after it is defined in a convenient and modular way. +""" +url { + src: "https://github.com/uds-psl/smpl/archive/v8.19.tar.gz" + checksum: "sha256=5f7460ddf9845a84d3f2d0edadbc839c73e1ef6bb9b86a209ef2b7c40aa96abd" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smpl.8.19 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-smpl >= 8.19 -> coq >= 8.19 +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-smpl.8.19
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "coq" {>= "8.13~" & < "8.14~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.13.tar.gz" + checksum: "sha512=b90f0248c4e5d264f334b8ea56854514584adfee832c9e2073dda9bac9553492a97f2cd8e23ec6d62e3d55f070c6101fb089ccebb270b596fcf6a3a7b85d45b0" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.13 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-smtcoq = 2.2+8.13 -> coq < 8.14~ -> 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-smtcoq = 2.2+8.13 -> coq < 8.14~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-smtcoq = 2.2+8.13 -> coq < 8.14~ + * Missing dependency: + - coq-smtcoq = 2.2+8.13 -> coq < 8.14~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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-smtcoq.2.2+8.13
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.14~" & < "8.15~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.14.tar.gz" + checksum: "sha512=51e5a1847f84a46e641f024ddee1695224d417ae75ae411eced80b4ffa69fa6f1727839c24e3f638a4c98e003e6ce8cd9ddd5a1b2d273331863619e430033570" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.14 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-smtcoq = 2.2+8.14 -> coq < 8.15~ -> 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-smtcoq = 2.2+8.14 -> coq < 8.15~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-smtcoq = 2.2+8.14 -> coq < 8.15~ + * Missing dependency: + - coq-smtcoq = 2.2+8.14 -> coq < 8.15~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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-smtcoq.2.2+8.14
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.15~" & < "8.16~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.15.tar.gz" + checksum: "sha512=25804556a1e65e2b2d20d6c2d691133531ad1d290b29765d8d3bb5c0a733cf46d6ca04d47e9b4dc6f683dbdeec8bdf2dd310081219e42b7d8baf68200ace1af9" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.15 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-smtcoq = 2.2+8.15 -> coq < 8.16~ -> 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-smtcoq = 2.2+8.15 -> coq < 8.16~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-smtcoq = 2.2+8.15 -> coq < 8.16~ + * Missing dependency: + - coq-smtcoq = 2.2+8.15 -> coq < 8.16~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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-smtcoq.2.2+8.15
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.16~" & < "8.17~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.16.tar.gz" + checksum: "sha512=bff6ab19c7850beff8f2a11e6db847b9e5910c86dc76d3cca66fd22088e3bac8d7bc751ba1e3e731f9b52282873d10e793fbd0e38241b1d24e476356bc2c2e71" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.16 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-smtcoq = 2.2+8.16 -> coq < 8.17~ -> 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-smtcoq = 2.2+8.16 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-smtcoq = 2.2+8.16 -> coq < 8.17~ + * Missing dependency: + - coq-smtcoq = 2.2+8.16 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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-smtcoq.2.2+8.16
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.17~" & < "8.18~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.17.tar.gz" + checksum: "sha512=dd1c2442be3b13583c98aa3f8d578d282abbed8805177c1bdc2c77ad239bf0764882110e380251e4c55dd1f060569a51ec225665aca399d15430deaf74adb976" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.17 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-smtcoq.2.2+8.17 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-smtcoq.2.2+8.17 coq.8.17.0
Total: 16 M
+../ocaml-base-compiler.5.0.0/lib/coq-smtcoq/smtcoq_plugin.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/smtcoq_plugin.cmxs
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/bva/Bva_checker.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/bva/Bva_checker.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/PArray/PArray.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/SMT_terms.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/lia/Lia.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/SMT_terms.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/bva/BVList.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/array/Array_checker.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/bva/BVList.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/array/FArray.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/lia/Lia.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Misc.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/bva/Bva_checker.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Syntactic.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Misc.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Operators.vo
../ocaml-base-compiler.5.0.0/lib/coq-smtcoq/smtcoq_plugin.cmx
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/array/FArray.glob
../ocaml-base-compiler.5.0.0/lib/coq-smtcoq/smtcoq_plugin.cmi
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/array/Array_checker.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Trace.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Trace.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/classes/SMT_classes_instances.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Operators.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/euf/Euf.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Syntactic.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/SMT_terms.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/cnf/Cnf.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/State.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/bva/BVList.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/cnf/Cnf.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/State.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/euf/Euf.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/lia/Lia.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/classes/SMT_classes_instances.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Conversion_tactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/array/FArray.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Misc.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Tactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/PropToBool.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Trace.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/QInst.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/array/Array_checker.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Conversion_tactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/classes/SMT_classes.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Operators.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Assumptions.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/ReflectFacts.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Arithmetic.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/PArray/PArray.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/SMTCoq.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Syntactic.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/euf/Euf.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/classes/SMT_classes.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/State.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/classes/SMT_classes_instances.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/cnf/Cnf.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/QInst.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/PropToBool.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Conversion_tactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Assumptions.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/PropToBool.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Tactics.v
../ocaml-base-compiler.5.0.0/lib/coq-smtcoq/smtcoq_plugin.cmxa
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Arithmetic.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/PArray/PArray.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/QInst.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/classes/SMT_classes.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/ReflectFacts.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/Tactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Assumptions.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/spl/Arithmetic.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/ReflectFacts.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/SMTCoq.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/SMTCoq/SMTCoq.glob
../ocaml-base-compiler.5.0.0/lib/coq-smtcoq/META
opam remove -y coq-smtcoq.2.2+8.17
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.18~" & < "8.19~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.18.tar.gz" + checksum: "sha512=461e82d49cf708bfc7021f5cd35dc46d3dfeaf680c8bdd306247f5807b2c7d29824e7892146f248346ad74b5249cd3ae60b56c698d82f636f4a6bf8dcfa49bf5" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.18 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-smtcoq = 2.2+8.18 -> coq >= 8.18~ +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-smtcoq.2.2+8.18
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.19~" & < "8.20~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.19.tar.gz" + checksum: "sha512=fce92b7c22ff453055c69666980b1f285fd5a9819fb741b206cacf311d1762030d0c25e7235d7d56888da84ac00384ae760f1111321c82249c47f3ca3b9a88b8" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.19 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-smtcoq >= 2.2+8.19 -> coq >= 8.19~ +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-smtcoq.2.2+8.19
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" +homepage: "https://github.com/coq-community/stalmarck" +dev-repo: "git+https://github.com/coq-community/stalmarck.git" +bug-reports: "https://github.com/coq-community/stalmarck/issues" +license: "LGPL-2.1-or-later" +synopsis: "Coq tactic and verified tool for proving tautologies using Stรฅlmarck's algorithm" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "ocaml" {>= "4.09.0"} + "dune" {>= "2.8"} + "coq" {>= "8.19" & < "8.20"} + "coq-stalmarck" {= version} +] +tags: [ + "category:Miscellaneous/Coq Extensions" + "category:Miscellaneous/Extracted Programs/Decision procedures" + "keyword:boolean formula" + "keyword:tautology checker" + "keyword:tactics" + "logpath:Stalmarck.Tactic" + "date:2023-12-23" +] +authors: [ + "Pierre Letouzey" + "Laurent Thรฉry" +] +url { + src: "https://github.com/coq-community/stalmarck/releases/download/v8.19.0/stalmarck-8.19.0.tar.gz" + checksum: "sha512=b7b408366a326a699aaa10e61793cee76238830f9356015ba1fe263727003a5c6237d3471f1d5a3ee3aeeb791b0ad5a531ec78ee93febd1e9d2100f509ff9641" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-stalmarck-tactic.8.19.0 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-stalmarck-tactic >= 8.19.0 -> coq >= 8.19 +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-stalmarck-tactic.8.19.0
true
true
No files were installed.
+true
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "palmskog@gmail.com" +homepage: "https://github.com/coq-community/stalmarck" +dev-repo: "git+https://github.com/coq-community/stalmarck.git" +bug-reports: "https://github.com/coq-community/stalmarck/issues" +license: "LGPL-2.1-or-later" +synopsis: "Verified implementation of Stรฅlmarck's algorithm for proving tautologies in Coq" +description: """ +A two-level approach to prove tautologies using Stรฅlmarck's +algorithm in Coq.""" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "coq" {>= "8.19" & < "8.20"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "keyword:boolean formula" + "keyword:tautology checker" + "logpath:Stalmarck.Algorithm" + "date:2023-12-23" +] +authors: [ + "Pierre Letouzey" + "Laurent Thรฉry" +] +url { + src: "https://github.com/coq-community/stalmarck/releases/download/v8.19.0/stalmarck-8.19.0.tar.gz" + checksum: "sha512=b7b408366a326a699aaa10e61793cee76238830f9356015ba1fe263727003a5c6237d3471f1d5a3ee3aeeb791b0ad5a531ec78ee93febd1e9d2100f509ff9641" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-stalmarck.8.19.0 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-stalmarck >= 8.19.0 -> coq >= 8.19 +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-stalmarck.8.19.0
true
true
No files were installed.
+true
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" name: "coq-tactician" @@ -104,13 +122,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-tactician.1.0~beta1+8.12 coq.
opam install -y --show-action coq-tactician.1.0~beta1+8.12 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-tactician = 1.0~beta1+8.12 -> coq < 8.13~ -> 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-tactician = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 + * Missing dependency: + - coq-tactician = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.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:
@@ -118,13 +146,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-tactician.1.0~beta1+8.12
Fatal error: -Out of memory -Fatal error: -Out of memory -
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "arthur.chargueraud@inria.fr" +homepage: "https://github.com/charguer/tlc" +dev-repo: "git+https://github.com/charguer/tlc.git" +bug-reports: "https://github.com/charguer/tlc/issues" +license: "MIT" +synopsis: "TLC: A Library for Classical Coq" +description: """ +Provides an alternative to the core of the Coq standard library, using classic definitions. +""" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "coq" { >= "8.17" } +] +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-09" + "keyword:classical logic" + "logpath:TLC" +] +authors: [ + "Arthur Charguรฉraud" +] +url { + src: "https://github.com/charguer/tlc/archive/20240209.tar.gz" + checksum: [ + "md5=5fcfcac182c94ce54b2b67147a578152" + "sha512=4fea32463e67abe0fbb03f7526a0ad006618e05f2ada9fccd441dc3607416e58e35c450fbfbe884b4aa9ae0ce77b2ae98dcf4bf0044b8d96c793374ae852d4a3" + ] +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-tlc.20240209 coq.8.17.0
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-tlc.20240209 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-tlc.20240209 coq.8.17.0
Total: 9 M
+../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibList.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibTactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibList.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFix.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFix.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFixDemos.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibContainer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListZ.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMap.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibRelation.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibRelation.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOrder.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibTactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibEnv.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMap.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibSet.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListZ.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFixDemos.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibLogic.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMultiset.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibEnv.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibTactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibPer.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibContainer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibLogic.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibEqual.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibList.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibEqual.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibSet.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibTacticsDemos.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibTacticsDemos.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOrder.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibInt.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFix.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibStream.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibWf.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMultiset.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFset.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibVar.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListExec.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOtherDemos.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibRelation.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFun.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibInt.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibReflect.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibProd.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListSub.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibProd.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibNat.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListAssoc.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFset.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOld.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFixDemos.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMin.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibBool.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibLN.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibGraph.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListZ.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMap.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibTacticsDemos.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOtherDemos.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibEpsilon.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibChoice.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibContainerDemos.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibEnv.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOption.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMonoid.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibLogic.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibVar.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibSet.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOrder.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListAssocExec.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOperation.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibContainer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibWf.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibIntTactics.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFun.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibReflect.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibEqual.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibSum.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibInt.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibChoice.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMultiset.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListExec.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListSub.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibCore.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListAssoc.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibUnit.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibString.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListSort.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibStream.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMin.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibEpsilon.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibWf.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOperation.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibVar.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibReflect.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibExec.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibPer.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibGraph.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibBool.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFset.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOtherDemos.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibNat.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOption.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibContainerDemos.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibBool.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListSub.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibProd.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListExec.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibLN.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibContainerDemos.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMin.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibStream.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibNat.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibFun.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibChoice.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibEpsilon.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibLN.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibSum.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListAssocExec.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListAssoc.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibPer.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibLogicCore.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMonoid.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOperation.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibIntTactics.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOption.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibMonoid.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibGraph.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibSum.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibAxioms.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibIntTactics.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibAxioms.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibLogicCore.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListSort.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibExec.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOld.vo
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibAxioms.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListAssocExec.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibUnit.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibUnit.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibString.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibCore.v
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibCore.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibString.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibLogicCore.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibListSort.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibExec.glob
../ocaml-base-compiler.5.0.0/lib/coq/user-contrib/TLC/LibOld.glob
opam remove -y coq-tlc.20240209
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -86,13 +104,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-traversable-fincontainer.8.10.0 coq.
opam install -y --show-action coq-traversable-fincontainer.8.10.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-traversable-fincontainer >= 8.10.0 -> coq < 8.11~ -> 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-traversable-fincontainer >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-traversable-fincontainer >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -100,13 +128,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-traversable-fincontainer.8.10.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "Hugo.Herbelin@inria.fr" @@ -86,13 +104,23 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-traversable-fincontainer.8.6.0 coq.
opam install -y --show-action coq-traversable-fincontainer.8.6.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-traversable-fincontainer = 8.6.0 -> coq < 8.7~ -> 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-traversable-fincontainer = 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Missing dependency: + - coq-traversable-fincontainer = 8.6.0 -> coq < 8.7~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -100,13 +128,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-traversable-fincontainer.8.6.0
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: # This file is generated by dune, edit dune-project instead opam-version: "2.0" @@ -89,45 +107,229 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-type-infer.0.1.0 coq.
opam install -y --show-action coq-type-infer.0.1.0 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. -
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-type-infer.0.1.0
true
Fatal error: -Out of memory -Fatal error: -Out of memory -
true
opam list; echo; timeout 4h opam install -y --deps-only coq-type-infer.0.1.0 coq.8.17.0
true
opam list; echo; timeout 4h opam install -y -v coq-type-infer.0.1.0 coq.8.17.0
# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-mathcomp-ssreflect 1.19.0 Small Scale Reflection +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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 +[NOTE] Package coq is already installed (current version is 8.17.0). +The following actions will be performed: + - install coq-type-infer 0.1.0 +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +Processing 1/3: [coq-type-infer.0.1.0: http] +Processing 1/3: +-> retrieved coq-type-infer.0.1.0 (https://github.com/fetburner/type-infer/archive/0.1.0.tar.gz) +Processing 2/3: [coq-type-infer: dune build] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-type-infer" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-type-infer.0.1.0) +- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune +- 3.8 and will be removed in an upcoming Dune version. +- Hint: To disable this warning, add the following to your dune-project file: +- (warnings (deprecated_coq_lang_lt_08 disabled)) +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R theories TypeInfer theories/Util.v) +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ + _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ - _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ <= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ < _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ >= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ > _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ <= _ <= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ < _ <= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ <= _ < _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ < _ < _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Util.v", line 1, characters 0-43: +- Warning: Notation "_ * _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R theories TypeInfer theories/Term.v) +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ + _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ - _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ <= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ < _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ >= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ > _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ <= _ <= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ < _ <= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ <= _ < _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ < _ < _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 1, characters 0-43: +- Warning: Notation "_ * _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Term.v", line 29, characters 0-86: +- Error: The default value for instance locality is currently "local" in a +- section and "global" otherwise, but is scheduled to change in a future +- release. For the time being, adding instances outside of sections without +- specifying an explicit locality attribute is therefore deprecated. It is +- recommended to use "export" whenever possible. Use the attributes #[local], +- #[global] and #[export] depending on your choice. For example: "#[export] +- Instance Foo : Bar := baz." [deprecated-instance-without-locality,deprecated] +- +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq/theories Coq -R theories TypeInfer theories/Types.v) +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ + _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ - _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ <= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ < _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ >= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ > _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ <= _ <= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ < _ <= _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ <= _ < _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ < _ < _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 1, characters 0-43: +- Warning: Notation "_ * _" was already used in scope nat_scope. +- [notation-overridden,parsing] +- File "./theories/Types.v", line 416, characters 6-61: +- Warning: +- SSReflect: cannot obtain new equations out of +- (l = s ++ _x_) +- Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr] +- File "./theories/Types.v", line 448, characters 6-80: +- Warning: +- SSReflect: cannot obtain new equations out of +- (_s'_ = l ++ _x_) +- Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr] +- File "./theories/Types.v", line 450, characters 6-57: +- Warning: +- SSReflect: cannot obtain new equations out of +- (l = s ++ _x1_) +- Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr] +- File "./theories/Types.v", line 749, characters 2-68: +- Warning: +- SSReflect: cannot obtain new equations out of +- (l = _x_) +- Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr] +[ERROR] The compilation of coq-type-infer.0.1.0 failed at "dune build -p coq-type-infer -j 4 @install". +#=== ERROR while compiling coq-type-infer.0.1.0 ===============================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-type-infer.0.1.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-type-infer -j 4 @install +# exit-code 1 +# env-file ~/.opam/log/coq-type-infer-30974-6f5d0a.env +# output-file ~/.opam/log/coq-type-infer-30974-6f5d0a.out +### output ### +# SSReflect: cannot obtain new equations out of +# [...] +# Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr] +# File "./theories/Types.v", line 450, characters 6-57: +# Warning: +# SSReflect: cannot obtain new equations out of +# (l = s ++ _x1_) +# Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr] +# File "./theories/Types.v", line 749, characters 2-68: +# Warning: +# SSReflect: cannot obtain new equations out of +# (l = _x_) +# Did you write an extra [] in the intro pattern? [spurious-ssr-injection,ssr] +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-type-infer 0.1.0 ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +'opam install -y -v coq-type-infer.0.1.0 coq.8.17.0' failed. +
No files were installed.
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/typing-flags/1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/typing-flags/1.0.html index 30dbb913a4ba..cbce93052e48 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/typing-flags/1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/typing-flags/1.0.html @@ -55,7 +55,7 @@Total: 349 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/unimath/20230321.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/unimath/20230321.html index 0601b1a14998..da77ba0f6df0 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/unimath/20230321.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/unimath/20230321.html @@ -55,7 +55,7 @@# Packages matching: installed # Name # Installed # Synopsis @@ -134,7 +134,7 @@Install ๐
coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.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 @@ -172,8 +172,8 @@Install ๐
- --- making UniMath/AlgebraicGeometry/All.v - --- making UniMath/Paradoxes/All.v - --- making UniMath/Induction/All.v -- --- making UniMath/All.v - sed -e "s/@LOCAL@ /;;/" <UniMath/.dir-locals.el.in >UniMath/.dir-locals.el +- --- making UniMath/All.v - ulimit -v unlimited ; make -f build/CoqMakefile.make all - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-unimath.20230321' - COQDEP VFILES @@ -222,33 +222,36 @@Install ๐
- COQC UniMath/MoreFoundations/NullHomotopies.v - COQC UniMath/MoreFoundations/Equivalences.v - COQC UniMath/MoreFoundations/StructureIdentity.v -- COQC UniMath/Paradoxes/All.v -- COQC UniMath/MoreFoundations/Interval.v - COQC UniMath/Combinatorics/StandardFiniteSets.v -- COQC UniMath/CategoryTheory/Core/Categories.v +- COQC UniMath/Paradoxes/All.v - COQC UniMath/MoreFoundations/PathsOver.v - COQC UniMath/MoreFoundations/Nat.v - COQC UniMath/MoreFoundations/Propositions.v +- COQC UniMath/MoreFoundations/Interval.v - COQC UniMath/MoreFoundations/QuotientSet.v - COQC UniMath/MoreFoundations/Univalence.v - COQC UniMath/Combinatorics/MetricTree.v - COQC UniMath/SyntheticHomotopyTheory/Halfline.v -- COQC UniMath/CategoryTheory/Core/Isos.v -- COQC UniMath/Folds/from_precats_to_folds_and_back.v +- COQC UniMath/CategoryTheory/Core/Categories.v - COQC UniMath/MoreFoundations/Sets.v - COQC UniMath/MoreFoundations/MoreEquivalences.v - COQC UniMath/MoreFoundations/Subtypes.v -- COQC UniMath/MoreFoundations/AxiomOfChoice.v - COQC UniMath/MoreFoundations/NoInjectivePairing.v -- COQC UniMath/Combinatorics/Vectors.v - COQC UniMath/Combinatorics/Graph.v - COQC UniMath/Combinatorics/WellFoundedRelations.v - COQC UniMath/Combinatorics/BoundedSearch.v - COQC UniMath/Algebra/BinaryOperations.v +- COQC UniMath/CategoryTheory/Core/Isos.v +- COQC UniMath/Folds/from_precats_to_folds_and_back.v +- COQC UniMath/MoreFoundations/Orders.v +- COQC UniMath/MoreFoundations/AxiomOfChoice.v +- COQC UniMath/Combinatorics/Vectors.v +- COQC UniMath/Combinatorics/FiniteSets.v +- COQC UniMath/Combinatorics/CGraph.v - COQC UniMath/CategoryTheory/Core/Univalence.v - COQC UniMath/CategoryTheory/Core/TransportMorphisms.v - COQC UniMath/Folds/folds_isomorphism.v -- COQC UniMath/MoreFoundations/Orders.v +- COQC UniMath/MoreFoundations/All.v - COQC UniMath/Combinatorics/VectorsTests.v - COQC UniMath/Combinatorics/Lists.v - = f p (f q (f r b)) @@ -257,37 +260,33 @@Install ๐
- : A - = a,, b,, c,, d,, e,, tt - : vec A (3 + 2) -- COQC UniMath/Combinatorics/FiniteSets.v -- COQC UniMath/Combinatorics/CGraph.v -- COQC UniMath/Algebra/Universal/HVectors.v -- COQC UniMath/CategoryTheory/Core/Functors.v -- COQC UniMath/CategoryTheory/categories/setwith2binops.v -- COQC UniMath/CategoryTheory/categories/preorder_categories.v -- COQC UniMath/Folds/All.v -- COQC UniMath/MoreFoundations/All.v - COQC UniMath/Combinatorics/KFiniteTypes.v -- COQC UniMath/Combinatorics/GraphPaths.v - COQC UniMath/Combinatorics/OrderedSets.v - COQC UniMath/Combinatorics/Posets.v - COQC UniMath/Combinatorics/FiniteSequences.v -- COQC UniMath/Combinatorics/MoreLists.v - File "./UniMath/Combinatorics/OrderedSets.v", line 309, characters 0-62: - Warning: - New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet is ambiguous with existing - [underlyingOrderedSet; underlyingPoset; carrierofposet] : FiniteOrderedSet >-> hSet. - [ambiguous-paths,typechecker] +- COQC UniMath/Combinatorics/MoreLists.v - COQC UniMath/Algebra/Monoids.v - COQC UniMath/Algebra/Apartness.v -- COQC UniMath/Algebra/Universal/SortedTypes.v +- COQC UniMath/Algebra/Universal/HVectors.v - COQC UniMath/Algebra/Universal/Signatures.v - COQC UniMath/CategoryTheory/Core/TwoCategories.v +- COQC UniMath/CategoryTheory/Core/Functors.v +- COQC UniMath/CategoryTheory/categories/setwith2binops.v +- COQC UniMath/CategoryTheory/categories/abmonoids.v +- COQC UniMath/CategoryTheory/categories/preorder_categories.v - COQC UniMath/CategoryTheory/DaggerCategories/Categories.v +- COQC UniMath/Folds/All.v - COQC UniMath/Combinatorics/KFiniteSubtypes.v -- COQC UniMath/Combinatorics/Equivalence_Relations.v +- COQC UniMath/Combinatorics/GraphPaths.v - COQC UniMath/Combinatorics/WellOrderedSets.v +- COQC UniMath/Combinatorics/Tests.v - COQC UniMath/Algebra/Groups.v -- COQC UniMath/Algebra/Universal/Algebras.v -- COQC UniMath/Algebra/Universal/Terms.v +- COQC UniMath/Algebra/Universal/SortedTypes.v - COQC UniMath/Tactics/Monoids_Tactics.v - COQC UniMath/CategoryTheory/Core/NaturalTransformations.v - COQC UniMath/CategoryTheory/Core/Setcategories.v @@ -297,15 +296,15 @@Install ๐
- COQC UniMath/CategoryTheory/category_binops.v - COQC UniMath/CategoryTheory/LocalizingClass.v - COQC UniMath/CategoryTheory/UnderCategories.v -- COQC UniMath/CategoryTheory/categories/abmonoids.v +- COQC UniMath/CategoryTheory/categories/grs.v - COQC UniMath/CategoryTheory/categories/Graph.v - COQC UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesCurried.v - COQC UniMath/CategoryTheory/DaggerCategories/Unitary.v - COQC UniMath/CategoryTheory/DaggerCategories/Functors.v - COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/CurriedMonoidalCategories.v - COQC UniMath/Topology/Prelim.v +- COQC UniMath/Combinatorics/Equivalence_Relations.v - COQC UniMath/Combinatorics/ZFstructures.v -- COQC UniMath/Combinatorics/Tests.v - COQC UniMath/Algebra/FixedPointTheorems.v - File "./UniMath/Algebra/FixedPointTheorems.v", line 631, characters 2-10: - Warning: @@ -324,19 +323,27 @@Install ๐
- [ambiguous-paths,typechecker] - File "./UniMath/Algebra/FixedPointTheorems.v", line 726, characters 0-13: - Warning: -- New coercion path [Dir +- New coercion path [Directed_of_Directed_hsubtype; directed_f [...] truncated -COQC UniMath/SubstitutionSystems/SimplifiedHSS/CCS.v -- COQC UniMath/SubstitutionSystems/CCS_alt.v -- COQC UniMath/SubstitutionSystems/SimplifiedHSS/CCS_alt.v -- COQC UniMath/SubstitutionSystems/PCF_alt.v -- COQC UniMath/SubstitutionSystems/SimplifiedHSS/PCF_alt.v +egories/Limits/EilenbergMooreObjects.v +- COQC UniMath/Bicategories/Limits/EilenbergMooreComonad.v +- COQC UniMath/Bicategories/Monads/Examples/MonadsInStructuredCategories.v +- COQC UniMath/Bicategories/Colimits/Examples/BicatOfCatsColimits.v +- COQC UniMath/Bicategories/DisplayedBicats/DispBuilders.v +- COQC UniMath/Bicategories/DisplayedBicats/CleavingOfBicatIsAProp.v +- COQC UniMath/Bicategories/DisplayedBicats/CartesianPseudoFunctor.v +- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/TrivialCleaving.v +- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/FunctorFromCleaving.v +- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/TrivialFiber.v +- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/SliceFiber.v +- COQC UniMath/Bicategories/Logic/ComprehensionBicat.v +- COQC UniMath/SubstitutionSystems/ActionScenarioForGenMendlerIteration_alt.v +- COQC UniMath/SubstitutionSystems/EquivalenceSignaturesWithActegoryMorphisms.v +- COQC UniMath/SubstitutionSystems/EquivalenceLaxLineatorsHomogeneousCase.v +- COQC UniMath/SubstitutionSystems/ConstructionOfGHSS.v - COQC UniMath/SubstitutionSystems/ContinuitySignature/ContinuityOfMultiSortedSigToFunctor.v -- COQC UniMath/CategoryTheory/Actegories/ProductsInActegories.v -- COQC UniMath/CategoryTheory/Actegories/CoproductsInActegories.v -- COQC UniMath/Bicategories/DisplayedBicats/Examples/Monads.v +- COQC UniMath/CategoryTheory/Actegories/Examples/SelfActionInCATElementary.v - COQC UniMath/Bicategories/Monads/Examples/MonadsInBicatOfEnrichedCats.v -- COQC UniMath/Bicategories/Monads/DistributiveLaws.v - COQC UniMath/Bicategories/Monads/MixedDistributiveLaws.v - COQC UniMath/Bicategories/Monads/Examples/MonadsInMonads.v - COQC UniMath/Bicategories/Monads/Examples/Composition.v @@ -346,37 +353,35 @@Install ๐
- COQC UniMath/Bicategories/Limits/Examples/BicatOfEnrichedCatsLimits.v - COQC UniMath/Bicategories/Limits/Examples/OpCellBicatLimits.v - COQC UniMath/Bicategories/Limits/Examples/TotalBicategoryLimits.v +- COQC UniMath/Bicategories/Morphisms/Monadic.v +- COQC UniMath/Bicategories/Morphisms/Eso.v +- COQC UniMath/Bicategories/Morphisms/Properties/ClosedUnderPullback.v - COQC UniMath/Bicategories/Limits/Examples/OpMorBicatLimits.v +- COQC UniMath/Bicategories/Colimits/Examples/OpCellBicatColimits.v - COQC UniMath/Bicategories/Colimits/Examples/BicatOfUnivCatsColimits.v - COQC UniMath/Bicategories/Objects/Examples/BicatOfUnivCatsObjects.v - COQC UniMath/Bicategories/DisplayedBicats/Examples/MonadKtripleBiequiv.v +- COQC UniMath/Bicategories/DisplayedBicats/Examples/PointedGroupoid.v +- COQC UniMath/Bicategories/PseudoFunctors/Examples/LiftingActegories.v +- COQC UniMath/Bicategories/Logic/DisplayMapBicat.v - COQC UniMath/Bicategories/Logic/Examples/TrivialComprehensionBicat.v - COQC UniMath/Bicategories/Logic/Examples/PullbackComprehensionBicat.v - COQC UniMath/Bicategories/Logic/Examples/FibrationsComprehensionBicat.v - COQC UniMath/Bicategories/Logic/Examples/OpfibrationsComprehensionBicat.v +- COQC UniMath/Bicategories/OtherStructure/Cores.v - COQC UniMath/Bicategories/RezkCompletions/RezkCompletionOfBicategory.v -- COQC UniMath/SubstitutionSystems/GeneralizedSubstitutionSystems.v +- COQC UniMath/SubstitutionSystems/BindingSigToMonad_actegorical.v - COQC UniMath/SubstitutionSystems/ContinuitySignature/MultiSortedSignatureFunctorEquivalence.v -- COQC UniMath/CategoryTheory/Actegories/Examples/ActionOfEndomorphismsInCATElementary.v -- COQC UniMath/CategoryTheory/Actegories/ConstructionOfActegoryMorphisms.v +- COQC UniMath/CategoryTheory/All.v +- File "./UniMath/CategoryTheory/All.v", line 210, characters 0-65: +- Warning: +- New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing +- [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. +- [ambiguous-paths,typechecker] - COQC UniMath/Bicategories/Limits/Examples/DispConstructionsLimits.v - COQC UniMath/Bicategories/Limits/Examples/SubbicatLimits.v - COQC UniMath/Bicategories/MonoidalCategories/BicatOfWhiskeredMonCatsFinalObject.v -- COQC UniMath/Bicategories/Morphisms/Monadic.v - COQC UniMath/Bicategories/MonoidalCategories/BicatOfActegoriesFinalObject.v -- COQC UniMath/Bicategories/Morphisms/Eso.v -- COQC UniMath/Bicategories/Morphisms/Properties/ClosedUnderPullback.v -- COQC UniMath/Bicategories/Colimits/Examples/OpCellBicatColimits.v -- COQC UniMath/Bicategories/PseudoFunctors/Examples/LiftingActegories.v -- COQC UniMath/Bicategories/Logic/DisplayMapBicat.v -- COQC UniMath/Bicategories/OtherStructure/Cores.v -- COQC UniMath/SubstitutionSystems/ActionScenarioForGenMendlerIteration_alt.v -- COQC UniMath/SubstitutionSystems/EquivalenceLaxLineatorsHomogeneousCase.v -- COQC UniMath/SubstitutionSystems/SigmaMonoids.v -- COQC UniMath/SubstitutionSystems/ContinuitySignature/InstantiateHSET.v -- COQC UniMath/CategoryTheory/Actegories/Examples/SelfActionInCATElementary.v -- COQC UniMath/Bicategories/MonoidalCategories/ActionOfEndomorphismsInBicatWhiskered.v -- COQC UniMath/Bicategories/Limits/Examples/LimitsStructuredCategories.v - COQC UniMath/Bicategories/Morphisms/Properties/EsoProperties.v - COQC UniMath/Bicategories/Morphisms/Examples/MorphismsInOneTypes.v - COQC UniMath/Bicategories/Morphisms/Examples/EsosInBicatOfUnivCats.v @@ -384,32 +389,25 @@Install ๐
- COQC UniMath/Bicategories/Colimits/Examples/OneTypesColimits.v - COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayMapBicatToDispBicat.v - COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayMapBicatSlice.v -- COQC UniMath/SubstitutionSystems/EquivalenceSignaturesWithActegoryMorphisms.v -- COQC UniMath/SubstitutionSystems/ConstructionOfGHSS.v -- COQC UniMath/CategoryTheory/All.v -- File "./UniMath/CategoryTheory/All.v", line 210, characters 0-65: -- Warning: -- New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing -- [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. -- [ambiguous-paths,typechecker] -- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/DisplayMapBicatCleaving.v +- COQC UniMath/SubstitutionSystems/ContinuitySignature/InstantiateHSET.v +- COQC UniMath/SubstitutionSystems/MultiSorted_actegorical.v +- COQC UniMath/Bicategories/Limits/Examples/LimitsStructuredCategories.v - COQC UniMath/Bicategories/PseudoFunctors/Examples/PullbackFunctor.v - COQC UniMath/Bicategories/Limits/Examples/DisplayMapSliceLimits.v - COQC UniMath/Bicategories/Colimits/Examples/DisplayMapSliceColimits.v -- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/DisplayMapFiber.v -- COQC UniMath/Bicategories/Logic/Examples/DisplayMapComprehensionBicat.v -- COQC UniMath/Bicategories/Logic/Examples/FunctorsIntoCatComprehensionBicat.v - COQC UniMath/Bicategories/OtherStructure/ClassifyingDiscreteOpfib.v -- COQC UniMath/Bicategories/OtherStructure/Exponentials.v -- COQC UniMath/SubstitutionSystems/BindingSigToMonad_actegorical.v +- COQC UniMath/SubstitutionSystems/MultiSortedMonadConstruction_actegorical.v +- COQC UniMath/SubstitutionSystems/MultiSortedMonadConstruction_coind_actegorical.v +- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/DisplayMapBicatCleaving.v +- COQC UniMath/Bicategories/Logic/Examples/FunctorsIntoCatComprehensionBicat.v - COQC UniMath/Bicategories/PseudoFunctors/Examples/CompositionPseudoFunctor.v - COQC UniMath/Bicategories/PseudoFunctors/Preservation/PullbackPreservation.v +- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/DisplayMapFiber.v +- COQC UniMath/Bicategories/Logic/Examples/DisplayMapComprehensionBicat.v +- COQC UniMath/Bicategories/OtherStructure/Exponentials.v +- COQC UniMath/SubstitutionSystems/MultiSortedEmbeddingIndCoindHSET.v - COQC UniMath/Bicategories/OtherStructure/Examples/StructureBicatOfUnivCats.v - COQC UniMath/Bicategories/OtherStructure/Examples/StructureOneTypes.v -- COQC UniMath/SubstitutionSystems/MultiSorted_actegorical.v -- COQC UniMath/SubstitutionSystems/MultiSortedMonadConstruction_actegorical.v -- COQC UniMath/SubstitutionSystems/MultiSortedMonadConstruction_coind_actegorical.v -- COQC UniMath/SubstitutionSystems/MultiSortedEmbeddingIndCoindHSET.v - COQC UniMath/SubstitutionSystems/All.v - COQC UniMath/Bicategories/All.v - COQC UniMath/All.v @@ -453,8 +451,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-unimath.20230321 # command ~/.opam/opam-init/hooks/sandbox.sh install make BUILD_COQ=no install # exit-code 2 -# env-file ~/.opam/log/coq-unimath-31904-48588c.env -# output-file ~/.opam/log/coq-unimath-31904-48588c.out +# env-file ~/.opam/log/coq-unimath-14858-e55857.env +# output-file ~/.opam/log/coq-unimath-14858-e55857.out ### output ### # ulimit -v unlimited ; make -f build/CoqMakefile.make all # make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-unimath.20230321' diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/unimath/20231010.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/unimath/20231010.html index 6123e2d59c50..4223092b8758 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/unimath/20231010.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/unimath/20231010.html @@ -3,7 +3,7 @@ -unimath: Error with dependencies ๐ +unimath: Not compatible ๐ผ @@ -39,11 +39,29 @@unimath 20231010 - Error with dependencies ๐ + Not compatible ๐ผ
Context
-+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: "The UniMath Development Team" @@ -56,7 +74,7 @@Context
install: [make "BUILD_COQ=no" "install"] depends: [ "ocaml" - "coq" {>= "8.16.1"} + "coq" {(>= "8.16.1" & < "8.17~") | >= "8.18"} ] synopsis: "Library of Univalent Mathematics" url { @@ -75,13 +93,29 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-unimath.20231010 coq.
opam install -y --show-action coq-unimath.20231010 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq = 8.17.0 + - coq-unimath >= 20231010 -> coq (< 8.17~ | >= 8.18) + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-unimath >= 20231010 -> coq (< 8.17~ | >= 8.18) -> 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-unimath >= 20231010 -> coq (< 8.17~ | >= 8.18) -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-unimath >= 20231010 -> coq (< 8.17~ | >= 8.18) + * Missing dependency: + - coq-unimath >= 20231010 -> coq (< 8.17~ | >= 8.18) -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -89,13 +123,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-unimath.20231010
Fatal error: -Out of memory -Fatal error: -Out of memory -
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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: [ @@ -114,13 +132,26 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-validsdp.1.0.1 coq.
opam install -y --show-action coq-validsdp.1.0.1 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-validsdp = 1.0.1 -> coq < 8.17~ -> 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-validsdp = 1.0.1 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-validsdp = 1.0.1 -> coq < 8.17~ + * Missing dependency: + - coq-validsdp = 1.0.1 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.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:
@@ -128,13 +159,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-validsdp.1.0.1
Fatal error: -Out of memory -Fatal error: -Out of memory -
opam install -y --show-action coq-validsdp.1.0.2 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). -[ERROR] Package conflict! - * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 - - coq-validsdp >= 1.0.2 -> osdp >= 1.0 -> ocaml < 5.0.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-validsdp >= 1.0.2 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-base-compiler < 3.07+1 - * Missing dependency: - - coq-validsdp >= 1.0.2 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-variants >= 3.09.2 -> 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-validsdp.1.0.2
true
true
opam list; echo; timeout 4h opam install -y --deps-only coq-validsdp.1.0.2 coq.8.17.0
true
opam list; echo; timeout 4h opam install -y -v coq-validsdp.1.0.2 coq.8.17.0
# Packages matching: installed +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-csdp 1 Virtual package relying on a CSDP binary system installation +conf-g++ 1.0 Virtual package relying on the g++ compiler (for C++) +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq 8.17.0 The Coq Proof Assistant +coq-bignums 9.0.0+coq8.17 Bignums, the Coq library of arbitrarily large numbers +coq-coqeal 1.1.3 CoqEAL - The Coq Effective Algebra Library +coq-coquelicot 3.4.1 A Coq formalization of real analysis compatible with the standard library +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi 1.18.0 Elpi extension language for Coq +coq-flocq 4.1.4 A formalization of floating-point arithmetic for the Coq system +coq-hierarchy-builder 1.6.0 High level commands to declare and evolve a hierarchy based on packed classes +coq-interval 4.9.0 A Coq tactic for proving bounds on real-valued expressions automatically +coq-libvalidsdp 1.0.2 LibValidSDP +coq-mathcomp-algebra 1.17.0 Mathematical Components Library on Algebra +coq-mathcomp-analysis 0.6.5 An analysis library for mathematical components +coq-mathcomp-bigenough 1.0.1 A small library to do epsilon - N reasoning +coq-mathcomp-classical 0.6.5 A library for classical logic for mathematical components +coq-mathcomp-field 1.17.0 Mathematical Components Library on Fields +coq-mathcomp-fingroup 1.17.0 Mathematical Components Library on finite groups +coq-mathcomp-finmap 1.5.2 Finite sets, finite maps, finitely supported functions +coq-mathcomp-multinomials 1.6.0 A Multivariate polynomial Library for the Mathematical Components Library +coq-mathcomp-real-closed 1.1.4 Mathematical Components Library on real closed fields +coq-mathcomp-solvable 1.17.0 Mathematical Components Library on finite groups (II) +coq-mathcomp-ssreflect 1.17.0 Small Scale Reflection +coq-paramcoq 1.1.3+coq8.17 Plugin for generating parametricity statements to perform refinement proofs +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.17.4 ELPI - Embeddable ฮปProlog Interpreter +logs 0.7.0 Logging infrastructure for OCaml +menhir 20231231 An LR(1) parser generator +menhirCST 20231231 Runtime support library for parsers generated by Menhir +menhirLib 20231231 Runtime support library for parsers generated by Menhir +menhirSdk 20231231 Compile-time library for auxiliary tools related to Menhir +num 1.5 The legacy Num library for arbitrary-precision integer and rational arithmetic +ocaml 5.0.0 The OCaml compiler (virtual package) +ocaml-base-compiler 5.0.0 Official release 5.0.0 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +ocaml-config 3 OCaml Switch Configuration +ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled +ocamlbuild 0.14.3 OCamlbuild is a build system with builtin rules to easily build most OCaml projects +ocamlfind 1.9.6 A library manager for OCaml +ocplib-simplex 0.5 A library implementing a simplex algorithm, in a functional style, for solving systems of linear inequalities and optimizing linear objective functions +osdp 1.1.1 OCaml Interface to SDP solvers +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +topkg 1.0.7 The transitory OCaml software packager +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is 8.17.0). +The following actions will be performed: + - install coq-validsdp 1.0.2 +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +Processing 1/3: [coq-validsdp.1.0.2: http] +Processing 1/3: +-> retrieved coq-validsdp.1.0.2 (https://github.com/validsdp/validsdp/releases/download/v1.0.2/validsdp-1.0.2.tar.gz) +Processing 2/3: [coq-validsdp: sh] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "./configure" (CWD=/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-validsdp.1.0.2) +- checking for ocamlc... ocamlc +- checking for coqc... coqc +- checking Coq version... 8.17.0 +- checking for ocamlfind... ocamlfind +- checking for Ltac2... yes +- checking for Mathcomp... +- yes +- checking for Mathcomp Analysis... +- yes +- checking for Flocq... +- yes +- checking for Coq-interval... +- yes +- checking for Multinomials... +- File "./conftest.v", line 1, characters 47-101: +- Warning: Notation "[ multinom _ | _ < _ ]" was already used in scope +- form_scope. [notation-overridden,parsing] +- yes +- checking for CoqEAL... +- yes +- checking for OSDP... yes +- checking for coq-bignums... +- yes +- checking for libValidSDP... +- yes +- checking for sdpa... no +- configure: Optional dependency sdpa was not found. +- configure: creating ./config.status +- config.status: creating Makefile +- config.status: creating Makefile.coq.local +- config.status: creating _CoqProject +- config.status: creating plugins/soswitness/theories/soswitness_plugin.v +- +- Now run 'make && make install' to build and install ValidSDP 1.0.2 +- (or run 'make help' to get for more info on the available rules) +- +Processing 2/3: [coq-validsdp: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-validsdp.1.0.2) +- rm -f plugins/soswitness/src/soswitness.mlg +- cp -f -- plugins/soswitness/src/soswitness_v816.mlg plugins/soswitness/src/soswitness.mlg +- chmod a-w plugins/soswitness/src/soswitness.mlg +- if [ "xno" = "xyes" ] ; then \ +- ocamlfind query zarith >/dev/null ; \ +- ocamlfind query ocplib-simplex >/dev/null ; \ +- ocamlfind query osdp >/dev/null ; \ +- /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coq_makefile \ +- -I "/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/zarith" \ +- -I "/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/ocplib-simplex" \ +- -I "/home/bench/.opam/ocaml-base-compiler.5.0.0/lib/osdp" \ +- -I /home/bench/.opam/ocaml-base-compiler.5.0.0/lib/coq-core/plugins/ltac2 \ +- -f _CoqProject -o Makefile.coq ; \ +- else /home/bench/.opam/ocaml-base-compiler.5.0.0/bin/coq_makefile -f _CoqProject -o Makefile.coq ; fi +- # FIXME: This sed hack is fragile (if we do "make -B" for example) +- sed -e 's/-shared -o $@ $</-shared -o $@ ocplibSimplex.cmxa osdp.cmxa $</' -i Makefile.coq +- make -f Makefile.coq all +- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-validsdp.1.0.2' +- COQDEP VFILES +- COQPP plugins/soswitness/src/soswitness.mlg +- OCAMLLIBDEP plugins/soswitness/src/soswitness.mllib +- CAMLDEP plugins/soswitness/src/soswitness.ml +- CAMLOPT -c plugins/soswitness/src/soswitness.ml +- COQC theories/misc.v +- COQC theories/iteri_ord.v +- CAMLOPT -a -o plugins/soswitness/src/soswitness.cmxa +- CAMLOPT -shared -o plugins/soswitness/src/soswitness.cmxs +- File "_none_", line 1: +- Error: Cannot find file ocplibSimplex.cmxa +- make[2]: *** [Makefile.coq:748: plugins/soswitness/src/soswitness.cmxs] Error 2 +- make[2]: *** Waiting for unfinished jobs.... +- File "./theories/misc.v", line 32, characters 55-63: +- Warning: Notation lt_0_neq is deprecated since 8.16. +- The Arith.Lt file is obsolete. Use the bidirectional version Nat.neq_0_lt_0 (together with Nat.neq_sym) instead. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 41, characters 20-29: +- Warning: Notation Rinv_Rdiv is deprecated since 8.16. Use Rinv_div. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 41, characters 20-29: +- Warning: Notation Rinv_Rdiv is deprecated since 8.16. Use Rinv_div. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 41, characters 20-29: +- Warning: Notation Rinv_Rdiv is deprecated since 8.16. Use Rinv_div. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 42, characters 54-70: +- Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 42, characters 54-70: +- Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 42, characters 54-70: +- Warning: Notation Ropp_inv_permute is deprecated since 8.16. Use Rinv_opp. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 43, characters 10-19: +- Warning: Notation Rinv_Rdiv is deprecated since 8.16. Use Rinv_div. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 43, characters 10-19: +- Warning: Notation Rinv_Rdiv is deprecated since 8.16. Use Rinv_div. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 43, characters 10-19: +- Warning: Notation Rinv_Rdiv is deprecated since 8.16. Use Rinv_div. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 50, characters 51-66: +- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 50, characters 51-66: +- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult. +- [deprecated-syntactic-definition,deprecated] +- File "./theories/misc.v", line 50, characters 51-66: +- Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult. +- [deprecated-syntactic-definition,deprecated] +- make[1]: *** [Makefile.coq:409: all] Error 2 +- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-validsdp.1.0.2' +- make: *** [Makefile:25: all] Error 2 +[ERROR] The compilation of coq-validsdp.1.0.2 failed at "make -j4". +#=== ERROR while compiling coq-validsdp.1.0.2 =================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-validsdp.1.0.2 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 +# exit-code 2 +# env-file ~/.opam/log/coq-validsdp-23029-6f0411.env +# output-file ~/.opam/log/coq-validsdp-23029-6f0411.out +### output ### +# [...] +# File "./theories/misc.v", line 50, characters 51-66: +# Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult. +# [deprecated-syntactic-definition,deprecated] +# File "./theories/misc.v", line 50, characters 51-66: +# Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult. +# [deprecated-syntactic-definition,deprecated] +# File "./theories/misc.v", line 50, characters 51-66: +# Warning: Notation Rinv_mult_distr is deprecated since 8.16. Use Rinv_mult. +# [deprecated-syntactic-definition,deprecated] +# make[1]: *** [Makefile.coq:409: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.0.0/.opam-switch/build/coq-validsdp.1.0.2' +# make: *** [Makefile:25: all] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-validsdp 1.0.2 ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +'opam install -y -v coq-validsdp.1.0.2 coq.8.17.0' failed. +
No files were installed.
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/vcfloat/2.1.1.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/vcfloat/2.1.1.html index c0d863d898d0..7294baf7ce1f 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/vcfloat/2.1.1.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/vcfloat/2.1.1.html @@ -55,7 +55,7 @@[NOTE] Package coq is already installed (current version is 8.17.0). [ERROR] Package conflict! - * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler = 5.0.0 - - coq-vcfloat < 2.1.1 -> coq-compcert >= 3.11 -> ocaml < 5~ -> ocaml-base-compiler < 4.12.1~ - You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 - - coq-vcfloat < 2.1.1 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 + - coq-vcfloat < 2.1.1 -> coq-compcert >= 3.11 -> ocaml < 5~ + 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-vcfloat < 2.1.1 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp - coq-vcfloat < 2.1.1 -> coq-compcert >= 3.11 -> coq < 8.17~ * Missing dependency: - - coq-vcfloat < 2.1.1 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> ocaml-beta + - coq-vcfloat < 2.1.1 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.1 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
Total: 26 M
diff --git a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/void/0.1.0.html b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/void/0.1.0.html index 61784620fdfc..dd4301c190f8 100644 --- a/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/void/0.1.0.html +++ b/clean/Linux-x86_64-5.0.0-2.1.5/released/8.17.0/void/0.1.0.html @@ -55,7 +55,7 @@[NOTE] Package coq is already installed (current version is 8.17.0). [ERROR] Package conflict! - * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler = 5.0.0 - - coq-vst-lib < 2.13 -> coq-compcert >= 3.11 -> ocaml < 5~ -> ocaml-base-compiler < 4.12.1~ - You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 - - coq-vst-lib < 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 + - coq-vst-lib < 2.13 -> coq-compcert >= 3.11 -> ocaml < 5~ + 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-vst-lib < 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp - coq-vst-lib < 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ * Missing dependency: - - coq-vst-lib < 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> ocaml-beta + - coq-vst-lib < 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.1 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is 8.17.0). [ERROR] Package conflict! - * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler = 5.0.0 - - coq-vst-lib >= 2.13 -> coq-compcert >= 3.11 -> ocaml < 5~ -> ocaml-base-compiler < 4.12.1~ - You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 - - coq-vst-lib >= 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 + - coq-vst-lib >= 2.13 -> coq-compcert >= 3.11 -> ocaml < 5~ + 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-vst-lib >= 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp - coq-vst-lib >= 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ * Missing dependency: - - coq-vst-lib >= 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> ocaml-beta + - coq-vst-lib >= 2.13 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.1 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is 8.17.0). [ERROR] Package conflict! - * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler = 5.0.0 - - coq-wasm < 0.2 -> coq-compcert >= 3.11 -> ocaml < 5~ -> ocaml-base-compiler < 4.12.1~ - You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 - - coq-wasm < 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 + - coq-wasm < 0.2 -> coq-compcert >= 3.11 -> ocaml < 5~ + 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-wasm < 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp - coq-wasm < 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ * Missing dependency: - - coq-wasm < 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> ocaml-beta + - coq-wasm < 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.1 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is 8.17.0). [ERROR] Package conflict! - * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler = 5.0.0 - - coq-wasm >= 0.2 -> coq-compcert >= 3.11 -> ocaml < 5~ -> ocaml-base-compiler < 4.12.1~ - You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 - - coq-wasm >= 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 + - coq-wasm >= 0.2 -> coq-compcert >= 3.11 -> ocaml < 5~ + 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-wasm >= 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.09.0 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp - coq-wasm >= 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ * Missing dependency: - - coq-wasm >= 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> ocaml-beta + - coq-wasm >= 0.2 -> coq-compcert >= 3.11 -> coq < 8.17~ -> ocaml < 4.02.0 -> ocaml-variants >= 4.00.1 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
+# 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.17.0 The Coq Proof Assistant +coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library +coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server +dune 3.14.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" synopsis: "Yalla library" @@ -94,13 +112,26 @@Dry install ๐๏ธ
Dry install with the current Coq version:
opam install -y --show-action coq-yalla.2.0.3 coq.
opam install -y --show-action coq-yalla.2.0.3 coq.8.17.0
opam: PACKAGES... arguments: Invalid character in package name "coq." -Usage: opam install [OPTION]... [PACKAGES]... -Try `opam install --help' or `opam --help' for more information. +
[NOTE] Package coq is already installed (current version is 8.17.0). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 + - coq-yalla = 2.0.3 -> coq < 8.16 -> 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-yalla = 2.0.3 -> coq < 8.16 -> ocaml < 4.02.0 -> ocaml-base-compiler = 3.07+1 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.0.0 -> base-nnp + - coq-yalla = 2.0.3 -> coq < 8.16 + * Missing dependency: + - coq-yalla = 2.0.3 -> coq < 8.16 -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> 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:
@@ -108,13 +139,7 @@opam remove -y coq; opam install -y --show-action --unlock-base coq-yalla.2.0.3
Fatal error: -Out of memory -Fatal error: -Out of memory -
Linux, x86_64, OCaml 5.0.0, Opam 2.1.5
The summary column gives the worst case for each row. Colors:
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.13.0 -> ocaml < 4.12 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-aac-tactics = 8.13.0 -> ocaml < 4.12 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.13.0 -> ocaml < 4.12 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-aac-tactics = 8.13.0 -> ocaml < 4.12 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.13.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.13.1.html index ce73b786a58e..112049432fd5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.13.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.13.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.13.1 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.13.1 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.13.1 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.13.1 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.13.1 -> coq < 8.14~ * Missing dependency: - coq-aac-tactics = 8.13.1 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.13.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.13.2.html index ed64c981d26d..a0cd14c818b9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.13.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.13.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.13.2 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.13.2 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.13.2 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.13.2 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.13.2 -> coq < 8.14~ * Missing dependency: - coq-aac-tactics = 8.13.2 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.14.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.14.0.html index fba1e0039c91..c36210fa2850 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.14.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.14.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.14.0 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.14.0 -> coq < 8.15~ * Missing dependency: - coq-aac-tactics = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.14.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.14.1.html index a10175ad2d1e..2b05d4d96109 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.14.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.14.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.14.1 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.14.1 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.14.1 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.14.1 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.14.1 -> coq < 8.15~ * Missing dependency: - coq-aac-tactics = 8.14.1 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.15.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.15.0.html index 27b1acee8a8e..95916173afed 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.15.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.15.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.15.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.15.0 -> coq < 8.16~ * Missing dependency: - coq-aac-tactics = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.15.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.15.1.html index 8b8adc18b55c..b85612bf7362 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.15.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.15.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.15.1 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.15.1 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.15.1 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.15.1 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.15.1 -> coq < 8.16~ * Missing dependency: - coq-aac-tactics = 8.15.1 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.16.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.16.0.html index c6b61414bc88..4bf09c790b8a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.16.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.16.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.16.0 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.16.0 -> coq < 8.17~ * Missing dependency: - coq-aac-tactics = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.17.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.17.0.html index 4968fc20f3b8..f18f936790bc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.17.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.17.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.17.0 -> coq < 8.18 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.17.0 -> coq < 8.18 * Missing dependency: - coq-aac-tactics = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.18.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.18.0.html index 06c46551e500..c1a6312868fa 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.18.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.18.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.18.0 -> coq < 8.19 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.18.0 -> coq < 8.19 -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.18.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.18.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.18.0 -> coq < 8.19 * Missing dependency: - coq-aac-tactics = 8.18.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.19.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.19.0.html index b852d318ace0..ce3b97638a47 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.19.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.19.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.19.0 -> coq < 8.20 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.19.0 -> coq < 8.20 -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.19.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.19.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-aac-tactics = 8.19.0 -> coq < 8.20 * Missing dependency: - coq-aac-tactics = 8.19.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.5.0.html index 0fcf2cf75abe..cf093ab090ed 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics < 8.5.1 -> coq < 8.6 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics < 8.5.1 -> coq < 8.6 -> ocaml < 4.05.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.1.1 - - coq-aac-tactics < 8.5.1 -> coq < 8.6 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics < 8.5.1 -> coq < 8.6 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-aac-tactics < 8.5.1 -> coq < 8.6 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.5.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.5.1.html index 550d9c9d0575..5dc24ed857b7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.5.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.5.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.5.1 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.5.1 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.5.1 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.5.1 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-aac-tactics = 8.5.1 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.6.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.6.1.html index fd9ece1e44cb..c9c2602385b4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.6.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.6.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.6.1 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.6.1 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.6.1 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.6.1 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-aac-tactics = 8.6.1 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.8.0.html index fcdb682b53a9..e82ec196ca9d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-aac-tactics = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.9.0.html index 5fa391374e47..13287a39475e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
- coq >= dev - coq-aac-tactics = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-aac-tactics = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-aac-tactics = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-aac-tactics = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-aac-tactics = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/dev.html index f3daf7f6fedf..0c509b096369 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/aac-tactics/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -159,7 +159,7 @@Installation size
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AAC_tactics/Utils.glob
../ocaml-base-compiler.5.1.1/lib/coq-aac-tactics/aac_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-aac-tactics/aac_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AAC_tactics/Caveats.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AAC_tactics/Caveats.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AAC_tactics/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AAC_tactics/Tutorial.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AAC_tactics/Caveats.v
# Packages matching: installed # Name # Installed # Synopsis @@ -140,7 +140,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -165,13 +165,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -182,76 +182,76 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-paramcoq.dev (git+https://github.com/coq-community/paramcoq.git) -> installed coq-paramcoq.dev --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 +-> installed result.1.5 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed stdlib-shims.0.3.0 -> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> installed sexplib0.v0.16.0 -> installed menhirLib.dev +-> installed yojson.2.1.2 -> installed menhirSdk.dev +-> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-3795-ea1c16.env -# output-file ~/.opam/log/coq-elpi-3795-ea1c16.out +# env-file ~/.opam/log/coq-elpi-11423-52b10b.env +# output-file ~/.opam/log/coq-elpi-11423-52b10b.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -268,14 +268,14 @@Install dependencies
| - install coq-paramcoq dev | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -285,7 +285,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130102816.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224134624.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -138,7 +138,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -163,13 +163,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -179,77 +179,77 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved coq-paramcoq.dev (git+https://github.com/coq-community/paramcoq.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed coq-paramcoq.dev --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed seq.base --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed re.1.11.0 +-> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed re.1.11.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev -> installed menhirSdk.dev +-> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev -> installed atd.2.15.0 +-> installed ppx_deriving.5.2.1 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-3848-0f4a22.env -# output-file ~/.opam/log/coq-elpi-3848-0f4a22.out +# env-file ~/.opam/log/coq-elpi-2830-7b9dbb.env +# output-file ~/.opam/log/coq-elpi-2830-7b9dbb.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -266,14 +266,14 @@Install dependencies
| - install coq-paramcoq dev | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -283,7 +283,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128000919.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224113604.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -154,7 +154,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -191,35 +191,35 @@Install dependencies
-> installed coq-cunit.1.0.0 -> installed coq-error-handlers.1.2.0 -> installed coq-function-ninjas.1.0.0 --> retrieved coq-mi-cho-coq.dev (git+https://gitlab.com/nomadic-labs/mi-cho-coq.git#master) -> installed coq-list-plus.1.1.0 +-> retrieved coq-mi-cho-coq.dev (git+https://gitlab.com/nomadic-labs/mi-cho-coq.git#master) -> retrieved coq-ott.dev (git+https://github.com/ott-lang/ott.git#master) --> installed coq-list-string.2.1.2 [ERROR] The compilation of coq-ott.dev failed at "make -j4 -C coq". +-> installed coq-list-string.2.1.2 -> installed coq-moment.1.2.1 -> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) --> retrieved ocamlgraph.2.1.0 (https://opam.ocaml.org/cache) -> retrieved ott.0.33 (https://opam.ocaml.org/cache) +-> retrieved ocamlgraph.2.1.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed coq-menhirlib.dev -> installed ocamlgraph.2.1.0 --> installed ocamlbuild.0.14.3 --> installed ott.0.33 -> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ott.0.33 +-> installed ocamlbuild.0.14.3 -> installed menhir.dev #=== ERROR while compiling coq-ott.dev ========================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-ott.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -C coq # exit-code 2 -# env-file ~/.opam/log/coq-ott-7775-15172d.env -# output-file ~/.opam/log/coq-ott-7775-15172d.out +# env-file ~/.opam/log/coq-ott-26968-510eab.env +# output-file ~/.opam/log/coq-ott-26968-510eab.out ### output ### # [...] # COQC ott_list_eq_dec.v @@ -257,7 +257,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201050924.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223123312.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-approx-models.1.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-approx-models.1.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-autoconf 0.1 Virtual package relying on autoconf installation +conf-g++ 1.0 Virtual package relying on the g++ compiler (for C++) +conf-gmp 4 Virtual package relying on a GMP lib system installation +conf-which 1 Virtual package relying on which +coq dev The Coq Proof Assistant +coq-bignums dev Bignums, the Coq library of arbitrary large numbers +coq-coquelicot dev A Coq formalization of real analysis compatible with the standard library. +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-flocq dev A floating-point formalization for the Coq system +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-interval dev A Coq tactic for proving bounds on real-valued expressions automatically +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install coq-flocq dev - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install conf-g++ 1.0 - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install stdlib-shims 0.3.0 - - install menhirLib dev - - install coq-bignums dev - - install menhirSdk dev - - install result 1.5 - - install conf-which 1 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install yojson 2.1.2 - - install re 1.11.0 - - install menhir dev - - install conf-autoconf 0.1 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-coquelicot dev - - install coq-interval dev -===== 33 to install ===== + - install coq-approx-models 1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> installed conf-g++.1.0 --> installed conf-which.1 --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed conf-autoconf.0.1 --> installed camlp-streams.5.0.1 --> retrieved coq-coquelicot.dev (git+https://gitlab.inria.fr/coquelicot/coquelicot.git) --> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed cmdliner.1.2.0 --> retrieved coq-flocq.dev (git+https://gitlab.inria.fr/flocq/flocq.git#master) --> retrieved coq-interval.dev (git+https://gitlab.inria.fr/coqinterval/interval.git/#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed coq-bignums.dev --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed re.1.11.0 --> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed coq-flocq.dev --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-approx-models.1.0: http] +Processing 1/3: +-> retrieved coq-approx-models.1.0 (https://gitlab.inria.fr/amahboub/approx-models/-/archive/v1.0/approx-models-v1.0.tar.bz2) +Processing 2/3: [coq-approx-models: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-approx-models.1.0) +- coq_makefile -f _CoqProject -o Makefile.coq +- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-approx-models.1.0' +- COQDEP VFILES +- COQC posreal_complements.v +- COQC div.v +- COQC errors.v +- COQC interfaces.v +- COQC cball.v +- File "./interfaces.v", line 331, characters 45-59: +- Warning: Notation Rminus_gt_0_lt is deprecated since 8.19. +- Use the bidirectional version Rlt_0_minus instead. +- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default] +- File "./interfaces.v", line 331, characters 45-59: +- Warning: Notation Rminus_gt_0_lt is deprecated since 8.19. +- Use the bidirectional version Rlt_0_minus instead. +- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default] +- File "./interfaces.v", line 341, characters 0-152: +- Warning: A coercion will be introduced instead of an instance in future +- versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or +- use '#[global] Existing Instance field.' for compatibility with Coq < 8.18). +- Beware that the default locality for '::' is #[export], as opposed to +- #[global] for ':>' currently. Add an explicit #[global] attribute to the +- field if you need to keep the current behavior. For example: "Class foo := { +- #[global] field :: bar }." +- [future-coercion-class-field,deprecated-since-8.17,deprecated,default] +- COQC syntax.v +- COQC vectorspace.v +- COQC intervals.v +- COQC domfct.v +- File "./intervals.v", line 88, characters 14-18: +- Warning: Unused variable Inai might be a misspelled constructor. Use _ or +- _Inai to silence this warning. [unused-pattern-matching-variable,default] +- File "./intervals.v", line 89, characters 4-8: +- Warning: Unused variable Inai might be a misspelled constructor. Use _ or +- _Inai to silence this warning. [unused-pattern-matching-variable,default] +- File "./vectorspace.v", line 235, characters 0-137: +- Warning: A coercion will be introduced instead of an instance in future +- versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or +- use '#[global] Existing Instance field.' for compatibility with Coq < 8.18). +- Beware that the default locality for '::' is #[export], as opposed to +- #[global] for ':>' currently. Add an explicit #[global] attribute to the +- field if you need to keep the current behavior. For example: "Class foo := { +- #[global] field :: bar }." +- [future-coercion-class-field,deprecated-since-8.17,deprecated,default] +- File "./vectorspace.v", line 246, characters 0-1715: +- Warning: A coercion will be introduced instead of an instance in future +- versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or +- use '#[global] Existing Instance field.' for compatibility with Coq < 8.18). +- Beware that the default locality for '::' is #[export], as opposed to +- #[global] for ':>' currently. Add an explicit #[global] attribute to the +- field if you need to keep the current behavior. For example: "Class foo := { +- #[global] field :: bar }." +- [future-coercion-class-field,deprecated-since-8.17,deprecated,default] +- COQC banach.v +- File "./intervals.v", line 270, characters 36-46: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 270, characters 36-46: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 272, characters 62-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 278, characters 36-46: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 278, characters 36-46: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 280, characters 62-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 307, characters 41-51: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 307, characters 41-51: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 309, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 309, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 311, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 314, characters 41-51: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 314, characters 41-51: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 316, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 316, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 318, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 322, characters 36-46: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 322, characters 36-46: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 324, characters 62-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 326, characters 62-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- COQC rescale.v +- File "./intervals.v", line 333, characters 36-46: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 333, characters 36-46: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 335, characters 62-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 337, characters 62-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- COQC taylor.v +- File "./intervals.v", line 411, characters 66-76: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./intervals.v", line 411, characters 66-76: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./banach.v", line 154, characters 20-29: +- Error: The reference le_n_0_eq was not found in the current environment. +- +- make[2]: *** [Makefile.coq:848: banach.vo] Error 1 +- make[2]: *** [banach.vo] Deleting file 'banach.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./rescale.v", line 106, characters 3-33: +- Error: +- No assumption in match +- (let (_, _, _, _, _, _, _, brange, _) := +- let +- (TT, BR, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _, +- _) := B in +- BR in +- brange) +- with +- | Some range => +- forall (p : list R) (x : R), +- a <= x <= c -> +- (range p).1 <= eval rTT p x <= (range p).2 +- | None => True +- end +- +- make[2]: *** [Makefile.coq:848: rescale.vo] Error 1 +- make[2]: *** [rescale.vo] Deleting file 'rescale.glob' +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-approx-models.1.0' +- make: *** [Makefile:2: all] Error 2 +[ERROR] The compilation of coq-approx-models.1.0 failed at "make -j4". +#=== ERROR while compiling coq-approx-models.1.0 ==============================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-approx-models.1.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-25515-40c12c.env -# output-file ~/.opam/log/coq-elpi-25515-40c12c.out +# env-file ~/.opam/log/coq-approx-models-20503-b1c2b1.env +# output-file ~/.opam/log/coq-approx-models-20503-b1c2b1.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml +# No assumption in match # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# forall (p : list R) (x : R), +# a <= x <= c -> +# (range p).1 <= eval rTT p x <= (range p).2 +# | None => True +# end +# +# make[2]: *** [Makefile.coq:848: rescale.vo] Error 1 +# make[2]: *** [rescale.vo] Deleting file 'rescale.glob' +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-approx-models.1.0' +# make: *** [Makefile:2: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install conf-autoconf 0.1 -| - install conf-g++ 1.0 -| - install conf-which 1 -| - install coq-bignums dev -| - install coq-flocq dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-approx-models 1.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127210552.export" +'opam install -y -v coq-approx-models.1.0 coq.dev' failed.
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-async-test.0.1.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install ocamlbuild 0.14.3 - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install seq base - - install coq-menhirlib dev - - install ocaml-compiler-libs v0.12.4 - - install stdlib-shims 0.3.0 - - install coq-paco dev - - install menhirLib dev - - install menhirSdk dev - - install coq-ext-lib dev - - install result 1.5 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install coq-ceres dev - - install yojson 2.1.2 - - install re 1.11.0 - - install menhir dev - - install coq-simple-io dev - - install coq-itree dev - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install coq-parsec 0.1.2 - - install atd 2.15.0 - - install coq-itree-io dev - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install coq-json 0.1.2 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-quickchick dev -===== 37 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved coq-ceres.dev (git+https://github.com/Lysxia/coq-ceres#master) --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-ext-lib.dev (git+https://github.com/coq-community/coq-ext-lib#master) --> retrieved coq-itree.dev (git+https://github.com/DeepSpec/InteractionTrees) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-json.0.1.2 (https://github.com/liyishuai/coq-json/archive/v0.1.2.tar.gz) --> installed coq-ceres.dev --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-itree-io.dev (git+https://github.com/Lysxia/coq-itree-io) --> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) --> installed coq-ext-lib.dev --> retrieved coq-paco.dev (git+https://github.com/snu-sf/paco.git#master) --> installed coq-parsec.0.1.2 --> retrieved coq-quickchick.dev (git+https://github.com/QuickChick/QuickChick#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-simple-io.dev (git+https://github.com/Lysxia/coq-simple-io#master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> installed coq-simple-io.dev --> installed coq-paco.dev --> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed coq-menhirlib.dev --> installed ocamlbuild.0.14.3 --> installed ppx_derivers.1.2.1 --> installed result.1.5 --> installed seq.base --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed ppxlib.0.31.0 --> installed coq-itree.dev --> installed atdgen-runtime.2.15.0 --> installed coq-itree-io.dev --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev -[ERROR] The compilation of coq-json.0.1.2 failed at "make -j4". --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-json.0.1.2 =====================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-json.0.1.2 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -# exit-code 2 -# env-file ~/.opam/log/coq-json-1546-00c5a1.env -# output-file ~/.opam/log/coq-json-1546-00c5a1.out -### output ### -# [...] -# More precisely: -# - ?Ap: Cannot infer the implicit parameter Ap of sequence whose type is -# "Applicative.Applicative option" (no type class instance found) in -# environment: -# T : Type -# f : json -> option T -# j : json -# l : list json -# -# make[1]: *** [Makefile.coq:848: JSON.vo] Error 1 -# make[1]: *** [JSON.vo] Deleting file 'JSON.glob' -# make: *** [Makefile.coq:417: all] Error 2 -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-1546-d70c51.env -# output-file ~/.opam/log/coq-elpi-1546-d70c51.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -| - build coq-json 0.1.2 -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-ceres dev -| - install coq-ext-lib dev -| - install coq-itree dev -| - install coq-itree-io dev -| - install coq-menhirlib dev -| - install coq-paco dev -| - install coq-parsec 0.1.2 -| - install coq-simple-io dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ocamlbuild 0.14.3 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129004231.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-async-test.0.1.0 coq.dev
No files were installed.
+Total: 395 K
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/AsyncTest.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Jexp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Operator.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Classes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/AsyncTest.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Trace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Jexp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/AsyncTest.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Classes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Operator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Jexp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Trace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Operator.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Classes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Trace.v
true
opam remove -y coq-async-test.0.1.0
opam list; echo; timeout 4h opam install -y --deps-only coq-async-test.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install ocamlbuild 0.14.3 - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install seq base - - install coq-menhirlib dev - - install ocaml-compiler-libs v0.12.4 - - install stdlib-shims 0.3.0 - - install coq-paco dev - - install menhirLib dev - - install menhirSdk dev - - install coq-ext-lib dev - - install result 1.5 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install coq-ceres dev - - install yojson 2.1.2 - - install re 1.11.0 - - install menhir dev - - install coq-simple-io dev - - install coq-itree dev - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install coq-parsec 0.1.2 - - install atd 2.15.0 - - install coq-itree-io dev - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install coq-json 0.1.2 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-quickchick dev -===== 37 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-ceres.dev (git+https://github.com/Lysxia/coq-ceres#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-ext-lib.dev (git+https://github.com/coq-community/coq-ext-lib#master) --> retrieved coq-itree-io.dev (git+https://github.com/Lysxia/coq-itree-io) --> retrieved coq-itree.dev (git+https://github.com/DeepSpec/InteractionTrees) --> installed coq-ceres.dev --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-json.0.1.2 (https://github.com/liyishuai/coq-json/archive/v0.1.2.tar.gz) --> retrieved coq-paco.dev (git+https://github.com/snu-sf/paco.git#master) --> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) --> installed coq-ext-lib.dev --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed coq-parsec.0.1.2 --> retrieved coq-simple-io.dev (git+https://github.com/Lysxia/coq-simple-io#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved coq-quickchick.dev (git+https://github.com/QuickChick/QuickChick#master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> installed coq-simple-io.dev --> installed coq-paco.dev --> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed coq-menhirlib.dev --> installed ocamlbuild.0.14.3 --> installed ppx_derivers.1.2.1 --> installed result.1.5 --> installed seq.base --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed coq-itree.dev --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed coq-itree-io.dev --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev -[ERROR] The compilation of coq-json.0.1.2 failed at "make -j4". --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-json.0.1.2 =====================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-json.0.1.2 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -# exit-code 2 -# env-file ~/.opam/log/coq-json-1797-50dc38.env -# output-file ~/.opam/log/coq-json-1797-50dc38.out -### output ### -# [...] -# More precisely: -# - ?Ap: Cannot infer the implicit parameter Ap of sequence whose type is -# "Applicative.Applicative option" (no type class instance found) in -# environment: -# T : Type -# f : json -> option T -# j : json -# l : list json -# -# make[1]: *** [Makefile.coq:848: JSON.vo] Error 1 -# make[1]: *** [JSON.vo] Deleting file 'JSON.glob' -# make: *** [Makefile.coq:417: all] Error 2 -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-1797-afe009.env -# output-file ~/.opam/log/coq-elpi-1797-afe009.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -| - build coq-json 0.1.2 -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-ceres dev -| - install coq-ext-lib dev -| - install coq-itree dev -| - install coq-itree-io dev -| - install coq-menhirlib dev -| - install coq-paco dev -| - install coq-parsec 0.1.2 -| - install coq-simple-io dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ocamlbuild 0.14.3 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129170748.export" -
true
opam list; echo; timeout 4h opam install -y coq-async-test.dev coq.dev
No files were installed.
+Total: 395 K
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/AsyncTest.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Jexp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Operator.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Classes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/AsyncTest.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Trace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Jexp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/AsyncTest.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Classes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Operator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Jexp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Trace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Operator.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Classes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/AsyncTest/Trace.v
true
opam remove -y coq-async-test.dev
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DisjointSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/SemiRing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/MyFSetProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Model_RegExp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Model_RegExp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DKA_Construction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DKA_Construction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DKA_Determinisation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DKA_DFA_Equiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/MxGraph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DKA_Epsilon.glob
../ocaml-base-compiler.5.1.1/lib/coq-atbr/reification_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-atbr/reification_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/SemiRing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Classes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/SemiLattice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DKA_Definitions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/SemiRing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/KleeneAlgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Classes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Classes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Utils_WF.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/StrictStarForm.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/ATBR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/ATBR_Matrices.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Model_RegExp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Examples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Examples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DKA_Determinisation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/StrictKleeneAlgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Numbers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/BoolView.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Model_Languages.glob
../ocaml-base-compiler.5.1.1/lib/coq-atbr/reification_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-atbr/reification_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Graph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/MxKleeneAlgebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DecideKleeneAlgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/SemiLattice.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Reification.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Model_Relations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/MyFSetProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DKA_CheckLabels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/ChurchRosser_Points_vs_Algebraic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/DKA_CheckLabels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/Converse.glob
../ocaml-base-compiler.5.1.1/lib/coq-atbr/reification_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ATBR/MxFunctors.glob
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-autosubst-ocaml -> ocaml < 4.12 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-autosubst-ocaml < 1.1 -> ocaml < 4.12 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-autosubst-ocaml -> ocaml < 4.12 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-autosubst-ocaml < 1.1 -> ocaml < 4.12 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-autosubst-ocaml -> ocaml < 4.12 -> ocaml-variants -> ocaml-beta + - coq-autosubst-ocaml < 1.1 -> ocaml < 4.12 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "OCaml implementation of Autosubst for Coq" +description: """ + Autosubst can be used to generate substitution boilerplate code for syntax with binders. + It takes language definitions written in signature files and outputs a file that + contains Coq code implementing the language, the substitution operation, rewriting lemmas + and a tactic to automatically solve certain substitution goals using the rewriting lemmas. +""" +homepage: "https://github.com/uds-psl/autosubst-ocaml" +bug-reports: "https://github.com/uds-psl/autosubst-ocaml/issues" +maintainer: "Yannick Forster yannick.forster@inria.fr" +authors: [ "Adrian Dapprich" ] +license: "MIT" +depends: [ + "ocaml" { >= "4.09" & < "4.15" } + "coq" { >= "8.19" & < "8.20" } + "angstrom" { >= "0.15.0" } + "dune" { >= "2.5" } + "ocamlgraph" { >= "2.0.0" } + "ppx_deriving" { >= "5.2.1" } +] +build: [ "dune" "build" "-p" name "-j" jobs ] +url { + src: "https://github.com/uds-psl/autosubst-ocaml/archive/refs/tags/1.1+8.19.tar.gz" + checksum: "sha256=b197053a8201e5de41668dfa4a91c8be00f901508b66f969aeae78d382d66633" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-autosubst-ocaml.1.1 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-autosubst-ocaml >= 1.1 -> ocaml < 4.15 + You can temporarily relax the switch invariant with `--update-invariant' + * No agreement on the version of ocaml-base-compiler: + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-autosubst-ocaml >= 1.1 -> ocaml < 4.15 -> ocaml-base-compiler = 3.07+2 + * Missing dependency: + - coq-autosubst-ocaml >= 1.1 -> ocaml < 4.15 -> ocaml-variants -> 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-autosubst-ocaml.1.1
true
true
No files were installed.
+true
Total: 597 K
+Total: 598 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Derive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Derive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Derive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Derive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_MMapInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Basics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Classes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Lemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Derive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Lemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Lemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Basics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_MMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_MMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_Classes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Autosubst/Autosubst_MMapInstances.glob
# Packages matching: installed # Name # Installed # Synopsis @@ -142,7 +142,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,8 +162,8 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-coqutil.0.0.1 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-coqutil-14882-aa3781.env -# output-file ~/.opam/log/coq-coqutil-14882-aa3781.out +# env-file ~/.opam/log/coq-coqutil-4765-f9d822.env +# output-file ~/.opam/log/coq-coqutil-4765-f9d822.out ### output ### # but an expression was expected of type message # [...] @@ -187,7 +187,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131031004.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223035909.export"
Total: 21 M
+Total: 22 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FE310CompilerDemo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/insertionsort.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/insertionsort.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memmove.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseAutoSplitMerge.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/NotationsCustomEntry.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricSemantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricSemantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Loops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_mul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/SPI.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ipow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_mul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/SPI.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ipow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/uint128_32.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/bsearch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/rpmul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/bsearch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/rpmul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memequal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/SeparationLogic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoArray.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memswap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/BenchCancel256.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPreconditionProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add_heapletwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FlatConstMem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/BenchCancel256.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memconst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memconst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/unzify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/memory_mapped_ext_spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Scalars.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Trace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/insertionsort.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/insertionsort.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/SeparationLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Trace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/SeparationLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/to_from_anybytes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/unzify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FrameRule.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Demos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/AbsintWordToZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ArrayCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memmove.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Array.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Scalars.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FE310CompilerDemo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/DisjointUnion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_stateless.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/SPI.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricSemantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ptsto_bytes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap_by_add.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWordsTests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricSemantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/chacha20.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/stackalloc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_state.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCStringExprTypecheckingTest.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseAutoSplitMerge.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/mmio_read_write_step_based_ext_spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseAutoSplitMerge.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Memory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/sepapp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ArrayCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb_spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_read_write_step.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Trace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_adder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_sub.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Trace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Array.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCStringStackallocLoopTest.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_wp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPrecondition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add_heapletwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FlatConstMem.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_stateless.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memequal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FE310CSemantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Refinement.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TraceInspection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FE310CSemantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Refinement.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WordPushDownLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/DisjointUnion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec_wp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/AbsintWordToZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb_spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWords.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/footpr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/footpr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/uint128_32.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLogAddrArith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPreconditionProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/chacha20.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPreconditionProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/NotationsCustomEntry.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WordPushDownLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Syntax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/MultipleReturnValues.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TracePredicate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/groundcbv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ptsto_bytes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_state.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/OperatorOverloading.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TransferSepsOrder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memswap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/unzify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/canceling_sepapps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PurifySep.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPrecondition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoArray.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCString.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_mul.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPrecondition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PurifyHeapletwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZListEqProver.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC64Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC32Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_wp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/stackalloc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Memory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Memory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/to_from_anybytes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/SeparationLogic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/to_from_anybytes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricLogging.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_perf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Demos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FrameRule.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memconst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/cancel_div.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepappBulletPoints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memconst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/insertionsort.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec_wp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/is_emp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoExports.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAuto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ipow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TracePredicate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Loops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/memory_mapped_ext_spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseAutoSplitMerge.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/Separation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Hexdump.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Hexdump.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/OperatorOverloading.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/sepapp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/sepapp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepClause.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/syntactic_f_equal_with_ZnWords.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepBulletPoints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListIndexNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_read_write_step.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ident_to_string.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FlatConstMem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap_by_add.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/NotationsCustomEntry.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PrintListByte.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Scalars.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PrintListByte.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/rpmul.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/BenchCancel256.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepBulletPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPreconditionProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepBulletPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZListEqProver.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_stateless.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/footpr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Hexdump.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TraceInspection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/SPI.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memmove.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TacticError.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Variables.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricSemantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/footpr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Variables.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/DisjointUnion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PrintString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ArrayCasts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/AbsintWordToZ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/LogSidecond.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepappBulletPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_sub.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepappBulletPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Lift1Prop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_read_write_step.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FE310CompilerDemo.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_adder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Array.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WordNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_state.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/to_from_anybytes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/mmio_read_write_step_based_ext_spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListPushPullIf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWords.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/bsearch.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWordsTests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoArray.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricLogging.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_perf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/groundcbv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add_heapletwise.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPrecondition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TransferSepsOrder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ptsto_bytes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/sepapp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TransferSepsOrder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponderProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FE310CSemantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponderProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_wp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/cancel_div_ltac1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb_spec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FrameRule.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/MultipleReturnValues.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWords.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/cancel_div.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ReversedListNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WordPushDownLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Memory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLogAddrArith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/find_hyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SuppressibleWarnings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PurifySep.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SuppressibleWarnings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLogAddrArith.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Lift1Prop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memequal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListIndexNotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCStringStackallocLoopTest.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListPushPullIf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memequal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/canceling_sepapps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memswap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/find_hyp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListPushPullIf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCStringStackallocLoopTest.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Syntax.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TraceInspection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memswap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/footpr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/find_hyp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec_wp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/memory_mapped_ext_spec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memconst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TransferSepsOrder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TracePredicate.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ipow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/groundcbv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/OperatorOverloading.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/is_emp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/bsearch.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepBulletPoints.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Logging.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Refinement.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC64Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC32Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SuppressibleWarnings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Refinement.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/Separation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/uint128_32.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/tweak_tacs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/find_hyp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ident_to_string.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/cancel_div.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListIndexNotations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZListEqProver.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepappBulletPoints.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/mmio_read_write_step_based_ext_spec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/cancel_div_ltac1.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWordsTests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap_by_add.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SuppressibleWarnings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_sub.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_perf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Syntax.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/split_alt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_perf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TacticError.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/enable_frame_trick.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC64Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_adder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ident_to_string.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/syntactic_f_equal_with_ZnWords.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Markers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Demos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAuto.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Markers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PurifyHeapletwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/LogSidecond.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Lift1Prop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleSqrt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleCyclic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/BigN/NMake.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleDiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/BigQ/QMake.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleDiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/BigQ/QMake.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/BigN/NMake_gen.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/BigN/NMake_gen.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleSqrt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleSqrt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleDivn1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleCyclic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleMul.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/BigN/Nbasic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleAdd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleBase.vo
../ocaml-base-compiler.5.1.1/lib/coq-bignums/bignums_syntax_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/plugin/bignums_syntax_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleSub.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/BigNumPrelude.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/SpecViaZ/NSigNAxioms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/SpecViaZ/ZSigZAxioms.glob
../ocaml-base-compiler.5.1.1/lib/coq-bignums/bignums_syntax_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/plugin/bignums_syntax_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/BigNumPrelude.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleAdd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Bignums/CyclicDouble/DoubleDiv.v
Total: 7 M
@@ -157,7 +157,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Buchberger/BuchAux.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Buchberger/BuchAux.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Buchberger/Pmult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Buchberger/BuchRed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Buchberger/BuchRed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Buchberger/Pmults.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Buchberger/Preduce.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Buchberger/DivTerm.vo
Total: 64 M
@@ -148,7 +148,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Full.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Comma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/TList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Construction/Product/Monoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Construction/Product/Monoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Traversable/Product.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Step.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/MapDecide.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Ren.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Compose.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver/Normal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Comma/Adjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Comma/Adjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Sets/Par.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Parallel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Monoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Universal/Arrow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cartesian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Product.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Hom.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Hom.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Monoidal/Compose.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Strong/Product.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/UniversalProperty/Universal/Arrow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Adjunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/UniversalProperty/Cartesian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/NETList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/NETList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Two/Discrete.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Closed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver/Reify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cat/Cartesian/Closed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cat/Cartesian/Closed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/IList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/UniversalProperty/Limit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/AST.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Internal/Product.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Kan/Extension.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Construction/Product.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Naturality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/FMapExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Relevance.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Bifunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Kan/Extension.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Bifunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Monoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cat/Cocartesian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Span.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Strong.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Naturality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Hom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Value.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Hom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Coproduct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Applicative/Proofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Internal/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/TList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/TList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Comma/Natural/Transformation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Pullback/Limit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Naturality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver/Normal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Natural/Transformation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Closed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Kan/Extension.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Datatypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Natural/Transformation/Universal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Multi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Cartesian/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Traced.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Fun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Hom/Internal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/UniversalProperty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Kan/Extension.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Hom/Internal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Maybe/Proofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Cartesian/Closed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Symmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/List/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Category/Raw.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Adjunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Sets/Cocartesian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Adjunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Construction/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Kleisli.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Closed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Traversable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Product.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Comma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Limit/Terminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Comma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Tuple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Category/Semi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Metacategory/DecideExample.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Multi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Bicartesian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Hom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Terminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Hom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/MapDecide.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Tuple.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Traversable/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Sheaf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cat/Cartesian/Closed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Traversable/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Opposite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Commutative.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Functor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cones/Limit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Semicartesian/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Comp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Terminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/IList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Terminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Sets/Par.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Symmetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Applicative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Initial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Opposite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Ltac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Natural/Transformation/Universal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Natural/Transformation/Opposite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Ltac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Cartesian/Closed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver/Reify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Binoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver/Reify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Complete.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Metacategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Traversable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Maybe/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Constant.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Coq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Natural/Transformation/Universal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Semicartesian/Terminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Compose.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Compose.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Shapes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Coq/ParE.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Discrete.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Coq/Applicative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cartesian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Maybe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Slice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Slice/Pullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Transformer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Slice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Adjunction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Pullback/Limit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Log.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/TList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cartesian/Closed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Functor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/UniversalProperty/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Functor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Category.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Internal/Product.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Adjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Map.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Naturality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Sub.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Adjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/UniversalProperty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Applicative/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Category/Raw.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Naturality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Naturality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/UniversalProperty/Universal/Arrow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cone.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Exp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Diagonal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cocartesian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Kan/Extension.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cat/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Sets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Full.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Isomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Ens.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Kan/Extension.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Adjoints.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Distributive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Setoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Closed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Setoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Distributive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Datatypes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Either.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Limit/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Hom.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Dinatural.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Hom.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Two/Discrete.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver/Denote.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Roof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Monad/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Natural/Transformation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Category/Semi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Monad/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Coq/Par.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Semicocartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Semicartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Group/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Bicategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Cartesian/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Norm.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Natural/Transformation/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Monoidal/Id.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/BiCCC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/UniversalProperty/Limit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Hom/Internal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Monad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Fun.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Monoidal/Id.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Sem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Example.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Pullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Ren.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Props.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cartesian/Closed/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Step.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cartesian/Closed/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Span.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Hom/Yoneda.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Parallel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Universal/Arrow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Tools/Abstraction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Cayley.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Natural/Transformation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Free.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Comma/Isomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Natural/Transformation/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Functor/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Natural/Transformation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Coq/ParE.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Rel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Balanced.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Eilenberg/Moore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Pullback.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Limit/Kan/Extension.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cones.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Monad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Balanced.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Fun/Cartesian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Value.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Coq/Applicative.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Coproduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Hom.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Closed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cartesian/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Bicartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Strong/Product.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Morphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Solver/Expr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cartesian/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Sets/Cocartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Adj.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Traversable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Rel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/End.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Traversable/Product.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Lambda/Multi.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Natural/Transformation/Monoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Construction/Product/Strong.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Traversable/Product.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Enriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Tactics2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Binoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cat/Cocartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Strong.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Product.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Applicative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Product.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Applicative/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Coq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Construction/Product.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Sets/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Tools/Represented.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Sets/Cartesian/Closed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Initial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/UniversalProperty/Universal/Arrow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Coproduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Maybe/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Fact.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Initial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Coproduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Natural/Transformation/Strong.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Applicative.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Algebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Cone/Const.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Proset.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Metacategory/DecideExample.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Semicartesian/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cones/Limit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Constant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Semicartesian/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Terminal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Cones/Limit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Symmetric.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Maybe.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Cartesian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Slice/Pullback.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Diagonal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Natural/Transformation/Universal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Theory/Coq/Functor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Limit/Terminal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Product/Comma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Compose.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Instance/Roof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Adjunction/Natural/Transformation/Universal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Closed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Construction/Subcategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Foundation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Natural/Transformation/Applicative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Cartesian/Closed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Relevance.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Braided.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Distributive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Foundation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Structure/Terminal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Monad/Adjunction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Braided.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Foundation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Structure/Monoidal/Product.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Functor/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Category/Lib/Setoid.v
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-certicoq >= dev -> coq-compcert = 3.12 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-certicoq >= dev -> coq-compcert = 3.12 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-certicoq >= dev -> coq-compcert = 3.12 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-certicoq >= dev -> coq-compcert = 3.12 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.10.0.html index f8b90ffc34e6..b33b86a7ac1a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
- coq >= dev - coq-cfgv >= 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-cfgv >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-cfgv >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-cfgv >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-cfgv >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.5.0.html index c15795851eb0..463b649b1e88 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
- coq >= dev - coq-cfgv < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-cfgv < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-cfgv < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-cfgv < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-cfgv < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.6.0.html index aca63e4e1490..a7fb801b97e1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-cfgv = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-cfgv = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-cfgv = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-cfgv = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-cfgv = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.7.0.html index 3cbd23fb7601..2d5e36d14835 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-cfgv = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-cfgv = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-cfgv = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-cfgv = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-cfgv = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.8.0.html index 9e84f7acf3fb..c386b783d304 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-cfgv = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-cfgv = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-cfgv = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-cfgv = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-cfgv = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.9.0.html index 7a497e4fdb97..bc269848bef7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfgv/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
- coq >= dev - coq-cfgv = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-cfgv = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-cfgv = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-cfgv = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-cfgv = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml-basis/20211215.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml-basis/20211215.html index 9c1e7d311e51..7c218e63c75e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml-basis/20211215.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml-basis/20211215.html @@ -3,7 +3,7 @@ -cfml-basis: Error with dependencies ๐ +cfml-basis: Error ๐ฅ @@ -39,7 +39,7 @@cfml-basis 20211215 - Error with dependencies ๐ + Error ๐ฅ
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,6 +130,15 @@Install dependencies
opam list; echo; timeout 4h opam install -y --deps-only coq-cfml-basis.20211215 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-cfml-basis.20211215 coq.dev
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-cfml-basis.20220102 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-cfml-basis.20220102 coq.dev
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-cfml-basis.20220112 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-cfml-basis.20220112 coq.dev
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -143,7 +143,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -153,7 +153,7 @@Install dependencies
The following actions will be performed: - install menhirLib dev - install menhirSdk dev - - install coq-tlc 20211215 + - install coq-tlc 20240209 - install pprint 20211129 - install menhir dev - install coq-cfml-basis 20211215 @@ -161,45 +161,47 @@Install dependencies
===== 7 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cfml.20211215 (https://opam.ocaml.org/cache) --> retrieved coq-tlc.20211215 (https://github.com/charguer/tlc/archive/20211215.tar.gz) +-> retrieved coq-tlc.20240209 (https://github.com/charguer/tlc/archive/20240209.tar.gz) -> retrieved coq-cfml-basis.20211215 (https://gitlab.inria.fr/charguer/cfml2/-/archive/20211215/archive.tar.gz) -[ERROR] The compilation of coq-tlc.20211215 failed at "make -j4". -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved pprint.20211129 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed pprint.20211129 -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved pprint.20211129 (https://opam.ocaml.org/cache) +-> installed coq-tlc.20240209 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed pprint.20211129 +[ERROR] The compilation of coq-cfml-basis.20211215 failed at "make -C lib/coq -j4". -> installed menhir.dev -> installed cfml.20211215 -#=== ERROR while compiling coq-tlc.20211215 ===================================# +#=== ERROR while compiling coq-cfml-basis.20211215 ============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-tlc.20211215 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-cfml-basis.20211215 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -C lib/coq -j4 # exit-code 2 -# env-file ~/.opam/log/coq-tlc-27063-2bdc2a.env -# output-file ~/.opam/log/coq-tlc-27063-2bdc2a.out +# env-file ~/.opam/log/coq-cfml-basis-16317-f4449b.env +# output-file ~/.opam/log/coq-cfml-basis-16317-f4449b.out ### output ### # [...] -# COQDEP VFILES -# make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. -# COQC LibAxioms.v -# COQC LibTactics.v -# File "./LibTactics.v", line 1527, characters 45-56: +# COQC LibSepVar.v +# COQC LibSepBind.v +# COQC LibSepFunctor.v +# COQC Semantics.v +# File "./LibSepFunctor.v", line 2208, characters 25-36: # Error: The reference instantiate was not found in the current environment. # -# make[2]: *** [Makefile.generated:848: LibTactics.vo] Error 1 -# make[2]: *** [LibTactics.vo] Deleting file 'LibTactics.glob' -# make[1]: *** [Makefile.generated:417: all] Error 2 -# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-tlc.20211215/src' -# make: *** [Makefile:3: all] Error 2 +# make[1]: *** [Makefile.generated:848: LibSepFunctor.vo] Error 1 +# make[1]: *** [LibSepFunctor.vo] Deleting file 'LibSepFunctor.glob' +# make[1]: *** Waiting for unfinished jobs.... +# make: *** [Makefile.generated:417: all] Error 2 +# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-cfml-basis.20211215/lib/coq' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-tlc 20211215 +| - build coq-cfml-basis 20211215 +- -+- The following changes have been performed (the rest was aborted) ++- The following changes have been performed | - install cfml 20211215 +| - install coq-tlc 20240209 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev @@ -207,7 +209,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129194544.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223101228.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -143,7 +143,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -154,52 +154,54 @@Install dependencies
- install pprint 20230830 - install menhirLib dev - install menhirSdk dev - - install coq-tlc 20211215 + - install coq-tlc 20240209 - install menhir dev - install coq-cfml-basis 20220102 - install cfml 20220102 ===== 7 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cfml.20220102 (https://opam.ocaml.org/cache) --> retrieved coq-tlc.20211215 (https://github.com/charguer/tlc/archive/20211215.tar.gz) +-> retrieved coq-tlc.20240209 (https://github.com/charguer/tlc/archive/20240209.tar.gz) -> retrieved coq-cfml-basis.20220102 (https://gitlab.inria.fr/charguer/cfml2/-/archive/20220102/archive.tar.gz) -[ERROR] The compilation of coq-tlc.20211215 failed at "make -j4". --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved pprint.20230830 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed pprint.20230830 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed coq-tlc.20240209 -> installed menhirSdk.dev -> installed menhirLib.dev +[ERROR] The compilation of coq-cfml-basis.20220102 failed at "make -C lib/coq -j4". -> installed menhir.dev -> installed cfml.20220102 -#=== ERROR while compiling coq-tlc.20211215 ===================================# +#=== ERROR while compiling coq-cfml-basis.20220102 ============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-tlc.20211215 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-cfml-basis.20220102 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -C lib/coq -j4 # exit-code 2 -# env-file ~/.opam/log/coq-tlc-4534-cebe3b.env -# output-file ~/.opam/log/coq-tlc-4534-cebe3b.out +# env-file ~/.opam/log/coq-cfml-basis-1454-38e607.env +# output-file ~/.opam/log/coq-cfml-basis-1454-38e607.out ### output ### # [...] -# COQDEP VFILES -# make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. -# COQC LibAxioms.v -# COQC LibTactics.v -# File "./LibTactics.v", line 1527, characters 45-56: +# COQC LibSepVar.v +# COQC LibSepFunctor.v +# COQC LibSepBind.v +# COQC Semantics.v +# File "./LibSepFunctor.v", line 2208, characters 25-36: # Error: The reference instantiate was not found in the current environment. # -# make[2]: *** [Makefile.generated:848: LibTactics.vo] Error 1 -# make[2]: *** [LibTactics.vo] Deleting file 'LibTactics.glob' -# make[1]: *** [Makefile.generated:417: all] Error 2 -# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-tlc.20211215/src' -# make: *** [Makefile:3: all] Error 2 +# make[1]: *** [Makefile.generated:848: LibSepFunctor.vo] Error 1 +# make[1]: *** [LibSepFunctor.vo] Deleting file 'LibSepFunctor.glob' +# make[1]: *** Waiting for unfinished jobs.... +# make: *** [Makefile.generated:417: all] Error 2 +# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-cfml-basis.20220102/lib/coq' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-tlc 20211215 +| - build coq-cfml-basis 20220102 +- -+- The following changes have been performed (the rest was aborted) ++- The following changes have been performed | - install cfml 20220102 +| - install coq-tlc 20240209 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev @@ -207,7 +209,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201013919.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240221043601.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -143,7 +143,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -154,52 +154,54 @@Install dependencies
- install pprint 20230830 - install menhirLib dev - install menhirSdk dev - - install coq-tlc 20211215 + - install coq-tlc 20240209 - install menhir dev - install coq-cfml-basis 20220112 - install cfml 20220112 ===== 7 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cfml.20220112 (https://opam.ocaml.org/cache) --> retrieved coq-tlc.20211215 (https://github.com/charguer/tlc/archive/20211215.tar.gz) +-> retrieved coq-tlc.20240209 (https://github.com/charguer/tlc/archive/20240209.tar.gz) -> retrieved coq-cfml-basis.20220112 (https://gitlab.inria.fr/charguer/cfml2/-/archive/20220112/archive.tar.gz) -[ERROR] The compilation of coq-tlc.20211215 failed at "make -j4". +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved pprint.20230830 (https://opam.ocaml.org/cache) --> installed pprint.20230830 -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved pprint.20230830 (https://opam.ocaml.org/cache) +-> installed coq-tlc.20240209 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed pprint.20230830 +[ERROR] The compilation of coq-cfml-basis.20220112 failed at "make -C lib/coq -j4". -> installed menhir.dev -> installed cfml.20220112 -#=== ERROR while compiling coq-tlc.20211215 ===================================# +#=== ERROR while compiling coq-cfml-basis.20220112 ============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-tlc.20211215 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-cfml-basis.20220112 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -C lib/coq -j4 # exit-code 2 -# env-file ~/.opam/log/coq-tlc-25970-bd6977.env -# output-file ~/.opam/log/coq-tlc-25970-bd6977.out +# env-file ~/.opam/log/coq-cfml-basis-6149-72b5d7.env +# output-file ~/.opam/log/coq-cfml-basis-6149-72b5d7.out ### output ### # [...] -# COQDEP VFILES -# make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. -# COQC LibAxioms.v -# COQC LibTactics.v -# File "./LibTactics.v", line 1527, characters 45-56: +# COQC LibSepVar.v +# COQC LibSepFunctor.v +# COQC LibSepBind.v +# COQC Semantics.v +# File "./LibSepFunctor.v", line 2208, characters 25-36: # Error: The reference instantiate was not found in the current environment. # -# make[2]: *** [Makefile.generated:848: LibTactics.vo] Error 1 -# make[2]: *** [LibTactics.vo] Deleting file 'LibTactics.glob' -# make[1]: *** [Makefile.generated:417: all] Error 2 -# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-tlc.20211215/src' -# make: *** [Makefile:3: all] Error 2 +# make[1]: *** [Makefile.generated:848: LibSepFunctor.vo] Error 1 +# make[1]: *** [LibSepFunctor.vo] Deleting file 'LibSepFunctor.glob' +# make[1]: *** Waiting for unfinished jobs.... +# make: *** [Makefile.generated:417: all] Error 2 +# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-cfml-basis.20220112/lib/coq' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-tlc 20211215 +| - build coq-cfml-basis 20220112 +- -+- The following changes have been performed (the rest was aborted) ++- The following changes have been performed | - install cfml 20220112 +| - install coq-tlc 20240209 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev @@ -207,7 +209,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240126231148.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224025325.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-cfml < 20181201 -> ocaml < 4.07.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.1.1 - - coq-cfml < 20181201 -> ocaml < 4.07.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-cfml < 20181201 -> ocaml < 4.07.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-cfml < 20181201 -> ocaml < 4.07.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml/20181201.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml/20181201.html index 6b3ad9979919..1375c1746e03 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml/20181201.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml/20181201.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,12 +105,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-cfml = 20181201 -> ocaml < 4.08.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.1.1 - - coq-cfml = 20181201 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-cfml = 20181201 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-cfml = 20181201 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml/20220112.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml/20220112.html index e6c04d9c1f10..5697d9293f1f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml/20220112.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/cfml/20220112.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -128,7 +128,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -142,7 +142,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -153,7 +153,7 @@Install dependencies
- install pprint 20230830 - install menhirLib dev - install menhirSdk dev - - install coq-tlc 20211215 + - install coq-tlc 20240209 - install menhir dev - install coq-cfml-basis 20220112 - install cfml 20220112 @@ -161,46 +161,48 @@Install dependencies
===== 8 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cfml.20220112 (https://opam.ocaml.org/cache) --> retrieved coq-tlc.20211215 (https://github.com/charguer/tlc/archive/20211215.tar.gz) --> retrieved coq-cfml-basis.20220112 (https://gitlab.inria.fr/charguer/cfml2/-/archive/20220112/archive.tar.gz) +-> retrieved coq-tlc.20240209 (https://github.com/charguer/tlc/archive/20240209.tar.gz) -> retrieved coq-cfml-stdlib.20220112 (https://gitlab.inria.fr/charguer/cfml2/-/archive/20220112/archive.tar.gz) -[ERROR] The compilation of coq-tlc.20211215 failed at "make -j4". +-> retrieved coq-cfml-basis.20220112 (https://gitlab.inria.fr/charguer/cfml2/-/archive/20220112/archive.tar.gz) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved pprint.20230830 (https://opam.ocaml.org/cache) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed menhirLib.dev -> installed pprint.20230830 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed coq-tlc.20240209 -> installed menhirSdk.dev --> installed menhirLib.dev +[ERROR] The compilation of coq-cfml-basis.20220112 failed at "make -C lib/coq -j4". -> installed menhir.dev -> installed cfml.20220112 -#=== ERROR while compiling coq-tlc.20211215 ===================================# +#=== ERROR while compiling coq-cfml-basis.20220112 ============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-tlc.20211215 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-cfml-basis.20220112 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -C lib/coq -j4 # exit-code 2 -# env-file ~/.opam/log/coq-tlc-23022-f979b1.env -# output-file ~/.opam/log/coq-tlc-23022-f979b1.out +# env-file ~/.opam/log/coq-cfml-basis-27320-4fdeac.env +# output-file ~/.opam/log/coq-cfml-basis-27320-4fdeac.out ### output ### # [...] -# COQDEP VFILES -# make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. -# COQC LibAxioms.v -# COQC LibTactics.v -# File "./LibTactics.v", line 1527, characters 45-56: +# COQC LibSepVar.v +# COQC LibSepFunctor.v +# COQC LibSepBind.v +# COQC Semantics.v +# File "./LibSepFunctor.v", line 2208, characters 25-36: # Error: The reference instantiate was not found in the current environment. # -# make[2]: *** [Makefile.generated:848: LibTactics.vo] Error 1 -# make[2]: *** [LibTactics.vo] Deleting file 'LibTactics.glob' -# make[1]: *** [Makefile.generated:417: all] Error 2 -# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-tlc.20211215/src' -# make: *** [Makefile:3: all] Error 2 +# make[1]: *** [Makefile.generated:848: LibSepFunctor.vo] Error 1 +# make[1]: *** [LibSepFunctor.vo] Deleting file 'LibSepFunctor.glob' +# make[1]: *** Waiting for unfinished jobs.... +# make: *** [Makefile.generated:417: all] Error 2 +# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-cfml-basis.20220112/lib/coq' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-tlc 20211215 +| - build coq-cfml-basis 20220112 +- +- The following changes have been performed (the rest was aborted) | - install cfml 20220112 +| - install coq-tlc 20240209 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev @@ -208,7 +210,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127143213.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240221121645.export"
Total: 9 M
@@ -159,7 +159,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg3.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg1.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Framework/ReflectiveAbstractSemantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Lib/Predefs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Lib/Predefs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Lib/extralib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Examples/Clients.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Lib/Predefs.glob
Total: 9 M
@@ -159,7 +159,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg3.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg1.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Framework/ReflectiveAbstractSemantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Lib/Predefs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Lib/Predefs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Lib/extralib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Examples/Clients.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Chapar/Lib/Predefs.glob
Total: 21 K
+Total: 22 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Checker/Functions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Checker/Functions.glob
# Packages matching: installed # Name # Installed # Synopsis @@ -146,7 +146,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -161,8 +161,8 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved coq-coinduction.1.6 (https://github.com/damien-pous/coinduction/archive/v1.6.tar.gz) [ERROR] The compilation of coq-coinduction.1.6 failed at "make -j4". --> retrieved coq-aac-tactics.dev (git+https://github.com/coq-community/aac-tactics.git#master) -> retrieved coq-relation-algebra.dev (git+https://github.com/damien-pous/relation-algebra.git#master) +-> retrieved coq-aac-tactics.dev (git+https://github.com/coq-community/aac-tactics.git#master) -> installed coq-aac-tactics.dev -> installed coq-relation-algebra.dev #=== ERROR while compiling coq-coinduction.1.6 ================================# @@ -170,21 +170,21 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-coinduction.1.6 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-coinduction-19605-ad276b.env -# output-file ~/.opam/log/coq-coinduction-19605-ad276b.out +# env-file ~/.opam/log/coq-coinduction-16072-44bc1a.env +# output-file ~/.opam/log/coq-coinduction-16072-44bc1a.out ### output ### # [...] -# 10 | let error s = Printf.kprintf (fun s -> CErrors.user_err (Pp.str s)) ("[coinduction] "^^s) -# ^^^^^^^^^^^^^^ -# Alert deprecated: Stdlib.Printf.kprintf -# Use Printf.ksprintf instead. -# -# File "src/reification.ml", line 88, characters 2-20: -# 88 | Tactics.generalize [Coq.eq_refl ttbr tbr] -# ^^^^^^^^^^^^^^^^^^ -# Error: Unbound value Tactics.generalize # make[1]: *** [Makefile.coq:765: src/reification.cmx] Error 2 # make[1]: *** Waiting for unfinished jobs.... +# File "./theories/lattice.v", line 10, characters 0-713: +# Warning: A coercion will be introduced instead of an instance in future +# versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or +# use '#[global] Existing Instance field.' for compatibility with Coq < 8.18). +# Beware that the default locality for '::' is #[export], as opposed to +# #[global] for ':>' currently. Add an explicit #[global] attribute to the +# field if you need to keep the current behavior. For example: "Class foo := { +# #[global] field :: bar }." +# [future-coercion-class-field,deprecated-since-8.17,deprecated,default] # make: *** [Makefile.coq:417: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -196,7 +196,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128164501.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223004422.export"
Total: 2 M
diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coinduction/1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coinduction/1.0.html index 0ddf7b7737f4..3b0a9cda7eb8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coinduction/1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coinduction/1.0.html @@ -55,7 +55,7 @@Total: 912 K
+Total: 914 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/companion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/companion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/lattice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/lattice.glob
../ocaml-base-compiler.5.1.1/lib/coq-coinduction/plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/lattice.vo
../ocaml-base-compiler.5.1.1/lib/coq-coinduction/plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coinduction/tower.vo
Total: 152 M
@@ -242,7 +242,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/term_orderings/modular_dp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/list_extensions/more_list.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/term_algebra/term.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LTerm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LTerm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/term_orderings/usable_rules_dp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/term_orderings/modular_dp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/FGraph/TransClos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LSubs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/FGraph/FGraph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/SimpleType/Terms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LAlpha.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsRed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LAlpha.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsEta.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LAlphaAlt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/term_orderings/inner_dp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/term_orderings/term_o.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LBeta.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/term_orderings/interp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LEta.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LEta.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/list_extensions/dickson.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/examples/cime_trace/equational_extension.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/Vector/VecUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/Multiset/MultisetOrder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/examples/cime_trace/term_extension.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Lambda/LSubs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/List/ListUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/term_orderings/rpo.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/List/ListUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/list_extensions/more_list.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsEnv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/list_extensions/dickson.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/FGraph/FGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/NonTermin/SLoop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/NonTermin/ALoop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/Relation/Iter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/SemLab/AFlatCont.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/Relation/Iter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/NonTermin/AModLoop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/Relation/Lexico.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/DP/AHDE.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/SimpleType/TermsTyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/List/ListShrink.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Varyadic/VSignature.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/Relation/RelDec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/Relation/RelDec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/WithArity/AWFMInterpretation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/MatrixInt/ATropicalBasedInt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/term_orderings/term_o.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/Varyadic/VSignature.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/WithArity/ARenCap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/Relation/OrdUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Conversion/Coccinelle.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Util/Logic/IotaUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Conversion/Coccinelle.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Term/String/Srs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/Coccinelle/examples/cime_trace/arith_extension.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoLoR/DP/ADecomp.glob
# Packages matching: installed # Name # Installed # Synopsis @@ -153,7 +153,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -177,13 +177,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -195,8 +195,8 @@Install dependencies
-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) @@ -204,60 +204,60 @@Install dependencies
-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 -> installed result.1.5 +-> installed ocaml-compiler-libs.v0.12.4 +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 -> installed re.1.11.0 +-> installed sexplib0.v0.16.0 -> installed yojson.2.1.2 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev -> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-9855-a05e9c.env -# output-file ~/.opam/log/coq-elpi-9855-a05e9c.out +# env-file ~/.opam/log/coq-elpi-13551-fcd272.env +# output-file ~/.opam/log/coq-elpi-13551-fcd272.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -273,14 +273,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -290,7 +290,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129233534.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222070343.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert-32 = 3.12 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-compcert-32 = 3.12 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert-32 = 3.12 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert-32 = 3.12 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.13.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.13.1.html index 73ce897bcedc..6e7d52e505a6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.13.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.13.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -92,7 +92,7 @@Context
homepage: "https://compcert.org/" bug-reports: "https://github.com/AbsInt/CompCert/issues" depends: [ - "coq" {>= "8.12.0" & < "8.19~"} + "coq" {>= "8.12.0" & < "8.20~"} "menhir" {>= "20190626" & != "dev"} "ocaml" {>= "4.05.0" & < "5~"} "coq-flocq" {>= "4.1.0" & < "5~"} @@ -141,12 +141,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert-32 = 3.13.1 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-compcert-32 = 3.13.1 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert-32 = 3.13.1 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert-32 = 3.13.1 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.13.html index 948375a0c048..83e12cfec7c7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -141,12 +141,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert-32 = 3.13 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-compcert-32 = 3.13 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert-32 = 3.13 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert-32 = 3.13 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.8.html index 538c7b27b16f..f346b563a215 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -148,14 +148,14 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert-32 < 3.9 -> coq < 8.14 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert-32 < 3.9 -> coq < 8.14 -> ocaml < 4.05.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.1.1 - - coq-compcert-32 < 3.9 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert-32 < 3.9 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-compcert-32 < 3.9 -> coq < 8.14 * Missing dependency: - coq-compcert-32 < 3.9 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.9.html index f6aaf4909f4a..fd7193a12d77 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/3.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -147,14 +147,14 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert-32 = 3.9 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert-32 = 3.9 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-compcert-32 = 3.9 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert-32 = 3.9 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-compcert-32 = 3.9 -> coq < 8.15~ * Missing dependency: - coq-compcert-32 = 3.9 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/dev.html index 9b5338ce4830..37f2647892ea 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-32/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -154,7 +154,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -168,7 +168,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -189,29 +189,29 @@Install dependencies
-> installed conf-autoconf.0.1 -> retrieved coq-flocq3.dev (git+https://gitlab.inria.fr/flocq/flocq.git#flocq-3) [ERROR] The compilation of coq-flocq3.dev failed at "./remake -j4". --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed menhirLib.dev -> installed coq-menhirlib.dev -> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev #=== ERROR while compiling coq-flocq3.dev =====================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-flocq3.dev # command ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4 # exit-code 1 -# env-file ~/.opam/log/coq-flocq3-24169-66de51.env -# output-file ~/.opam/log/coq-flocq3-24169-66de51.out +# env-file ~/.opam/log/coq-flocq3-23496-b58122.env +# output-file ~/.opam/log/coq-flocq3-23496-b58122.out ### output ### # [...] -# Failed to build src/Core/FLX.vo # Failed to build src/Core/FIX.vo -# Failed to build src/Core/FLT.vo +# Failed to build src/Core/Raux.vo +# Failed to build src/Core/Round_pred.vo # Failed to build src/Core/Defs.vo -# Failed to build src/Core/Float_prop.vo # Failed to build all +# Failed to build src/Pff/Pff2Flocq.vo # Finished src/IEEE754/Int63Copy.vo # File "./src/Pff/Pff.v", line 11, characters 0-20: # Error: Cannot find a physical path bound to logical path Div2. @@ -232,7 +232,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131013920.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225032447.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert-64 = 3.7 -> menhir < 20200123 -> ocaml < 4.06.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.1.1 - - coq-compcert-64 = 3.7 -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert-64 = 3.7 -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert-64 = 3.7 -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/3.7~coq-platform.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/3.7~coq-platform.html index c4b5b9e1bad1..81f377fd0bad 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/3.7~coq-platform.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/3.7~coq-platform.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -150,12 +150,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert-64 < 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.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.1.1 - - coq-compcert-64 < 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert-64 < 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert-64 < 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/3.7~coq-platform~open-source.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/3.7~coq-platform~open-source.html index b7b27a1e9251..09eb8fa58cc2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/3.7~coq-platform~open-source.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/3.7~coq-platform~open-source.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -153,12 +153,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert-64 = 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.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.1.1 - - coq-compcert-64 = 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert-64 = 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert-64 = 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/dev.html index 47376491f08e..f36c7342b3d1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert-64/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,7 +127,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system menhir dev An LR(1) parser generator menhirLib dev Runtime support library for parsers generated by Menhir menhirSdk dev Compile-time library for auxiliary tools related to Menhir @@ -171,8 +171,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-compcert-64.dev # command ~/.opam/opam-init/hooks/sandbox.sh build ./configure amd64-linux -prefix /home/bench/.opam/ocaml-base-compiler.5.1.1/variants/compcert64 -install-coqdev -clightgen -coqdevdir /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-variant/compcert64/compcert -ignore-coq-version # exit-code 2 -# env-file ~/.opam/log/coq-compcert-64-17127-25c791.env -# output-file ~/.opam/log/coq-compcert-64-17127-25c791.out +# env-file ~/.opam/log/coq-compcert-64-7265-00a04f.env +# output-file ~/.opam/log/coq-compcert-64-7265-00a04f.out ### output ### # [...] # Testing assembler support for CFI directives... yes diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.0.0.html index e767bc849f40..6e4e3587fe11 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -106,12 +106,12 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert < 2.3.2 -> coq < 8.5~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert < 2.3.2 -> coq < 8.5~ -> ocaml < 4.05.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.1.1 - - coq-compcert < 2.3.2 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert < 2.3.2 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert < 2.3.2 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.3.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.3.2.html index 70c78778cafd..a219b7b300a3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.3.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.3.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert = 2.3.2 -> coq < 8.5~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 2.3.2 -> coq < 8.5~ -> ocaml < 4.05.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.1.1 - - coq-compcert = 2.3.2 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 2.3.2 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 2.3.2 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.4.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.4.0.html index a6445fb0ba47..022bd67c0582 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.4.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.4.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert = 2.4.0 -> coq < 8.5~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 2.4.0 -> coq < 8.5~ -> ocaml < 4.05.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.1.1 - - coq-compcert = 2.4.0 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 2.4.0 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 2.4.0 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.5.0.html index f16725b5722d..8ae512b94e20 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 2.5.0 -> menhir < 20180530 -> ocaml < 4.06.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.1.1 - - coq-compcert = 2.5.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 2.5.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 2.5.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.6.0.html index 63b740597c51..3472ed5e7f99 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 2.6.0 -> menhir < 20180530 -> ocaml < 4.06.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.1.1 - - coq-compcert = 2.6.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 2.6.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 2.6.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.7.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.7.1.html index 0848c82afff7..ce8b73150613 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.7.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/2.7.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 2.7.1 -> menhir < 20180530 -> ocaml < 4.06.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.1.1 - - coq-compcert = 2.7.1 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 2.7.1 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 2.7.1 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.0.0.html index e2f6ce0a361d..8ceefe7394f5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.0.0 -> menhir < 20180530 -> ocaml < 4.06.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.1.1 - - coq-compcert = 3.0.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.0.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.0.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.0.1.html index d89b20c2abe0..ee8448bedd32 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,12 +123,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.0.1 -> coq = 8.6 -> ocaml < 4.06.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.1.1 - - coq-compcert = 3.0.1 -> coq = 8.6 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.0.1 -> coq = 8.6 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.0.1 -> coq = 8.6 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.1.0.html index 4bde498b893b..2a473ebf70f3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.1.0 -> menhir < 20180530 -> ocaml < 4.06.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.1.1 - - coq-compcert = 3.1.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.1.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.1.0 -> menhir < 20180530 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.10.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.10.html index f9f30950653c..4a80d87ed568 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.10.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.10.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,14 +136,14 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert = 3.10 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-compcert = 3.10 -> coq < 8.16~ * Missing dependency: - coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.11.html index 775a4cf75f7f..b5a08b7f3694 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,14 +136,14 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert = 3.11 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.11 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-compcert = 3.11 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.11 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-compcert = 3.11 -> coq < 8.17~ * Missing dependency: - coq-compcert = 3.11 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.12.html index 74a240db0867..90a5e2ac8256 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -140,12 +140,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.12 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-compcert = 3.12 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.12 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.12 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.13.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.13.1.html index 9b3cb4c055da..888cef91bf53 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.13.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.13.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -79,7 +79,7 @@Context
homepage: "http://compcert.inria.fr/" bug-reports: "https://github.com/AbsInt/CompCert/issues" depends: [ - "coq" {>= "8.12.0" & < "8.19~"} + "coq" {>= "8.12.0" & < "8.20~"} "menhir" {>= "20190626" & != "dev"} "ocaml" {>= "4.05.0" & < "5~"} "coq-flocq" {>= "4.1.0" & < "5~"} @@ -136,12 +136,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.13.1 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-compcert = 3.13.1 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.13.1 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.13.1 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.13.html index 59ab61428f7a..60163169854a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,12 +136,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.13 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-compcert = 3.13 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.13 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.13 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.2.0.html index de106985f8d2..6b5acf95cbd1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.2.0 -> ocaml < 4.07.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.1.1 - - coq-compcert = 3.2.0 -> ocaml < 4.07.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.2.0 -> ocaml < 4.07.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.2.0 -> ocaml < 4.07.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.3.0.html index 93792692c5ac..4c7502c59369 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.3.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.3.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,12 +130,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.3.0 -> ocaml < 4.07.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.1.1 - - coq-compcert = 3.3.0 -> ocaml < 4.07.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.3.0 -> ocaml < 4.07.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.3.0 -> ocaml < 4.07.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.4.html index 819f099d8944..0b7f22aa1210 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,12 +130,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.4 -> ocaml < 4.08 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-compcert = 3.4 -> ocaml < 4.08 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.4 -> ocaml < 4.08 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.4 -> ocaml < 4.08 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.5+8.10.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.5+8.10.html index f0037e347715..64742ed736d9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.5+8.10.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.5+8.10.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -128,12 +128,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.5+8.10 -> ocaml < 4.08.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.1.1 - - coq-compcert = 3.5+8.10 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.5+8.10 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.5+8.10 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.5.html index a13039724878..d5c7aad2b992 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.5 -> ocaml < 4.08.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.1.1 - - coq-compcert = 3.5 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.5 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.5 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.6+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.6+8.11.html index d91d5a54845b..a76c4b0934cf 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.6+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.6+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,12 +130,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.6+8.11 -> coq = 8.11.0 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-compcert = 3.6+8.11 -> coq = 8.11.0 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.6+8.11 -> coq = 8.11.0 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.6+8.11 -> coq = 8.11.0 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.6.html index 2d15f0d6e524..95546898ba8f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,12 +123,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.6 -> menhir < 20200123 -> ocaml < 4.06.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.1.1 - - coq-compcert = 3.6 -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.6 -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.6 -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7+8.12~coq_platform.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7+8.12~coq_platform.html index 42dfa9b0f8ee..f4a32be9c9c2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7+8.12~coq_platform.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7+8.12~coq_platform.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -152,12 +152,12 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert = 3.7+8.12~coq_platform -> coq < 8.13 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.7+8.12~coq_platform -> coq < 8.13 -> ocaml < 4.05.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.1.1 - - coq-compcert = 3.7+8.12~coq_platform -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.7+8.12~coq_platform -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.7+8.12~coq_platform -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7+8.12~coq_platform~open_source.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7+8.12~coq_platform~open_source.html index 109916488f71..163f115fba66 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7+8.12~coq_platform~open_source.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7+8.12~coq_platform~open_source.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -155,12 +155,12 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert = 3.7+8.12~coq_platform~open_source -> coq < 8.13 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.7+8.12~coq_platform~open_source -> coq < 8.13 -> ocaml < 4.05.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.1.1 - - coq-compcert = 3.7+8.12~coq_platform~open_source -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.7+8.12~coq_platform~open_source -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.7+8.12~coq_platform~open_source -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7.html index 83c376ff474d..0c6d8dea77fd 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,12 +122,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.7 -> menhir < 20200123 -> ocaml < 4.06.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.1.1 - - coq-compcert = 3.7 -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.7 -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.7 -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7~coq-platform.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7~coq-platform.html index 9dfb237f2468..85a31a3998cf 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7~coq-platform.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7~coq-platform.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -139,12 +139,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.7~coq-platform -> menhir < 20200123 -> ocaml < 4.06.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.1.1 - - coq-compcert = 3.7~coq-platform -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.7~coq-platform -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.7~coq-platform -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7~coq-platform~open-source.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7~coq-platform~open-source.html index 12a3014823a9..300a361b878f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7~coq-platform~open-source.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.7~coq-platform~open-source.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -142,12 +142,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.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.1.1 - - coq-compcert = 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-compcert = 3.7~coq-platform~open-source -> menhir < 20200123 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.8.html index 051aaf4d0e64..e2a316875af0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -135,14 +135,14 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert = 3.8 -> coq < 8.14 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.8 -> coq < 8.14 -> ocaml < 4.05.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.1.1 - - coq-compcert = 3.8 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.8 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-compcert = 3.8 -> coq < 8.14 * Missing dependency: - coq-compcert = 3.8 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.9.html index 3d36b28c6bb7..6ee6a9da04f7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/3.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,14 +134,14 @@Dry install ๐๏ธ
- coq >= dev - coq-compcert = 3.9 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-compcert = 3.9 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-compcert = 3.9 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-compcert = 3.9 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-compcert = 3.9 -> coq < 8.15~ * Missing dependency: - coq-compcert = 3.9 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/dev.html index b76742e7a5a3..0b3604ad7fac 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/compcert/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -141,7 +141,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -166,7 +166,7 @@Install ๐
coq-menhirlib dev A support library for verified Coq parsers produced by Menhir coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system menhir dev An LR(1) parser generator menhirLib dev Runtime support library for parsers generated by Menhir menhirSdk dev Compile-time library for auxiliary tools related to Menhir @@ -187,8 +187,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-compcert.dev # command ~/.opam/opam-init/hooks/sandbox.sh build ./configure amd64-linux -prefix /home/bench/.opam/ocaml-base-compiler.5.1.1 -install-coqdev -clightgen -use-external-Flocq -use-external-MenhirLib -coqdevdir /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compcert -ignore-coq-version # exit-code 2 -# env-file ~/.opam/log/coq-compcert-31069-b60cb6.env -# output-file ~/.opam/log/coq-compcert-31069-b60cb6.out +# env-file ~/.opam/log/coq-compcert-2375-fc1349.env +# output-file ~/.opam/log/coq-compcert-2375-fc1349.out ### output ### # Testing assembler support for CFI directives... yes # Testing linker support for '-no-pie' / '-nopie' option... yes, '-no-pie' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.10.0.html index ac1b460f489c..772f6ce76df1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-concat = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concat = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-concat = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concat = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concat = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.5.0.html index ec56e80d4139..98ec5d51733e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -106,12 +106,12 @@Dry install ๐๏ธ
- coq >= dev - coq-concat < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concat < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-concat < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concat < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concat < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.6.0.html index 187a18416fdd..5f9a16748168 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
- coq >= dev - coq-concat = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concat = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-concat = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concat = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concat = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.7.0.html index da3a911ee8b9..ab7cf836270f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
- coq >= dev - coq-concat = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concat = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-concat = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concat = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concat = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.8.0.html index 332f81c38792..2c93fc41f768 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
- coq >= dev - coq-concat = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concat = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-concat = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concat = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concat = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.9.0.html index fc4997026e59..bc9ca76a8d2c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-concat = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concat = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-concat = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concat = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concat = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/dev.html index 84cf8694500c..ef026276c567 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concat/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -137,7 +137,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -155,21 +155,21 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-concat.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-concat-8157-d9fc95.env -# output-file ~/.opam/log/coq-concat-8157-d9fc95.out +# env-file ~/.opam/log/coq-concat-8345-0e822d.env +# output-file ~/.opam/log/coq-concat-8345-0e822d.out ### output ### # [...] # Warning: -# New coercion path [Prf_isInj; Build_Inj] : Inj >-> Inj (reversible) is not definitionally an identity function. +# New coercion path [Prf_equiv; Build_Setoid] : Setoid >-> Setoid (reversible) is not definitionally an identity function. # [ambiguous-paths,coercions,default] -# File "./SETOID/MapProperty.v", line 58, characters 0-17: +# File "./SETOID/SetoidPROD.v", line 27, characters 0-19: # Warning: -# New coercion path [Prf_isSurj; Build_Surj] : Surj >-> Surj (reversible) is not definitionally an identity function. +# New coercion path [Prf_PER; Build_PSetoid] : PSetoid >-> PSetoid (reversible) is not definitionally an identity function. +# [ambiguous-paths,coercions,default] +# File "./SETOID/SetoidPROD.v", line 27, characters 0-19: +# Warning: +# New coercion path [Pres; Build_Map] : Map >-> Map (reversible) is not definitionally an identity function. # [ambiguous-paths,coercions,default] -# File "./RELATIONS/CONFLUENCE/Coherence.v", line 145, characters 0-32: -# Warning: Adding and removing hints in the core database implicitly is -# deprecated. Please specify a hint database. -# [implicit-core-hint-db,deprecated-since-8.10,deprecated,default] # make: *** [Makefile:417: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-pluto/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-pluto/1.0.0.html index 4d6c4b67fc49..ea6257eac601 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-pluto/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-pluto/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concurrency-pluto < 1.1.0 -> coq-concurrency-proxy -> ocaml < 4.06 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-concurrency-pluto < 1.1.0 -> coq-concurrency-proxy -> ocaml < 4.06 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concurrency-pluto < 1.1.0 -> coq-concurrency-proxy -> ocaml < 4.06 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concurrency-pluto < 1.1.0 -> coq-concurrency-proxy -> ocaml < 4.06 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-pluto/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-pluto/1.1.0.html index 06348ee54af7..789e082114f5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-pluto/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-pluto/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concurrency-pluto >= 1.1.0 -> coq-concurrency-proxy -> ocaml < 4.06 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-concurrency-pluto >= 1.1.0 -> coq-concurrency-proxy -> ocaml < 4.06 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concurrency-pluto >= 1.1.0 -> coq-concurrency-proxy -> ocaml < 4.06 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concurrency-pluto >= 1.1.0 -> coq-concurrency-proxy -> ocaml < 4.06 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-proxy/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-proxy/1.0.0.html index 5d65ea1e31a8..d0c5ad9c42a3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-proxy/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-proxy/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concurrency-proxy -> ocaml < 4.06 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-concurrency-proxy -> ocaml < 4.06 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concurrency-proxy -> ocaml < 4.06 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concurrency-proxy -> ocaml < 4.06 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-system/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-system/1.0.0.html index 5c511f0890a9..e83b4f4f9ae9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-system/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-system/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-concurrency-system < 1.1.0 -> coq < 8.6 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concurrency-system < 1.1.0 -> coq < 8.6 -> ocaml < 4.05.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.1.1 - - coq-concurrency-system < 1.1.0 -> coq < 8.6 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concurrency-system < 1.1.0 -> coq < 8.6 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concurrency-system < 1.1.0 -> coq < 8.6 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-system/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-system/1.1.0.html index abf1027cf546..f3bb407020d1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-system/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/concurrency-system/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-concurrency-system >= 1.1.0 -> coq < 8.6 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-concurrency-system >= 1.1.0 -> coq < 8.6 -> ocaml < 4.05.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.1.1 - - coq-concurrency-system >= 1.1.0 -> coq < 8.6 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-concurrency-system >= 1.1.0 -> coq < 8.6 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-concurrency-system >= 1.1.0 -> coq < 8.6 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.10.0.html index cc170113ed09..a6f91acfeb5d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-constructive-geometry = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-constructive-geometry = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-constructive-geometry = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-constructive-geometry = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-constructive-geometry = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.5.0.html index f9989e808fce..96b532e2fc6e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
- coq >= dev - coq-constructive-geometry < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-constructive-geometry < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-constructive-geometry < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-constructive-geometry < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-constructive-geometry < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.6.0.html index 0938262c7f14..39ee54a5f4ff 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
- coq >= dev - coq-constructive-geometry = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-constructive-geometry = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-constructive-geometry = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-constructive-geometry = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-constructive-geometry = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.7.0.html index b4fdddde0d8b..00521e442801 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
- coq >= dev - coq-constructive-geometry = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-constructive-geometry = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-constructive-geometry = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-constructive-geometry = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-constructive-geometry = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.8.0.html index 91bfaa956777..1a225b3c41fe 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
- coq >= dev - coq-constructive-geometry = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-constructive-geometry = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-constructive-geometry = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-constructive-geometry = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-constructive-geometry = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.9.0.html index e9457fe057ed..914441c421b9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-constructive-geometry = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-constructive-geometry = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-constructive-geometry = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-constructive-geometry = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-constructive-geometry = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/dev.html index 534ff9de1c95..02d942d88f69 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/constructive-geometry/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -139,7 +139,7 @@Installation size
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ConstructiveGeometry/part3.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ConstructiveGeometry/part1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ConstructiveGeometry/orthogonality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ConstructiveGeometry/problems.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ConstructiveGeometry/problems.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ConstructiveGeometry/affinity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ConstructiveGeometry/part2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ConstructiveGeometry/affinity.vo
# Packages matching: installed # Name # Installed # Synopsis @@ -158,7 +158,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -184,13 +184,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder 1.6.0 - install coq-mathcomp-ssreflect dev @@ -205,121 +205,125 @@Install dependencies
===== 36 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved coq-hierarchy-builder.1.6.0 (https://github.com/math-comp/hierarchy-builder/releases/download/v1.6.0/hierarchy-builder-1.6.0.tar.gz) -> installed camlp-streams.5.0.1 --> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved coq-hierarchy-builder.1.6.0 (https://github.com/math-comp/hierarchy-builder/releases/download/v1.6.0/hierarchy-builder-1.6.0.tar.gz) -> installed cmdliner.1.2.0 +-> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved coq-mathcomp-multinomials.dev (git+https://github.com/math-comp/multinomials.git#master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) -> installed cppo.1.6.9 -> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> installed coq-bignums.dev -> retrieved coq-paramcoq.dev (git+https://github.com/coq-community/paramcoq.git) -> installed coq-paramcoq.dev --> installed coq-bignums.dev --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base -> installed ppx_derivers.1.2.1 --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 +-> installed seq.base +-> installed menhirLib.dev -> installed ocaml-compiler-libs.v0.12.4 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed re.1.11.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev +-> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# +-> installed elpi.1.18.1 +-> installed coq-elpi.dev +-> installed coq-hierarchy-builder.1.6.0 +[ERROR] The compilation of coq-mathcomp-ssreflect.dev failed at "make -C mathcomp/ssreflect -j 4". +#=== ERROR while compiling coq-mathcomp-ssreflect.dev =========================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-ssreflect.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -C mathcomp/ssreflect -j 4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-837-20ee0a.env -# output-file ~/.opam/log/coq-elpi-837-20ee0a.out +# env-file ~/.opam/log/coq-mathcomp-ssreflect-20513-0711f5.env +# output-file ~/.opam/log/coq-mathcomp-ssreflect-20513-0711f5.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# begin-module "hasDecEq" action. Interp actions must match synterp actions. +# For example if a module was imported during the synterp phase, then it must +# also be imported during the interp one. +# The command lacks code for the synterp phase. In order to add code to this +# phase use '#[synterp] Elpi Accumulate'. See also +# https://lpcic.github.io/coq-elpi/tutorial_coq_elpi_command.html#parsing-and-execution +# +# make[2]: *** [Makefile.coq:848: eqtype.vo] Error 1 +# make[2]: *** [eqtype.vo] Deleting file 'eqtype.glob' +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make: *** [../Makefile.common:99: this-build] Error 2 +# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-ssreflect.dev/mathcomp/ssreflect' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev +| - build coq-mathcomp-ssreflect dev +- +- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-bignums dev -| - install coq-paramcoq dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - install atd 2.15.0 +| - install atdgen 2.15.0 +| - install atdgen-runtime 2.15.0 +| - install atdts 2.15.0 +| - install biniou 1.2.2 +| - install camlp-streams 5.0.1 +| - install cmdliner 1.2.0 +| - install coq-bignums dev +| - install coq-elpi dev +| - install coq-hierarchy-builder 1.6.0 +| - install coq-paramcoq dev +| - install cppo 1.6.9 +| - install easy-format 1.3.4 +| - install elpi 1.18.1 +| - install menhir dev +| - install menhirLib dev +| - install menhirSdk dev +| - install ocaml-compiler-libs v0.12.4 +| - install ppx_derivers 1.2.1 +| - install ppx_deriving 5.2.1 +| - install ppxlib 0.32.0 +| - install re 1.11.0 +| - install result 1.5 +| - install seq base +| - install sexplib0 v0.16.0 +| - install stdlib-shims 0.3.0 +| - install yojson 2.1.2 +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127214046.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240221020555.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-coqeal.2.0.1 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install stdlib-shims 0.3.0 - - install menhirLib dev - - install coq-bignums dev - - install menhirSdk dev - - install result 1.5 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install coq-paramcoq dev - - install yojson 2.1.2 - - install re 1.11.0 - - install menhir dev - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-finmap dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-bigenough dev - - install coq-mathcomp-algebra dev - - install coq-mathcomp-solvable dev - - install coq-mathcomp-multinomials dev - - install coq-mathcomp-field dev - - install coq-mathcomp-real-closed dev -===== 36 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) --> retrieved coq-mathcomp-multinomials.dev (git+https://github.com/math-comp/multinomials.git#master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-paramcoq.dev (git+https://github.com/coq-community/paramcoq.git) --> installed coq-bignums.dev --> installed coq-paramcoq.dev --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-10734-1f0b81.env -# output-file ~/.opam/log/coq-elpi-10734-1f0b81.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-bignums dev -| - install coq-paramcoq dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130104529.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-coqeal.2.0.1 coq.dev
No files were installed.
+Total: 21 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/multipoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/dvdring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/kaplansky.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/dvdring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/kaplansky.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/multipoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/edr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smithpid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/coherent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/polydvd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/fpmod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/similar.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/frobenius_form.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/mxstructure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/polydvd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binrat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/frobenius_form.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/rational.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/fpmod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith_complements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/param.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/edr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/similar.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/mxstructure.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/coherent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/jordan.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binrat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binnat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binint.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/closed_poly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/refinements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smithpid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/minor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/companion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_div.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith_complements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/rational.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/perm_eq_image.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/jordan.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/gauss.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binnat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/refinements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/minor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/rank.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/closed_poly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/strassen.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/toomcook.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/multipoly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binord.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/companion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/dvdring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/pos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_div.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/perm_eq_image.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/boolF2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/karatsuba.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hrel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/toomcook.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/karatsuba.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hpoly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_op.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/kaplansky.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/strassen.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/fpmod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/frobenius_form.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/polydvd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/rank.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/gauss.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binord.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/mxstructure.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binrat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/similar.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/edr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/coherent.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binint.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/refinements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binnat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith_complements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hrel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/rational.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smithpid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/boolF2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/jordan.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/closed_poly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/minor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/pos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/param.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/perm_eq_image.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_div.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/companion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_op.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binord.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/strassen.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/toomcook.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/boolF2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/rank.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/gauss.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/param.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hrel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/pos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/karatsuba.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_op.v
true
opam remove -y coq-coqeal.2.0.1
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "Cyril Cohen <cyril.cohen@inria.fr>" +homepage: "https://github.com/coq-community/coqeal" +dev-repo: "git+https://github.com/coq-community/coqeal.git" +bug-reports: "https://github.com/coq-community/coqeal/issues" +license: "MIT" +synopsis: "CoqEAL - The Coq Effective Algebra Library" +description: """ +This Coq library contains a subset of the work that was developed in the context +of the ForMath EU FP7 project (2009-2013). It has two parts: +- theory, which contains developments in algebra including normal forms of matrices, + and optimized algorithms on MathComp data structures. +- refinements, which is a framework to ease change of data representations during a proof.""" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "coq" {(>= "8.16" & < "8.20~") | (= "dev")} + "coq-bignums" + "coq-paramcoq" {>= "1.1.3"} + "coq-hierarchy-builder" {>= "1.4.0"} + "coq-mathcomp-ssreflect" {>= "2.0"} + "coq-mathcomp-algebra" + "coq-mathcomp-multinomials" {>= "2.0"} + "coq-mathcomp-real-closed" {>= "2.0"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" + "keyword:effective algebra" + "keyword:elementary divisor rings" + "keyword:Smith normal form" + "keyword:mathematical components" + "keyword:Bareiss" + "keyword:Karatsuba multiplication" + "keyword:refinements" + "logpath:CoqEAL" +] +authors: [ + "Guillaume Cano" + "Cyril Cohen" + "Maxime Dรฉnรจs" + "รrik Martin-Dorel" + "Anders Mรถrtberg" + "Damien Rouhling" + "Pierre Roux" + "Vincent Siles" +] +url { + src: "https://github.com/coq-community/coqeal/archive/refs/tags/2.0.2.tar.gz" + checksum: "sha512=a1bd42c9d359a02221f211c8e748510ec7700dbd1dce080bcdfd0bb7e141c597c75d95a352e833ab74217e5067b51684be1a1629f3fdead531695025dba912a1" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-coqeal.2.0.2 coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-coqeal.2.0.2 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-coqeal.2.0.2 coq.dev
Total: 21 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/multipoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/dvdring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/kaplansky.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/dvdring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/kaplansky.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/multipoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/edr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smithpid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/coherent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/polydvd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/fpmod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/similar.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/frobenius_form.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/mxstructure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/polydvd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binrat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/frobenius_form.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/rational.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/fpmod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith_complements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/param.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/edr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/similar.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/mxstructure.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/coherent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/jordan.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binnat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binrat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binint.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/closed_poly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/refinements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smithpid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/minor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/companion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_div.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith_complements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/rational.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/perm_eq_image.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/jordan.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binnat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/gauss.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/refinements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/minor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/rank.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/closed_poly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/strassen.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/multipoly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/toomcook.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binord.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/companion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/dvdring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/pos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_div.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/perm_eq_image.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/boolF2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/karatsuba.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hrel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/toomcook.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/karatsuba.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hpoly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_op.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/kaplansky.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/strassen.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/fpmod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/frobenius_form.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/polydvd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/rank.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/gauss.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binord.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/mxstructure.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binrat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/similar.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/edr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/coherent.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binint.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/refinements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binnat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith_complements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hrel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/rational.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smithpid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/smith.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/boolF2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/jordan.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/closed_poly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/minor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/pos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/param.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/perm_eq_image.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_div.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/companion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_op.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/binord.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/strassen.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/toomcook.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/boolF2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/rank.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/gauss.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/param.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/hrel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/pos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/karatsuba.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqEAL/refinements/poly_op.v
opam remove -y coq-coqeal.2.0.2
# Packages matching: installed # Name # Installed # Synopsis @@ -154,7 +154,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -180,13 +180,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -205,82 +205,82 @@Install dependencies
-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) -> retrieved coq-mathcomp-multinomials.dev (git+https://github.com/math-comp/multinomials.git#master) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-paramcoq.dev (git+https://github.com/coq-community/paramcoq.git) --> installed coq-paramcoq.dev -> installed coq-bignums.dev +-> installed coq-paramcoq.dev +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> installed re.1.11.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed result.1.5 +-> installed seq.base +-> installed menhirLib.dev +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirSdk.dev -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 +-> installed re.1.11.0 -> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-32145-874bf7.env -# output-file ~/.opam/log/coq-elpi-32145-874bf7.out +# env-file ~/.opam/log/coq-elpi-31375-e973ef.env +# output-file ~/.opam/log/coq-elpi-31375-e973ef.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -298,14 +298,14 @@Install dependencies
| - install coq-paramcoq dev | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -315,7 +315,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131173959.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225003006.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqffi < 1.0.0~beta2 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-coqffi < 1.0.0~beta2 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqffi < 1.0.0~beta2 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqffi < 1.0.0~beta2 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta2.html index 3c631cb5e8ac..afa49b91cf4d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqffi = 1.0.0~beta2 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-coqffi = 1.0.0~beta2 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqffi = 1.0.0~beta2 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqffi = 1.0.0~beta2 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta3.html index 5ebcb84c304e..9fbae38efad3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqffi = 1.0.0~beta3 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-coqffi = 1.0.0~beta3 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqffi = 1.0.0~beta3 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqffi = 1.0.0~beta3 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta4.html index 72826a186e80..3027bc00f2a4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqffi = 1.0.0~beta4 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-coqffi = 1.0.0~beta4 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqffi = 1.0.0~beta4 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqffi = 1.0.0~beta4 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta5.html index ae70943ec67c..12ada1aee937 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta6.html index 730536fe50ac..9a188d2f0b73 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqffi = 1.0.0~beta6 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-coqffi = 1.0.0~beta6 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqffi = 1.0.0~beta6 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqffi = 1.0.0~beta6 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta7.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta7.html index b447dadbd991..392c7a5e67ab 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta7.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta7.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqffi = 1.0.0~beta7 -> ocaml < 4.13~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-coqffi = 1.0.0~beta7 -> ocaml < 4.13~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqffi = 1.0.0~beta7 -> ocaml < 4.13~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqffi = 1.0.0~beta7 -> ocaml < 4.13~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta8.html index 0c7225b4e7f2..281e9739f1b0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/1.0.0~beta8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqffi = 1.0.0~beta8 -> ocaml < 5.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.1.1 - - coq-coqffi = 1.0.0~beta8 -> ocaml < 5.0~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqffi = 1.0.0~beta8 -> ocaml < 5.0~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqffi = 1.0.0~beta8 -> ocaml < 5.0~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/dev.html index e84dadef0c0a..1fd3bb1e653b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqffi/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqffi >= dev -> ocaml < 5.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.1.1 - - coq-coqffi >= dev -> ocaml < 5.0~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqffi >= dev -> ocaml < 5.0~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqffi >= dev -> ocaml < 5.0~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.10.0.html index c35a6b883033..0b611285b5c3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqoban = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqoban = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-coqoban = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqoban = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqoban = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.11.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.11.0.html index eb3e008b6ce4..ae1747ee6d81 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.11.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.11.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.13.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.13.0.html index 73e6274a0b6b..2ed4aa958899 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.13.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.13.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.5.0.html index 46bd532d175d..5127129d974c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqoban < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqoban < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-coqoban < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqoban < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqoban < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.6.0.html index 9581ca175a9f..aff9f12d1bc9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqoban = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqoban = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-coqoban = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqoban = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqoban = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.7.0.html index 4e3f7fe812f6..b16ce59300e7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqoban = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqoban = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-coqoban = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqoban = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqoban = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.8.0.html index df30b744b1c3..752b537b233e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqoban = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqoban = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-coqoban = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqoban = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqoban = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.9.0.html index 09de06bfada3..e43250a5a764 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqoban = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqoban = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-coqoban = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqoban = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqoban = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/dev.html index c1cfe2321fa9..f8e71adf14c4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqoban/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -140,7 +140,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -158,8 +158,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-coqoban.dev # command ~/.opam/opam-init/hooks/sandbox.sh build coq_makefile -f Make -o Makefile # exit-code 1 -# env-file ~/.opam/log/coq-coqoban-11172-765c52.env -# output-file ~/.opam/log/coq-coqoban-11172-765c52.out +# env-file ~/.opam/log/coq-coqoban-7675-db265c.env +# output-file ~/.opam/log/coq-coqoban-7675-db265c.out ### output ### # Error: Make: No such file or directory. <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime-generator/1.1.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime-generator/1.1.1.html index f12d64078451..59810e0f1aa6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime-generator/1.1.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime-generator/1.1.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -163,7 +163,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system gmp-ecm 7.0.3 GMP-ECM library for the Elliptic Curve Method (ECM) for integer factorization num 1.5 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 5.1.1 The OCaml compiler (virtual package) @@ -194,7 +194,8 @@Install ๐
- checking whether the compiler supports GNU C... yes - checking whether gcc accepts -g... yes - checking for gcc option to enable C11 features... none needed -- checking for log in -lm... yes +- checking for log in -lm... +- yes - checking for __gmpz_init in -lgmp... yes - checking for ecm_init in -lecm... yes - configure: creating ./config.status @@ -231,8 +232,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-coqprime-generator.1.1.1 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 # exit-code 2 -# env-file ~/.opam/log/coq-coqprime-generator-4204-d8ea7f.env -# output-file ~/.opam/log/coq-coqprime-generator-4204-d8ea7f.out +# env-file ~/.opam/log/coq-coqprime-generator-8118-d7bfa9.env +# output-file ~/.opam/log/coq-coqprime-generator-8118-d7bfa9.out ### output ### # [...] # OCaml's lib directory layout changed in 5.0. The str subdirectory has been diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime-generator/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime-generator/dev.html index b7c9262856a9..1af70b77a926 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime-generator/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime-generator/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,7 +162,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system gmp-ecm 7.0.3 GMP-ECM library for the Elliptic Curve Method (ECM) for integer factorization num 1.5 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 5.1.1 The OCaml compiler (virtual package) @@ -182,8 +182,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-coqprime-generator.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 # exit-code 2 -# env-file ~/.opam/log/coq-coqprime-generator-24886-67c287.env -# output-file ~/.opam/log/coq-coqprime-generator-24886-67c287.out +# env-file ~/.opam/log/coq-coqprime-generator-5207-ab87ed.env +# output-file ~/.opam/log/coq-coqprime-generator-5207-ab87ed.out ### output ### # [...] # OCaml's lib directory layout changed in 5.0. The str subdirectory has been diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.0.html index 1110c58df407..69cb0f3bba86 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -110,12 +110,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime < 1.0.1 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime < 1.0.1 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-coqprime < 1.0.1 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime < 1.0.1 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqprime < 1.0.1 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.1.html index 30e1431b79e8..0db0f777a2d6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime = 1.0.1 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime = 1.0.1 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-coqprime = 1.0.1 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime = 1.0.1 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqprime = 1.0.1 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.2.html index 147384e49b05..e5769476cb75 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime = 1.0.2 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime = 1.0.2 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-coqprime = 1.0.2 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime = 1.0.2 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqprime = 1.0.2 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.3.html index 9c100a45272c..07abfe25b7a2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime = 1.0.3 -> coq < 8.12 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime = 1.0.3 -> coq < 8.12 -> ocaml < 4.05.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.1.1 - - coq-coqprime = 1.0.3 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime = 1.0.3 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqprime = 1.0.3 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.4.html index ca2a7e3c43f0..4e75616ed216 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -110,12 +110,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime = 1.0.4 -> coq < 8.12 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime = 1.0.4 -> coq < 8.12 -> ocaml < 4.05.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.1.1 - - coq-coqprime = 1.0.4 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime = 1.0.4 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqprime = 1.0.4 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.5.html index 3962948aa81c..1b03f66e3081 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime = 1.0.5 -> coq < 8.12 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime = 1.0.5 -> coq < 8.12 -> ocaml < 4.05.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.1.1 - - coq-coqprime = 1.0.5 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime = 1.0.5 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coqprime = 1.0.5 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.6.html index b90b2a2b6380..c272bf7ab0f8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.0.6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,14 +108,14 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime = 1.0.6 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime = 1.0.6 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-coqprime = 1.0.6 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime = 1.0.6 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-coqprime = 1.0.6 -> coq < 8.14~ * Missing dependency: - coq-coqprime = 1.0.6 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.1.0.html index 855b68a60db8..9fa267ef9fbf 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -140,7 +140,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -187,23 +187,23 @@Install ๐
- COQC src/Coqprime/Z/ZCmisc.v - COQC src/Coqprime/Z/Zmod.v - COQC src/Coqprime/Z/Ppow.v -- File "./src/Coqprime/N/NatAux.v", line 34, characters 18-26: -- Error: The variable plus_0_r was not found in the current environment. -- -- make[1]: *** [Makefile.coq:848: src/Coqprime/N/NatAux.vo] Error 1 -- make[1]: *** [src/Coqprime/N/NatAux.vo] Deleting file 'src/Coqprime/N/NatAux.glob' -- make[1]: *** Waiting for unfinished jobs.... -- File "./src/Coqprime/Z/Zmod.v", line 91, characters 25-37: -- Error: The variable Z_div_mod_eq was not found in the current environment. -- -- make[1]: *** [Makefile.coq:848: src/Coqprime/Z/Zmod.vo] Error 1 -- make[1]: *** [src/Coqprime/Z/Zmod.vo] Deleting file 'src/Coqprime/Z/Zmod.glob' - File "./src/Coqprime/Z/ZCmisc.v", line 57, characters 6-11: - Warning: Unused variable IsNeq might be a misspelled constructor. Use _ or - _IsNeq to silence this warning. [unused-pattern-matching-variable,default] +- File "./src/Coqprime/Z/Zmod.v", line 91, characters 25-37: +- Error: The variable Z_div_mod_eq was not found in the current environment. +- - File "./src/Coqprime/Z/ZCmisc.v", line 78, characters 1-9: - Error: The reference elimtype was not found in the current environment. - +- File "./src/Coqprime/N/NatAux.v", line 34, characters 18-26: +- Error: The variable plus_0_r was not found in the current environment. +- +- make[1]: *** [Makefile.coq:848: src/Coqprime/Z/Zmod.vo] Error 1 +- make[1]: *** [src/Coqprime/Z/Zmod.vo] Deleting file 'src/Coqprime/Z/Zmod.glob' +- make[1]: *** Waiting for unfinished jobs.... +- make[1]: *** [Makefile.coq:848: src/Coqprime/N/NatAux.vo] Error 1 +- make[1]: *** [src/Coqprime/N/NatAux.vo] Deleting file 'src/Coqprime/N/NatAux.glob' - make[1]: *** [Makefile.coq:848: src/Coqprime/Z/ZCmisc.vo] Error 1 - make[1]: *** [src/Coqprime/Z/ZCmisc.vo] Deleting file 'src/Coqprime/Z/ZCmisc.glob' - make: *** [Makefile.coq:417: all] Error 2 @@ -213,19 +213,19 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-coqprime.1.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-coqprime-6435-497dfd.env -# output-file ~/.opam/log/coq-coqprime-6435-497dfd.out +# env-file ~/.opam/log/coq-coqprime-20305-52478b.env +# output-file ~/.opam/log/coq-coqprime-20305-52478b.out ### output ### -# Error: The variable Z_div_mod_eq was not found in the current environment. +# Error: The reference elimtype was not found in the current environment. # [...] +# File "./src/Coqprime/N/NatAux.v", line 34, characters 18-26: +# Error: The variable plus_0_r was not found in the current environment. +# # make[1]: *** [Makefile.coq:848: src/Coqprime/Z/Zmod.vo] Error 1 # make[1]: *** [src/Coqprime/Z/Zmod.vo] Deleting file 'src/Coqprime/Z/Zmod.glob' -# File "./src/Coqprime/Z/ZCmisc.v", line 57, characters 6-11: -# Warning: Unused variable IsNeq might be a misspelled constructor. Use _ or -# _IsNeq to silence this warning. [unused-pattern-matching-variable,default] -# File "./src/Coqprime/Z/ZCmisc.v", line 78, characters 1-9: -# Error: The reference elimtype was not found in the current environment. -# +# make[1]: *** Waiting for unfinished jobs.... +# make[1]: *** [Makefile.coq:848: src/Coqprime/N/NatAux.vo] Error 1 +# make[1]: *** [src/Coqprime/N/NatAux.vo] Deleting file 'src/Coqprime/N/NatAux.glob' # make[1]: *** [Makefile.coq:848: src/Coqprime/Z/ZCmisc.vo] Error 1 # make[1]: *** [src/Coqprime/Z/ZCmisc.vo] Deleting file 'src/Coqprime/Z/ZCmisc.glob' # make: *** [Makefile.coq:417: all] Error 2 diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.1.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.1.1.html index 1b45885def9d..2ff4a7a72318 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.1.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.1.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -140,7 +140,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -196,11 +196,11 @@Install ๐
- File "./src/Coqprime/Z/Zmod.v", line 91, characters 25-37: - Error: The variable Z_div_mod_eq was not found in the current environment. - -- make[1]: *** [Makefile.coq:848: src/Coqprime/Z/Zmod.vo] Error 1 -- make[1]: *** [src/Coqprime/Z/Zmod.vo] Deleting file 'src/Coqprime/Z/Zmod.glob' - File "./src/Coqprime/Z/ZCmisc.v", line 57, characters 6-11: - Warning: Unused variable IsNeq might be a misspelled constructor. Use _ or - _IsNeq to silence this warning. [unused-pattern-matching-variable,default] +- make[1]: *** [Makefile.coq:848: src/Coqprime/Z/Zmod.vo] Error 1 +- make[1]: *** [src/Coqprime/Z/Zmod.vo] Deleting file 'src/Coqprime/Z/Zmod.glob' - File "./src/Coqprime/Z/ZCmisc.v", line 78, characters 1-9: - Error: The reference elimtype was not found in the current environment. - @@ -213,16 +213,16 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-coqprime.1.1.1 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-coqprime-32494-6a79fb.env -# output-file ~/.opam/log/coq-coqprime-32494-6a79fb.out +# env-file ~/.opam/log/coq-coqprime-31910-cce591.env +# output-file ~/.opam/log/coq-coqprime-31910-cce591.out ### output ### # Error: The variable Z_div_mod_eq was not found in the current environment. # [...] -# make[1]: *** [Makefile.coq:848: src/Coqprime/Z/Zmod.vo] Error 1 -# make[1]: *** [src/Coqprime/Z/Zmod.vo] Deleting file 'src/Coqprime/Z/Zmod.glob' # File "./src/Coqprime/Z/ZCmisc.v", line 57, characters 6-11: # Warning: Unused variable IsNeq might be a misspelled constructor. Use _ or # _IsNeq to silence this warning. [unused-pattern-matching-variable,default] +# make[1]: *** [Makefile.coq:848: src/Coqprime/Z/Zmod.vo] Error 1 +# make[1]: *** [src/Coqprime/Z/Zmod.vo] Deleting file 'src/Coqprime/Z/Zmod.glob' # File "./src/Coqprime/Z/ZCmisc.v", line 78, characters 1-9: # Error: The reference elimtype was not found in the current environment. # diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.2.0.html index 6b131bc6481d..da73eb2902f1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,14 +108,14 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime = 1.2.0 -> coq < 8.17 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime = 1.2.0 -> coq < 8.17 -> ocaml < 4.05.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.1.1 - - coq-coqprime = 1.2.0 -> coq < 8.17 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime = 1.2.0 -> coq < 8.17 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-coqprime = 1.2.0 -> coq < 8.17 * Missing dependency: - coq-coqprime = 1.2.0 -> coq < 8.17 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.3.0.html index 5665a41ee170..142011663fda 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.3.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.3.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,14 +108,14 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime = 1.3.0 -> coq < 8.19 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime = 1.3.0 -> coq < 8.19 -> ocaml < 4.05.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.1.1 - - coq-coqprime = 1.3.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime = 1.3.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-coqprime = 1.3.0 -> coq < 8.19 * Missing dependency: - coq-coqprime = 1.3.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.4.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.4.0.html index e7da17152154..a9fe24a404f6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.4.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/1.4.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,14 +108,14 @@Dry install ๐๏ธ
- coq >= dev - coq-coqprime = 1.4.0 -> coq < 8.20 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coqprime = 1.4.0 -> coq < 8.20 -> ocaml < 4.05.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.1.1 - - coq-coqprime = 1.4.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coqprime = 1.4.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-coqprime = 1.4.0 -> coq < 8.20 * Missing dependency: - coq-coqprime = 1.4.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/dev.html index 7d1c7478ee77..8705c319b765 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coqprime/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -139,9 +139,9 @@Installation size
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/elliptic/ZEll.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/montgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/Mod_op.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/montgomery.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/montgomery.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/elliptic/SMain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/Mod_op.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/Mod_op.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/elliptic/ZEll.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/NEll.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/N/ChineseRem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/Z/Pmod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/LucasLehmer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/PocklingtonCertificat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/EGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/EGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/elliptic/GZnZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/Z/Pmod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/Lucas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/List/Permutation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/Pocklington.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/Pocklington.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/Z/ZSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/Z/ZSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/Zp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/PGroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/elliptic/SMain.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/montgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/elliptic/ZEll.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/Z/ZCAux.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/Proth.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/Proth.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/Mod_op.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/IGroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/FGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/N/ChineseRem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/MEll.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/Lagrange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/Bits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/List/Iterator.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/List/UList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/Bits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/num/Pock.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/PrimalityTest/Euler.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coqprime/elliptic/GZnZ.glob
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coquelicot = 3.0.3+8.11 -> coq = 8.11.0 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-coquelicot = 3.0.3+8.11 -> coq = 8.11.0 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coquelicot = 3.0.3+8.11 -> coq = 8.11.0 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coquelicot = 3.0.3+8.11 -> coq = 8.11.0 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.0.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.0.3.html index f140fa159900..ae8e19ca0e9b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.0.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.0.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
- coq >= dev - coq-coquelicot = 3.0.3 -> coq < 8.11 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coquelicot = 3.0.3 -> coq < 8.11 -> ocaml < 4.05.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.1.1 - - coq-coquelicot = 3.0.3 -> coq < 8.11 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coquelicot = 3.0.3 -> coq < 8.11 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-coquelicot = 3.0.3 -> coq < 8.11 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.1.0.html index 7dff0f79a118..ebc4731d5c7a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-coquelicot = 3.1.0 -> coq < 8.14 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coquelicot = 3.1.0 -> coq < 8.14 -> ocaml < 4.05.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.1.1 - - coq-coquelicot = 3.1.0 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coquelicot = 3.1.0 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-coquelicot = 3.1.0 -> coq < 8.14 * Missing dependency: - coq-coquelicot = 3.1.0 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.2.0.html index 4d1fc2b3aa86..b548a7df6e82 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-coquelicot = 3.2.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coquelicot = 3.2.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-coquelicot = 3.2.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coquelicot = 3.2.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-coquelicot = 3.2.0 -> coq < 8.19~ * Missing dependency: - coq-coquelicot = 3.2.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.3.0.html index ef6ab3c9beaf..b824311920cc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.3.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.3.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-coquelicot = 3.3.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coquelicot = 3.3.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-coquelicot = 3.3.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coquelicot = 3.3.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-coquelicot = 3.3.0 -> coq < 8.19~ * Missing dependency: - coq-coquelicot = 3.3.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.3.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.3.1.html index 62b5ad34be9d..346348c5fbb7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.3.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.3.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-coquelicot = 3.3.1 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coquelicot = 3.3.1 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-coquelicot = 3.3.1 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coquelicot = 3.3.1 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-coquelicot = 3.3.1 -> coq < 8.19~ * Missing dependency: - coq-coquelicot = 3.3.1 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.4.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.4.0.html index 1809ec2b6eb1..1f9e77e0723c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.4.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.4.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-coquelicot = 3.4.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-coquelicot = 3.4.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-coquelicot = 3.4.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-coquelicot = 3.4.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-coquelicot = 3.4.0 -> coq < 8.19~ * Missing dependency: - coq-coquelicot = 3.4.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.4.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.4.1.html index 0cb6d0586eb9..2a97c45ef600 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.4.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/coquelicot/3.4.1.html @@ -3,7 +3,7 @@ -coquelicot: Error with dependencies ๐ +coquelicot: 2 m 0 s ๐ @@ -39,7 +39,7 @@coquelicot 3.4.1 - Error with dependencies ๐ + 2 m 0 s ๐
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -128,180 +128,51 @@Install dependencies
opam list; echo; timeout 4h opam install -y --deps-only coq-coquelicot.3.4.1 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install conf-g++ 1.0 - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 27 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed conf-g++.1.0 --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-8787-8e6220.env -# output-file ~/.opam/log/coq-elpi-8787-8e6220.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install conf-g++ 1.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130120811.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-coquelicot.3.4.1 coq.dev
No files were installed.
+Total: 6 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/RInt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Hierarchy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/SF_seq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Derive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Lim_seq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/PSeries.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/AutoDerive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Rcomplements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Derive_2d.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/RInt_analysis.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Continuity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Series.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Rbar.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Complex.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Seq_fct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/ElemFct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/KHInt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Equiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Lub.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Compactness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/RInt_gen.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Iter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Markov.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Coquelicot/Coquelicot.vo
true
opam remove -y coq-coquelicot.3.4.1
# Packages matching: installed # Name # Installed # Synopsis @@ -135,7 +135,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -159,13 +159,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -175,26 +175,26 @@Install dependencies
-> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base @@ -206,40 +206,40 @@Install dependencies
-> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed yojson.2.1.2 -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> installed atdgen-runtime.2.15.0 -> installed menhirSdk.dev -> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-32106-f7e35c.env -# output-file ~/.opam/log/coq-elpi-32106-f7e35c.out +# env-file ~/.opam/log/coq-elpi-4473-de2dd8.env +# output-file ~/.opam/log/coq-elpi-4473-de2dd8.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -255,14 +255,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -272,7 +272,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130004107.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222032025.export"
Total: 7 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Properties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Properties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Solver.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/OperatorOverloading.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/OperatorOverloading.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/OperatorOverloading.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Properties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PropSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ZList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PropSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfListWord.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndianList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Naive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Interface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Interface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/BitOps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/ZLib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfFunc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSetters.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PropSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/prove_Zeq_bitwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ZList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/BigEndian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PropSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSettersUsingExistingGetters.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Result.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSettersUsingExistingGetters.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/bitblast.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSetters.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfListWord.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/SimplWordExpr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/BitOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Solver.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_to_string.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Sorting/OrderToPermutation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/ZLib.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/HList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Interface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/div_mod_to_equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/pattern_tuple.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/div_mod_to_equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Funext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListWord.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Simp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapKeys.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Simp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/ZifyLittleEndian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/PushPullMod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Byte.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Naive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Naive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/SafeSimpl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Properties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSetters.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/DebugWordEq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndianList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/Lia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Z_keyed_SortedListMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Inhabited.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/Lia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ToConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_to_string.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Interface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/rewr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_map_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Decidable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_map_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/forward.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Empty_set_keyed_map.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfOptionListZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/prove_Zeq_bitwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_list_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_list_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSettersUsingExistingGetters.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/OperatorOverloading.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfFunc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Solver.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfFunc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Result.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Lia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Bitwidth.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/HList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Bitwidth.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_word_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Bitwidth64.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Bitwidth32.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Sorting/OrderToPermutation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/reference_to_string.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/destr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/ident_to_string.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_arith_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Ring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/div_mod_to_equations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/pattern_tuple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/String.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PropSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/div_to_equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/foreach_hyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Byte.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/ZifyLittleEndian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PropSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/syntactic_unify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ZList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ltac_list_ops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ToConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Funext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ltac_list_ops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapKeys.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Funext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/eplace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Sorting/Permutation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfListWord.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/BigEndian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/String.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/SimplWordExpr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/BigEndian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/pattern_tuple.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ParamRecords.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListWord.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_ops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/Lia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fold_hyps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Failf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PrimitivePair.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndianList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Std.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Failf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Interface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/symmetry.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ltac_list_ops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/WithBaseName.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Notations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/eabstract.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/String.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Char.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/symmetry.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ToConversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_map_hints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/syntactic_unify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Inhabited.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/DebugWordEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_to_string.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/safe_auto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/DebugWordEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/ZifyLittleEndian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/BigEndian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_ops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ProveInversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ParamRecords.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/dlet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/String.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/simpl_rewrite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Simp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapKeys.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/subst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/grepeat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfOptionListZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_map_hints.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/String.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/forward.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/WithBaseName.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Failf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/rdelta.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/DebugWordEq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_list_hints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Constr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Ltac2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/reference_to_string.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ProveInversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListZ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Bitwidth.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Failf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/dlist.glob
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-corn = 1.2.0 -> coq-math-classes = 1.0.7 -> coq = 8.6 -> ocaml < 4.06.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.1.1 - - coq-corn = 1.2.0 -> coq-math-classes = 1.0.7 -> coq = 8.6 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-corn = 1.2.0 -> coq-math-classes = 1.0.7 -> coq = 8.6 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-corn = 1.2.0 -> coq-math-classes = 1.0.7 -> coq = 8.6 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.12.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.12.0.html index ac0e2f0dcccc..e51caeb5c44c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.12.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.12.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -167,12 +167,12 @@Dry install ๐๏ธ
- coq >= dev - coq-corn = 8.12.0 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-corn = 8.12.0 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-corn = 8.12.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-corn = 8.12.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-corn = 8.12.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.13.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.13.0.html index 5b9920c0e7ba..966abd2df8c3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.13.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.13.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -167,14 +167,14 @@Dry install ๐๏ธ
- coq >= dev - coq-corn = 8.13.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-corn = 8.13.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-corn = 8.13.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-corn = 8.13.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-corn = 8.13.0 -> coq < 8.16~ * Missing dependency: - coq-corn = 8.13.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.16.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.16.0.html index e295797ba3fe..82723d7f4dac 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.16.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.16.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -167,14 +167,14 @@Dry install ๐๏ธ
- coq >= dev - coq-corn = 8.16.0 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-corn = 8.16.0 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-corn = 8.16.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-corn = 8.16.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-corn = 8.16.0 -> coq < 8.18~ * Missing dependency: - coq-corn = 8.16.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.18.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.18.0.html index a9899b870926..9618031ae889 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.18.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.18.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -199,7 +199,7 @@Install ๐
coq-math-classes dev A library of abstract interfaces for mathematical structures in Coq. coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -258,6 +258,7 @@Install ๐
- Warning: Declaring a scope implicitly is deprecated; use in advance an - explicit "Declare Scope setoid_scope.". - [undeclared-scope,deprecated-since-8.10,deprecated,default] +- COQC algebra/OperationClasses.v - File "./util/Container.v", line 1, characters 0-54: - Warning: Notation "_ = _" was already used in scope type_scope. - [notation-overridden,parsing,default] @@ -268,7 +269,6 @@Install ๐
- Warning: Adding and removing hints in the core database implicitly is - deprecated. Please specify a hint database. - [implicit-core-hint-db,deprecated-since-8.10,deprecated,default] -- COQC algebra/OperationClasses.v - COQC tactics/DiffTactics1.v - COQC logic/PropDecid.v - COQC reals/fast/LazyNat.v @@ -280,14 +280,14 @@Install ๐
- COQC reals/stdlib/Markov.v - COQC stdlib_omissions/List.v - COQC order/PartialOrder.v -- File "./order/PartialOrder.v", line 55, characters 0-76: -- Warning: Declaring a scope implicitly is deprecated; use in advance an -- explicit "Declare Scope po_scope.". -- [undeclared-scope,deprecated-since-8.10,deprecated,default] - File "./stdlib_omissions/List.v", line 30, characters 0-30: - Warning: Adding and removing hints in the core database implicitly is - deprecated. Please specify a hint database. - [implicit-core-hint-db,deprecated-since-8.10,deprecated,default] +- File "./order/PartialOrder.v", line 55, characters 0-76: +- Warning: Declaring a scope implicitly is deprecated; use in advance an +- explicit "Declare Scope po_scope.". +- [undeclared-scope,deprecated-since-8.10,deprecated,default] - File "./stdlib_omissions/List.v", line 73, characters 2-12: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. @@ -323,7 +323,6 @@Install ๐
- Warning: Notation Nat.div_le_mono is deprecated since 8.17. - Use Div0.div_le_mono instead. - [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] -- COQC stdlib_omissions/Z.v - File "./reals/stdlib/ConstructiveDiagonal.v", line 436, characters 8-23: - Warning: Notation Nat.div_le_mono is deprecated since 8.17. - Use Div0.div_le_mono instead. @@ -332,13 +331,6 @@Install ๐
- Warning: Notation Nat.div_le_mono is deprecated since 8.17. - Use Div0.div_le_mono instead. - [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] -- File "./stdlib_omissions/Z.v", line 2, characters 0-90: -- Error: Cannot find a physical path bound to logical path -- Coq.Numbers.Natural.Peano.NPeano. -- -- make[1]: *** [Makefile:848: stdlib_omissions/Z.vo] Error 1 -- make[1]: *** [stdlib_omissions/Z.vo] Deleting file 'stdlib_omissions/Z.glob' -- make[1]: *** Waiting for unfinished jobs.... - File "./metric2/Metric.v", line 25, characters 0-54: - Warning: Notation "_ = _" was already used in scope type_scope. - [notation-overridden,parsing,default] @@ -351,6 +343,20 @@Install ๐
- File "./metric2/Metric.v", line 26, characters 0-55: - Warning: Notation "_ โ _" was already used in scope type_scope. - [notation-overridden,parsing,default] +- COQC stdlib_omissions/Z.v +- File "./order/PartialOrder.v", line 82, characters 2-10: +- Error: +- The relation (st_eq (r:=p)) is not a declared symmetric relation. Maybe you need to require the Coq.Classes.RelationClasses library +- +- make[1]: *** [Makefile:848: order/PartialOrder.vo] Error 1 +- make[1]: *** [order/PartialOrder.vo] Deleting file 'order/PartialOrder.glob' +- make[1]: *** Waiting for unfinished jobs.... +- File "./stdlib_omissions/Z.v", line 2, characters 0-90: +- Error: Cannot find a physical path bound to logical path +- Coq.Numbers.Natural.Peano.NPeano. +- +- make[1]: *** [Makefile:848: stdlib_omissions/Z.vo] Error 1 +- make[1]: *** [stdlib_omissions/Z.vo] Deleting file 'stdlib_omissions/Z.glob' - File "./reals/stdlib/ConstructiveDiagonal.v", line 561, characters 43-58: - Warning: Notation Nat.div_le_mono is deprecated since 8.17. - Use Div0.div_le_mono instead. @@ -366,13 +372,13 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-corn.8.18.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-corn-26581-8194ec.env -# output-file ~/.opam/log/coq-corn-26581-8194ec.out +# env-file ~/.opam/log/coq-corn-24561-0e2372.env +# output-file ~/.opam/log/coq-corn-24561-0e2372.out ### output ### +# Coq.Numbers.Natural.Peano.NPeano. # [...] -# File "./metric2/Metric.v", line 26, characters 0-55: -# Warning: Notation "_ โ _" was already used in scope type_scope. -# [notation-overridden,parsing,default] +# make[1]: *** [Makefile:848: stdlib_omissions/Z.vo] Error 1 +# make[1]: *** [stdlib_omissions/Z.vo] Deleting file 'stdlib_omissions/Z.glob' # File "./reals/stdlib/ConstructiveDiagonal.v", line 561, characters 43-58: # Warning: Notation Nat.div_le_mono is deprecated since 8.17. # Use Div0.div_le_mono instead. diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.5.dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.5.dev.html index 27537f8e9bc7..2f3c8d762e14 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.5.dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.5.dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-corn = 8.5.dev -> coq < 8.5.3 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-corn = 8.5.dev -> coq < 8.5.3 -> ocaml < 4.05.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.1.1 - - coq-corn = 8.5.dev -> coq < 8.5.3 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-corn = 8.5.dev -> coq < 8.5.3 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-corn = 8.5.dev -> coq < 8.5.3 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.8.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.8.1.html index 1b144a039d55..cf9236f1d1c2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.8.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/8.8.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
- coq >= dev - coq-corn = 8.8.1 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-corn = 8.8.1 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-corn = 8.8.1 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-corn = 8.8.1 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-corn = 8.8.1 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/dev.html index d1cc5c80e653..77ac3206fee7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/corn/dev.html @@ -3,7 +3,7 @@ -corn: 23 m 0 s ๐ +corn: 24 m 0 s ๐ @@ -39,7 +39,7 @@corn dev - 23 m 0 s ๐ + 24 m 0 s ๐
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -144,7 +144,7 @@Install ๐
Total: 69 M
@@ -156,7 +156,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTProductIntegral.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRArith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTIntegrableFunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTProductIntegral.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTProductIntegral.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARArith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveCauchyIntegral.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTMeasurableFunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/SimpleIntegration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Complete.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRGeometricSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRFieldOps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRroot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARroot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRFieldOps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Bridges_LUB.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Bridges_iso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZGcd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/Integration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/Pi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Complete.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Integral.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CRings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Integral.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CRings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdFields2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Cauchy_CReals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdFields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdFields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Intervals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRcorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/RefSeparated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/TrigMon.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/StepFunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ApproximateRationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARsin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARsin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/Bernstein.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/Picard.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/logic/CLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRGroupOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Continuity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/Expon.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRGeometricSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/RefSeparated.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARexp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRGeometricSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/FunctSequence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTPositivity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/coq_reals/Rreals_iso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/TaylorLemma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/MoreFunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Classified.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CSetoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/MoreFunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructivePartialFunctions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveFasterReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Classified.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Series.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/CMetricSpaces.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Series.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Bridges_LUB.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_ApZero.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Q_dense.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTcast.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveCauchyIntegral.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Max_AbsIR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Max_AbsIR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/complex/CComplex.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/Pi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Bridges_iso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Bridges_iso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Graph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CSums.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_Newton.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Rolle.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/StepFunctionSetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/StepFunctionSetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/metric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ACarith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/coq_reals/Rreals_iso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/metric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Partitions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/FunctSequence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/TaylorLemma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/TaylorSeries.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdCauchy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/NRootIR.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARAlternatingSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/InvTrigonom.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRGroupOps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARAlternatingSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/MoreFunSeries.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRGroupOps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/RefLemma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Q_in_CReals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/AlgReflection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/MoreArcTan.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRstreams.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Continuity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Continuity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpi_fast.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CMonoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpower.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/RasterizeQ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdFields2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/Interval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/RasterizeQ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Composition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Intervals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZDivides.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/Interval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Intervals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/StrongIVT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZDivides.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_Newton.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/StepFunctionSetoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/DerivativeOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARAlternatingSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/WeakIVT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/WeakIVT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/RefSepRef.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/ProductMetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/MoreIntegrals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARbigD.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/MoreFunSeries.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARarctan.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/COrdLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRarctan_small.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/CalculusTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/iso_CReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/iso_CReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/COrdLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/RefSepRef.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_Degree.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/L1metric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/RealPowers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpi_slow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CFields.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Q_dense.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/Qmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Q_dense.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/StepFunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CFields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZBasics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/FunctSeries.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/IR_CPMSpace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/Qmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_Degree.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Prelength.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CSetoidFun.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/RasterizeQ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRln.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/NRootIR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/FinEnum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/FunctSeries.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/FinEnum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/LipExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Rolle.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/AQmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CSums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CMonoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/AQmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRAlternatingSum_alg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/FTAreg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRAlternatingSum_alg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/BanachFixpoint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Partitions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/CPMSTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTbase.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/logic/CornBasics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/Expon.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/FTAreg.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/TrigMon.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/Trigonometric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/FTAreg.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/Trigonometric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRartanh_slow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRstreams.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/CPoly_Euclid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRstreams.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Limit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTProductIntegral.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CauchySeq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CauchySeq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/FromMetric2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARcos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/MetricMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/Liouville.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZDivides.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTMeasurableFunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/MoreArcTan.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZMod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTMeasurableFunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/TaylorSeries.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZMod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdCauchy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/complex/AbsCC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/NNUpperR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/complex/AbsCC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARarctan_small.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Prelength.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/IVT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/PowerSeries.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/ArTanH.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARarctan_small.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveFastReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/CalculusTheorems.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Q_in_CReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/Liouville.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/FTC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRabs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/KneserLemma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRabs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/NNUpperR.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveFastReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/PowerSeries.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTDirac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/Plot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/logic/CornBasics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_ApZero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/StrongIVT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRarctan.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_ApZero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/Plot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRarctan_small.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/QposMinMax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/QposMinMax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpower.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/NthDerivative.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTbase.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/ArTanH.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/KeyLemma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/RasterQ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/ArTanH.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/DiffTactics2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARsin.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/DiffTactics2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/stdlib_omissions/Q.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTFullSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/csetoid_rewrite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/complex/AbsCC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/csetoid_rewrite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/QX_root_loc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Cauchy_CReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRcos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Taylor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARpi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZMod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARpi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/MoreIntegrals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/WeakIVTQ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/Equiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/QposMinMax.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Graph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/ContFunctions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/ContFunctions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/FunctSums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/IVT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/KeyLemma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRArith.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/SinCos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/SinCos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdAbs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/QX_ZX.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/CPoly_Rev.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CReals1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdAbs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARexp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRsum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/stdlib_omissions/Q.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Taylor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Taylor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpi_fast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/MainLemma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CGroups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CGroups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARbigD.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRsum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/QX_extract_roots.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRAlternatingSum_alg.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/StepFunctionMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/Qdlog.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/R_morphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/Qdlog.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/CMetricSpaces.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/WeakIVT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/LipExt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARabs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CAbGroups.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/FTC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpi_slow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/CPoly_Rev.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpi_slow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPolynomials.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZBasics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/reals/CRreal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Limit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRartanh_slow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRIR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/ModulusDerivative.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/Equiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/ModulusDerivative.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRln.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveFasterReals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveFasterReals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CSetoidFun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTcast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/NthDerivative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveFastReals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/LinfMetricMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTReals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/MetricMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/QMinMax.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/MetricMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRsum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/complex/CComplex.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveUniformCont.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_NthCoeff.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CReals1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Compact.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/coq_reals/Rreals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Compact.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_NthCoeff.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/OddPolyRootIR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Differentiability.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARbigQ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/R_morphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/RealCount.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/Qsums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/ZMinMax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/UniformContinuity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/ZMinMax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/IntegrationRules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/Qsums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARplot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/complex/Complex_Exponential.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/Prod_Sub.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/ContinuousCorrect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/Qdlog.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/csetoid_rewrite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRarctan.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/QMinMax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRarctan.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/RX_deg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/LinfDistMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/CPseudoMSpaces.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/LinfDistMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/SinCos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/AbstractIntegration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/BanachFixpoint.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/BanachFixpoint.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/OpenUnit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/Extract.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/coq_reals/Rsign.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/MultivariatePolynomials.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/Zsec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CMetricFields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Derivative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/FTA.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Derivative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/IntervalFunct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CRing_Homomorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRball.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/complex/Complex_Exponential.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/DiffTactics3.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARtrans.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARQ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/CPoly_Shift.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARQ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRtrans.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Integral.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Hausdorff.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Integral.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CSumsReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/ProductMetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/ZMinMax.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveDiagonal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/IrrCrit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTIntegrableSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/PartInterval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/ModulusDerivative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/CompleteProduct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRArith_alg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/PartFunEquality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/RealFuncts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/PartFunEquality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/RasterQ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/uneven_CRplus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CSemiGroups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZGcd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRcos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/OddPolyRootIR.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/Qsec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/RX_div.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/nat_Q_lists.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/Qsec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/IrrCrit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARinterval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/complex/NRootCC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/IrrCrit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/rings/CRring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/RefSeparating.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/RealCount.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/MoreIntervals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRAlternatingSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/CPoly_Contin1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRAlternatingSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/Q_can.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Metric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/ordfields/CRordfield.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/groups/CRgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/order/PartialOrder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/CRsemigroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/decsetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/Exponential.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/decsetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRGeometricSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Series.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/IntegrationRules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Complete.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/CRsetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/FromMetric2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/CRmonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/raster/Raster.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/logic/CLogic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/Qgcd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/QposInf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/CC_Props.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/order/TotalOrder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/CC_Props.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Classified.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/FromMetric2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/InvTrigonom.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/PowerBound.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/OperationClasses.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Bridges_iso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/FieldReflection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/QX_extract_roots.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Differentiability.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/Qpossetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Differentiability.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/BoundedFunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Max_AbsIR.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/RefLemma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/RSetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/Cauchy_COF.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/LinfMetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/OperationClasses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/Picard.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/CRmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/rings/Qring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CRings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/Nm_to_freem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/CRmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CRings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/Nsec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARarctan.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/Qpossec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/OperationClasses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/FunctSequence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRexp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRconst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Bridges_LUB.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/MoreFunSeries.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/classes/Qclasses.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/Zfinsetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/UniformContinuity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructivePartialFunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/Zfinsetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/ordfields/Qordfield.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/Nfinsetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/QSposmonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/Nm_to_cycm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/groups/QSposgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/SimpleIntegration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/Nm_to_cycm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/Markov.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/groups/QSposgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Composition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/Pi.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/Nsetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/Composition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/groups/Qposgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/Pi.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CSetoidInc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRcorrect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CAbMonoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRcorrect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CSetoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/stdlib_omissions/Z.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/AQmetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/Qposmonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/abgroups/QSposabgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/abgroups/Qposabgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/abgroups/Qposabgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/Zlcm.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/coq_reals/Rreals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/Rational.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/coq_reals/Rreals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CSumsReals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/Qsetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/SetoidPermutation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/Npossetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/DiffTactics2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/Zsetoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/DiffTactics2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/Qsec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdFields2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/Npossec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/Qauto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/Npossec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/freem_to_Nm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRsin.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/QnonNeg.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/reals/Cauchy_IR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/QnonNeg.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/Qpossemigroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/QSpossemigroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/RefSeparated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Cauchy_CReals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/order/SemiLattice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Cauchy_CReals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CauchySeq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/TaylorLemma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/fields/Qfield.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/TaylorLemma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/StepFunction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/Qmonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/Zmonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/Nmonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRstreams.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CMetricFields.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CRing_as_Ring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/CPoly_Contin1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/CalculusTheorems.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CRing_as_Ring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/StepFunctionSetoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/Npossemigroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/abgroups/Qabgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/abgroups/Qabgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/StepFunctionSetoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/FunctSeries.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/coq_reals/Rreals_iso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/groups/Zgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZDivides.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/LocatedSubset.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARabs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Classification.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/Q_in_CReals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Classification.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/Nsemigroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/ContinuousCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/Qsemigroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/ContinuousCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/Zsemigroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/RX_deg.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CRing_Homomorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/raster/Raster.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/Zsemigroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CSums.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/NRootIR.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/CMTbase.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRGroupOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/list_separates.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRGroupOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/Interval.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/COrdCauchy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/RefSepRef.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/Zmod/ZBasics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/NthDerivative.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/rings/CRring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/order/Lattice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/nat_Q_lists.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/order/Lattice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/DerivativeOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/Markov.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/Expon.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/RealPowers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/RasterizeQ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/StrongIVT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/WeakIVTQ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/DistanceMetricSpace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/WeakIVTQ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/order/Lattice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/CPMSTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/RingClass.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/Q_can.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CPoly_Newton.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/transc/PowerSeries.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/ContFunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/RSetoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/ContFunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/logic/Stability.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/QposMinMax.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/AlgReflection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/IR_CPMSpace.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/fta/CPoly_Rev.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/stdlib/ConstructiveFastReals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Limit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/QnnInf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Limit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/PowerBound.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARplot.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metrics/LipExt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ftc/IntegrationRules.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/metric2/LinfMetric.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/structures/StepQsec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/FromMetric2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/Qdlog.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/stdlib_omissions/Pair.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/order/TotalOrder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/ode/FromMetric2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/UniformContinuity.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/stdlib_omissions/Pair.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/ModulusDerivative.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRsum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/ordfields/CRordfield.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/decsetoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/RealCount.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/QX_extract_roots.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/decsetoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRcos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/CRsemigroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/totalorder/ZMinMax.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARarctan_small.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/nat_Q_lists.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARinterval.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/AQmetric.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/ContinuousCorrect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARarctan.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/AQmetric.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CSumsReals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ACarith.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/RSetoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/algebra/CAbMonoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/Zmonoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/decsetoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/classes/Qclasses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/Step.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARplot.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/stdlib_omissions/Z.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/classes/Qclasses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Classification.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/setoids/Nfinsetoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARcos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/CReals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/CRmonoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARQ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/UCFnMonoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/tactics/Rational.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/liouville/RX_div.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/monoids/Nmonoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/Npossemigroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/UCFnMonoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/ordfields/Qordfield.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRconst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/faster/ARinterval.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/abgroups/Qabgroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/abgroups/Zabgroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/semigroups/Qsemigroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/classes/Qclasses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/metric2/Ranges.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/util/Extract.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/reals/fast/CRpi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/classes/Qclasses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/classes/Qposclasses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/abgroups/QSposabgroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoRN/model/abgroups/Qposabgroup.glob
opam list; echo; timeout 4h opam install -y --deps-only coq-deriving.0.1.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> installed ocaml-compiler-libs.v0.12.4 --> installed seq.base --> installed result.1.5 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-11662-74a85e.env -# output-file ~/.opam/log/coq-elpi-11662-74a85e.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127124709.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-deriving.0.1.0 coq.dev
No files were installed.
+Total: 2 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/base.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/ind.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/base.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/order.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/ind.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/fintype.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/tree_of_ind.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/eqtype.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/base.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/order.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/ind.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/infer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/fintype.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/deriving.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/tree_of_ind.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/eqtype.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/order.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/fintype.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/infer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/eqtype.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/instances/tree_of_ind.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/infer.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/deriving.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/deriving/deriving.v
true
opam remove -y coq-deriving.0.1.0
# Packages matching: installed # Name # Installed # Synopsis @@ -138,7 +138,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,13 +162,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -184,65 +184,65 @@Install dependencies
-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed cppo.1.6.9 +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> installed ocaml-compiler-libs.v0.12.4 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed result.1.5 +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed yojson.2.1.2 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev +-> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 --> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed atdts.2.15.0 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-21562-bd269b.env -# output-file ~/.opam/log/coq-elpi-21562-bd269b.out +# env-file ~/.opam/log/coq-elpi-16092-9765c2.env +# output-file ~/.opam/log/coq-elpi-16092-9765c2.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -258,14 +258,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -275,7 +275,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128080719.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225111107.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-deriving.dev coq.dev
opam list; echo; timeout 4h opam install -y coq-deriving.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-mathcomp-ssreflect 1.dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== + - install coq-deriving dev <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# +-> retrieved coq-deriving.dev (git+https://github.com/arthuraa/deriving.git#master) +[ERROR] The compilation of coq-deriving.dev failed at "make -j 4". +#=== ERROR while compiling coq-deriving.dev ===================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-deriving.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-27595-33a068.env -# output-file ~/.opam/log/coq-elpi-27595-33a068.out +# env-file ~/.opam/log/coq-deriving-4017-aaf663.env +# output-file ~/.opam/log/coq-deriving-4017-aaf663.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# Warning: in file theories/instances.v, library structures is required +# from root HB and has not been found in the loadpath! +# [module-not-found,filesystem,default] +# COQC theories/base.v +# File "./theories/base.v", line 1, characters 0-34: +# Error: Cannot find a physical path bound to logical path +# structures with prefix HB. +# +# make[2]: *** [CoqMakefile:848: theories/base.vo] Error 1 +# make[2]: *** [theories/base.vo] Deleting file 'theories/base.glob' +# make[1]: *** [CoqMakefile:417: all] Error 2 +# make: *** [Makefile:13: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-deriving dev +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129031115.export"
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-dijkstra.0.1.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-5735-ac637e.env -# output-file ~/.opam/log/coq-elpi-5735-ac637e.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130005036.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-dijkstra.0.1.0 coq.dev
No files were installed.
+Total: 78 K
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Dijkstra/Dijkstra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Dijkstra/Dijkstra.v
../ocaml-base-compiler.5.1.1/doc/coq-dijkstra/LICENSE
../ocaml-base-compiler.5.1.1/lib/coq-dijkstra/opam
../ocaml-base-compiler.5.1.1/lib/coq-dijkstra/dune-package
../ocaml-base-compiler.5.1.1/lib/coq-dijkstra/META
true
opam remove -y coq-dijkstra.0.1.0
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Dijkstra
# Packages matching: installed # Name # Installed # Synopsis @@ -137,7 +137,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -161,13 +161,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -179,16 +179,16 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved coq-disel.dev (git+https://github.com/DistributedComponents/disel.git#master) -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-fcsl-pcm.dev (git+https://github.com/imdea-software/fcsl-pcm.git#master) +-> retrieved coq-disel.dev (git+https://github.com/DistributedComponents/disel.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) @@ -196,60 +196,60 @@Install dependencies
-> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed ocaml-compiler-libs.v0.12.4 +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed result.1.5 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed sexplib0.v0.16.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-20516-3b1e42.env -# output-file ~/.opam/log/coq-elpi-20516-3b1e42.out +# env-file ~/.opam/log/coq-elpi-10825-bec8a7.env +# output-file ~/.opam/log/coq-elpi-10825-bec8a7.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -265,14 +265,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -282,7 +282,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130184924.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224121747.export"
Total: 2 M
diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/disel/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/disel/dev.html index 61f76222bdb7..9d2649cb423f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/disel/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/disel/dev.html @@ -55,7 +55,7 @@# Packages matching: installed # Name # Installed # Synopsis @@ -145,7 +145,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -169,13 +169,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -193,69 +193,69 @@Install dependencies
-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved coq-fcsl-pcm.dev (git+https://github.com/imdea-software/fcsl-pcm.git#master) --> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> installed cmdliner.1.2.0 -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> installed seq.base -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed result.1.5 -> installed sexplib0.v0.16.0 +-> installed menhirLib.dev -> installed stdlib-shims.0.3.0 -> installed re.1.11.0 +-> installed menhirSdk.dev -> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-24038-474c06.env -# output-file ~/.opam/log/coq-elpi-24038-474c06.out +# env-file ~/.opam/log/coq-elpi-6791-dd526a.env +# output-file ~/.opam/log/coq-elpi-6791-dd526a.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -271,14 +271,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -288,7 +288,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128120736.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223133838.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 0.6.2 -> ocaml < 4.08.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.1.1 - - coq-dpdgraph = 0.6.2 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 0.6.2 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-dpdgraph = 0.6.2 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.3.html index da266fc46667..d16710b6b330 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,12 +113,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 0.6.3 -> ocaml < 4.08 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-dpdgraph = 0.6.3 -> ocaml < 4.08 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 0.6.3 -> ocaml < 4.08 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-dpdgraph = 0.6.3 -> ocaml < 4.08 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.4.html index aa668099b14e..c6f6aacee12e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,12 +113,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 0.6.4 -> ocaml < 4.08.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.1.1 - - coq-dpdgraph = 0.6.4 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 0.6.4 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-dpdgraph = 0.6.4 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.5.html index 6b322f0f235c..ad50a254645e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 0.6.5 -> ocaml < 4.10.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.1.1 - - coq-dpdgraph = 0.6.5 -> ocaml < 4.10.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 0.6.5 -> ocaml < 4.10.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-dpdgraph = 0.6.5 -> ocaml < 4.10.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.6.html index 98fc8616b30a..d7e0502b66f7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 0.6.6 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 0.6.6 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 0.6.6 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 0.6.6 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-dpdgraph = 0.6.6 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.7.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.7.html index 93d64b71d0c3..6dfc88e3ecdb 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.7.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.7.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 0.6.7 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 0.6.7 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 0.6.7 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 0.6.7 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-dpdgraph = 0.6.7 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.8.html index a5ba373c5e12..72529163d8c7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 0.6.8 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 0.6.8 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 0.6.8 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 0.6.8 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-dpdgraph = 0.6.8 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.9.html index 343b9bef3b36..0df9b463803c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,14 +111,14 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 0.6.9 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 0.6.9 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 0.6.9 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 0.6.9 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-dpdgraph = 0.6.9 -> coq < 8.14~ * Missing dependency: - coq-dpdgraph = 0.6.9 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.html index 89cfcdc6911c..6a673790e6df 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/0.6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 0.6 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 0.6 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 0.6 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 0.6 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-dpdgraph = 0.6 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.13.html index 0ff8721b1b83..7be61bddf7c9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 1.0+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 1.0+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 1.0+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 1.0+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-dpdgraph = 1.0+8.13 -> coq < 8.14~ * Missing dependency: - coq-dpdgraph = 1.0+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.14.html index 8f12a10d42bf..8b1c886138ea 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 1.0+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 1.0+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 1.0+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 1.0+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-dpdgraph = 1.0+8.14 -> coq < 8.15~ * Missing dependency: - coq-dpdgraph = 1.0+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.15.html index 5c3aff35fee6..f158f2e65641 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 1.0+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 1.0+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 1.0+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 1.0+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-dpdgraph = 1.0+8.15 -> coq < 8.16~ * Missing dependency: - coq-dpdgraph = 1.0+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.16.html index d9fa485cdad6..43b961a36c41 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 1.0+8.16 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 1.0+8.16 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 1.0+8.16 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 1.0+8.16 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-dpdgraph = 1.0+8.16 -> coq < 8.18~ * Missing dependency: - coq-dpdgraph = 1.0+8.16 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.17.html index d627d176df56..09db4f4e4339 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 1.0+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 1.0+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 1.0+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 1.0+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-dpdgraph = 1.0+8.17 -> coq < 8.18~ * Missing dependency: - coq-dpdgraph = 1.0+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.18.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.18.html index 75066085fd5f..c23a7e557886 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.18.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/1.0+8.18.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-dpdgraph = 1.0+8.18 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-dpdgraph = 1.0+8.18 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-dpdgraph = 1.0+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-dpdgraph = 1.0+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-dpdgraph = 1.0+8.18 -> coq < 8.19~ * Missing dependency: - coq-dpdgraph = 1.0+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/dev.html index 8af21b1a6a93..75924d830010 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/dpdgraph/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.0.0.html index 1c433474be4a..fde10086eb77 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,12 +113,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi < 1.1.0 -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi < 1.1.0 -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi < 1.1.0 -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi < 1.1.0 -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi < 1.1.0 -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.1.0.html index 0bb35e4a6614..d4a663081de1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,12 +113,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.1.0 -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.1.0 -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.1.0 -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.1.0 -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.1.0 -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.0.html index 6490e28d10b9..a9e884d88db7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.10.0 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.10.0 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.10.0 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.10.0 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.10.0 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.1.html index 8ec0b339344f..e62f85112319 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.10.1 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.10.1 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.10.1 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.10.1 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.10.1 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.2.html index ce10ad066fe8..2cc0c239aeeb 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.10.2 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.10.2 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.10.2 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.10.2 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.10.2 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.3.html index 48400b87c58f..fb7b916712bd 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.10.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.10.3 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.10.3 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.10.3 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.10.3 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.10.3 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.0.html index 30f0d2af6525..18ec6ad7338b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.11.0 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.11.0 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.11.0 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.11.0 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.11.0 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.1.html index 69494417ae2a..7e7c2e191594 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,12 +117,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.11.1 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.11.1 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.11.1 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.11.1 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.11.1 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.2.html index 8bcec7f03fa1..d86fd299b6f4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.11.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.11.2 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.11.2 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.11.2 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.11.2 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.11.2 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.12.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.12.0.html index acc70c2f36c7..cee323d26670 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.12.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.12.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.12.0 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.12.0 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.12.0 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.12.0 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.12.0 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.12.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.12.1.html index 7c4e309316e4..2b307d311cc3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.12.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.12.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.12.1 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.12.1 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.12.1 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.12.1 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.12.1 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.13.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.13.0.html index 824fa9ce312e..01731fcfee58 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.13.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.13.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,13 +117,13 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! - * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.13.0 -> elpi < 1.15.0~ -> ocaml < 4.14.0 -> ocaml-base-compiler < 4.13.1~ - You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.13.0 -> elpi < 1.15.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.13.0 -> elpi < 1.15.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 + You can temporarily relax the switch invariant with `--update-invariant' + * No agreement on the version of ocaml-base-compiler: + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.13.0 -> elpi < 1.15.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.13.0 -> elpi < 1.15.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.14.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.14.0.html index 46dcabb989ff..7a0068337bcb 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.14.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.14.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,13 +122,13 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! - * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> ocaml < 4.14.0 -> ocaml-base-compiler < 4.13.1~ - You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 + You can temporarily relax the switch invariant with `--update-invariant' + * No agreement on the version of ocaml-base-compiler: + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.0.html index c3ac2e75c309..93fd9d340fec 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.15.0 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.15.0 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.15.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.15.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.15.0 -> coq < 8.17~ * Missing dependency: - coq-elpi = 1.15.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.1.html index bea02c81b273..4bfdc259d1e2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.15.1 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.15.1 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.15.1 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.15.1 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.15.1 -> coq < 8.17~ * Missing dependency: - coq-elpi = 1.15.1 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.2.html index 1ec34e6352ce..4deb20c0ac59 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.15.2 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.15.2 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.15.2 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.15.2 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.15.2 -> coq < 8.17~ * Missing dependency: - coq-elpi = 1.15.2 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.3.html index c984280a1eac..f036c0df2b2b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.15.3 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.15.3 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.15.3 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.15.3 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.15.3 -> coq < 8.17~ * Missing dependency: - coq-elpi = 1.15.3 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.4.html index 2c8387163e78..b5585558827c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.15.4 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.15.4 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.15.4 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.15.4 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.15.4 -> coq < 8.17~ * Missing dependency: - coq-elpi = 1.15.4 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.5.html index 3cc65a4b7d82..8e5c5b7c8ca7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.15.5 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.15.5 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.15.5 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.15.5 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.15.5 -> coq < 8.17~ * Missing dependency: - coq-elpi = 1.15.5 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.6.html index d233df8e898a..ebeaba7d065f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.15.6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.15.6 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.15.6 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.15.6 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.15.6 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.15.6 -> coq < 8.17~ * Missing dependency: - coq-elpi = 1.15.6 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.16.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.16.0.html index e0a1062f61b8..d92bd99bae86 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.16.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.16.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.16.0 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.16.0 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.16.0 -> coq < 8.17~ * Missing dependency: - coq-elpi = 1.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.17.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.17.0.html index c455f999bd3d..3ed2d7c206ee 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.17.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.17.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.17.0 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.17.0 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.17.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.17.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.17.0 -> coq < 8.18~ * Missing dependency: - coq-elpi = 1.17.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.17.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.17.1.html index ee5e443c0932..c9235d52f689 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.17.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.17.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.17.1 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.17.1 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.17.1 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.17.1 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.17.1 -> coq < 8.18~ * Missing dependency: - coq-elpi = 1.17.1 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.18.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.18.0.html index 7d62184c855b..c43abcf5b587 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.18.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.18.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.18.0 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.18.0 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.18.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.18.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.18.0 -> coq < 8.18~ * Missing dependency: - coq-elpi = 1.18.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.19.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.19.0.html index 654e04afc744..cffb27031972 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.19.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.19.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.19.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.19.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.19.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.19.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.19.0 -> coq < 8.19~ * Missing dependency: - coq-elpi = 1.19.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.19.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.19.3.html index 67645d7ef395..94047659335b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.19.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.19.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,14 +131,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 1.19.3 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.19.3 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 1.19.3 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.19.3 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 1.19.3 -> coq < 8.19~ * Missing dependency: - coq-elpi = 1.19.3 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.2.0.html index 937189f18e08..4da4aaef4ab5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,12 +113,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.2.0 -> elpi < 1.9.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.2.0 -> elpi < 1.9.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.2.0 -> elpi < 1.9.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.2.0 -> elpi < 1.9.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.2.0 -> elpi < 1.9.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.3.0.html index 6576197e361e..3ce83f4c79b4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.3.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.3.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.3.0 -> elpi < 1.11.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.3.0 -> elpi < 1.11.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.3.0 -> elpi < 1.11.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.3.0 -> elpi < 1.11.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.3.0 -> elpi < 1.11.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.3.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.3.1.html index 01dae86dd31d..4be1beb62398 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.3.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.3.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.3.1 -> elpi < 1.11.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.3.1 -> elpi < 1.11.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.3.1 -> elpi < 1.11.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.3.1 -> elpi < 1.11.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.3.1 -> elpi < 1.11.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.4.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.4.0.html index 2ab597d737f6..567a604fd919 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.4.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.4.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.4.0 -> elpi < 1.12.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.4.0 -> elpi < 1.12.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.4.0 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.4.0 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.4.0 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.4.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.4.1.html index ba54558533a3..ec87e069d82e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.4.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.4.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.4.1 -> elpi < 1.12.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.4.1 -> elpi < 1.12.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.4.1 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.4.1 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.4.1 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.5.0.html index 28a2f7f9d1fa..8d9a013e9504 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.5.0 -> elpi < 1.12.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.5.0 -> elpi < 1.12.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.5.0 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.5.0 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.5.0 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.5.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.5.1.html index 442017d8eadf..a7b6ec6cdb45 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.5.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.5.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.5.1 -> elpi < 1.12.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.5.1 -> elpi < 1.12.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.5.1 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.5.1 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.5.1 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.0.html index 6ea0a9eec5e6..20feb3d46126 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.6.0 -> elpi < 1.12.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.6.0 -> elpi < 1.12.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.6.0 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.6.0 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.6.0 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.0~8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.0~8.11.html index c7d54e22ef81..926f3e17295b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.0~8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.0~8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.6.0~8.11 -> elpi < 1.12.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.6.0~8.11 -> elpi < 1.12.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.6.0~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.6.0~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.6.0~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.1~8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.1~8.11.html index 1758b72fd1ab..2c53a1f552a0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.1~8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.1~8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.6.1~8.11 -> elpi < 1.12.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.6.1~8.11 -> elpi < 1.12.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.6.1~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.6.1~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.6.1~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.2~8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.2~8.11.html index c0bd33962e1d..314655c3a5ad 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.2~8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.2~8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.6.2~8.11 -> elpi < 1.12.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.6.2~8.11 -> elpi < 1.12.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.6.2~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.6.2~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.6.2~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.3~8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.3~8.11.html index 5cfd8f871ad9..53c81212e081 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.3~8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.6.3~8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.6.3~8.11 -> elpi < 1.12.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.6.3~8.11 -> elpi < 1.12.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.6.3~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.6.3~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.6.3~8.11 -> elpi < 1.12.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.7.0.html index 35c2ce8d344f..f3d174b51c52 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.7.0 -> elpi < 1.13.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.7.0 -> elpi < 1.13.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.7.0 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.7.0 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.7.0 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.0.html index ceea4b6b0d36..0f61cf267376 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.8.0 -> elpi < 1.13.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.8.0 -> elpi < 1.13.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.8.0 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.8.0 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.8.0 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.1.html index 789163739263..e87b7ba318e3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.2~8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.2~8.12.html index a583b8d11b9b..15c1d453875c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.2~8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.2~8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.8.2~8.12 -> elpi < 1.13.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.8.2~8.12 -> elpi < 1.13.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.8.2~8.12 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.8.2~8.12 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.8.2~8.12 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.3~8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.3~8.12.html index 3713f4147518..84373f9195a4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.3~8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.8.3~8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.8.3~8.12 -> elpi < 1.13.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.8.3~8.12 -> elpi < 1.13.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-elpi = 1.8.3~8.12 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.8.3~8.12 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.8.3~8.12 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.0.html index c1cf56b74c79..f617238b7d72 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.9.0 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.9.0 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.9.0 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.9.0 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.1.html index 4b6dbf381394..1f76e25e7610 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,12 +117,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.9.1 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.9.1 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.9.1 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.9.1 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.2.html index 7e86a9585ed0..5424b5876c8e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,12 +117,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 1.9.2 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.9.2 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.9.2 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.9.2 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.3.html index 65aa91439cf8..2fee8a017639 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,14 +116,14 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.9.3 -> elpi = 1.13.0 -> camlp5 < 7.99 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.9.3 -> elpi = 1.13.0 -> ocaml-migrate-parsetree >= 1.6.0 -> ocaml < 4.11 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.9.3 -> elpi = 1.13.0 -> camlp5 < 7.99 -> ocaml < 4.00.1 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.9.3 -> elpi = 1.13.0 -> ocaml-migrate-parsetree >= 1.6.0 -> ocaml < 4.11 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-elpi = 1.9.3 -> elpi = 1.13.0 -> camlp5 < 7.99 -> ocaml < 4.00.1 -> ocaml-variants -> ocaml-beta + - coq-elpi = 1.9.3 -> elpi = 1.13.0 -> ocaml-migrate-parsetree >= 1.6.0 -> ocaml < 4.11 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.9.4 -> elpi = 1.13.0 -> camlp5 < 7.99 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.9.4 -> elpi = 1.13.0 -> ocaml-migrate-parsetree >= 1.6.0 -> ocaml < 4.11 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.9.4 -> elpi = 1.13.0 -> camlp5 < 7.99 -> ocaml < 4.00.1 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.9.4 -> elpi = 1.13.0 -> ocaml-migrate-parsetree >= 1.6.0 -> ocaml < 4.11 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-elpi = 1.9.4 -> elpi = 1.13.0 -> camlp5 < 7.99 -> ocaml < 4.00.1 -> ocaml-variants -> ocaml-beta + - coq-elpi = 1.9.4 -> elpi = 1.13.0 -> ocaml-migrate-parsetree >= 1.6.0 -> ocaml < 4.11 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.9.5 -> elpi = 1.13.0 -> camlp5 < 7.99 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.9.5 -> elpi = 1.13.0 -> ocaml-migrate-parsetree >= 1.6.0 -> ocaml < 4.11 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.9.5 -> elpi = 1.13.0 -> camlp5 < 7.99 -> ocaml < 4.00.1 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.9.5 -> elpi = 1.13.0 -> ocaml-migrate-parsetree >= 1.6.0 -> ocaml < 4.11 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-elpi = 1.9.5 -> elpi = 1.13.0 -> camlp5 < 7.99 -> ocaml < 4.00.1 -> ocaml-variants -> ocaml-beta + - coq-elpi = 1.9.5 -> elpi = 1.13.0 -> ocaml-migrate-parsetree >= 1.6.0 -> ocaml < 4.11 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.9.6 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.9.6 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.9.6 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.9.6 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.9.6 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.7.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.7.html index 86d0e1372ef3..3f1fb7de799e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.7.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/1.9.7.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-elpi = 1.9.7 -> elpi < 1.14.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 1.9.7 -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-elpi = 1.9.7 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 1.9.7 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-elpi = 1.9.7 -> elpi < 1.14.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.0.1.html new file mode 100644 index 000000000000..4fd3d88494b2 --- /dev/null +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.0.1.html @@ -0,0 +1,205 @@ + + + + + ++} +elpi: Not compatible ๐ผ + + + + + + + + + + +++ + + + diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.0.html index 122b89e6861a..649465b9df4e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.0.html @@ -55,7 +55,7 @@ ++++++ ยซ Up +++ elpi + + 2.0.0.1 + Not compatible ๐ผ + +
+Context
+# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "Elpi extension language for Coq" +description: """\ +Coq-elpi provides a Coq plugin that embeds ELPI. +It also provides a way to embed Coq's terms into ฮปProlog using +the Higher-Order Abstract Syntax approach +and a way to read terms back. In addition to that it exports to ELPI a +set of Coq's primitives, e.g. printing a message, accessing the +environment of theorems and data types, defining a new constant and so on. +For convenience it also provides a quotation and anti-quotation for Coq's +syntax in ฮปProlog. E.g. `{{nat}}` is expanded to the type name of natural +numbers, or `{{A -> B}}` to the representation of a product by unfolding + the `->` notation. Finally it provides a way to define new vernacular commands +and +new tactics.""" +maintainer: "Enrico Tassi <enrico.tassi@inria.fr>" +authors: "Enrico Tassi" +license: "LGPL-2.1-or-later" +tags: [ + "category:Miscellaneous/Coq Extensions" + "keyword:ฮปProlog" + "keyword:higher order abstract syntax" + "logpath:elpi" +] +homepage: "https://github.com/LPCIC/coq-elpi" +bug-reports: "https://github.com/LPCIC/coq-elpi/issues" +depends: [ + "ocaml" {>= "4.10.0"} + "stdlib-shims" + "elpi" {= "1.18.1"} + "coq" {>= "8.18" & < "8.19~"} + "dot-merlin-reader" {with-dev} + "ocaml-lsp-server" {with-dev} +] +build: [ + [make "build" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" "OCAMLWARN="] + [make "test" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] {with-test} +] +install: [make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] +dev-repo: "git+https://github.com/LPCIC/coq-elpi" +url { + src: + "https://github.com/LPCIC/coq-elpi/releases/download/v2.0.0.1/coq-elpi-2.0.0.1.tar.gz" + checksum: [ + "md5=aecc0d0156ccf6144ac934a854ec8820" + "sha512=fd6e52f9a30cd5ad76c0ca8874079a35da40b44078a4b147cbc08bd6ca77fca5ff1621f8eb76a66b6a12a2f5bbc82e0306e673b5f1861ce3dcc8f2635f4ef45a" + ] +}+Lint
++
+- Command
+- +
true
- Return code
+- 0
+Dry install ๐๏ธ
+Dry install with the current Coq version:
++
+- Command
+- +
opam install -y --show-action coq-elpi.2.0.0.1 coq.dev
- Return code
+- 5120
+- Output
+- +
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-elpi = 2.0.0.1 -> coq < 8.19~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 2.0.0.1 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 + - coq-elpi = 2.0.0.1 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-elpi = 2.0.0.1 -> coq < 8.19~ + * Missing dependency: + - coq-elpi = 2.0.0.1 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> 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:
++
+- Command
+- +
opam remove -y coq; opam install -y --show-action --unlock-base coq-elpi.2.0.0.1
- Return code
+- 0
+Install dependencies
++
+- Command
+- +
true
- Return code
+- 0
+- Duration
+- 0 s
+Install ๐
++
+- Command
+- +
true
- Return code
+- 0
+- Duration
+- 0 s
+Installation size
+No files were installed.
+Uninstall ๐งน
++
+- Command
+- +
true
- Return code
+- 0
+- Missing removes
+- + none +
+- Wrong removes
+- + none +
+
+ +Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -132,14 +132,14 @@Dry install ๐๏ธ
- coq >= dev - coq-elpi = 2.0.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-elpi = 2.0.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-elpi = 2.0.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-elpi = 2.0.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-elpi = 2.0.0 -> coq < 8.19~ * Missing dependency: - coq-elpi = 2.0.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.1.html index 4d516fce9fa9..493df4dfa0f7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/elpi/2.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -92,7 +92,7 @@Context
depends: [ "ocaml" {>= "4.10.0"} "stdlib-shims" - "elpi" {>= "1.18.1" & < "1.19.0~"} + "elpi" {>= "1.18.1" & < "1.18.2~"} "coq" {>= "8.19" & < "8.20~"} "dot-merlin-reader" {with-dev} "ocaml-lsp-server" {with-dev} @@ -110,7 +110,8 @@Context
"md5=d3649f3e189b339e88cdcc5088c03afd" "sha512=4df64fd870e1ac5051d30229d7de28ad083a8de55c43ae5da7c861831e1c4c43295259a8b6e58f4687ec74bae616d46d45626b12f1213257a48475e91eed177a" ] -}
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "Elpi extension language for Coq" +description: """\ +Coq-elpi provides a Coq plugin that embeds ELPI. +It also provides a way to embed Coq's terms into ฮปProlog using +the Higher-Order Abstract Syntax approach +and a way to read terms back. In addition to that it exports to ELPI a +set of Coq's primitives, e.g. printing a message, accessing the +environment of theorems and data types, defining a new constant and so on. +For convenience it also provides a quotation and anti-quotation for Coq's +syntax in ฮปProlog. E.g. `{{nat}}` is expanded to the type name of natural +numbers, or `{{A -> B}}` to the representation of a product by unfolding + the `->` notation. Finally it provides a way to define new vernacular commands +and +new tactics.""" +maintainer: "Enrico Tassi <enrico.tassi@inria.fr>" +authors: "Enrico Tassi" +license: "LGPL-2.1-or-later" +tags: [ + "category:Miscellaneous/Coq Extensions" + "keyword:ฮปProlog" + "keyword:higher order abstract syntax" + "logpath:elpi" +] +homepage: "https://github.com/LPCIC/coq-elpi" +bug-reports: "https://github.com/LPCIC/coq-elpi/issues" +depends: [ + "ocaml" {>= "4.10.0"} + "stdlib-shims" + "elpi" {>= "1.18.2" & < "1.19.0~"} + "coq" {>= "8.19" & < "8.20~"} + "dot-merlin-reader" {with-dev} + "ocaml-lsp-server" {with-dev} +] +build: [ + [make "build" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" "OCAMLWARN="] + [make "test" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] {with-test} +] +install: [make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi"] +dev-repo: "git+https://github.com/LPCIC/coq-elpi" +url { + src: + "https://github.com/LPCIC/coq-elpi/releases/download/v2.0.2/coq-elpi-2.0.2.tar.gz" + checksum: [ + "md5=95d339f41246c63393348931cfcc5f3f" + "sha512=e75b4b83190dcd0e9d1055bfd626001694cd74679d8bb0a359334cad455571752736011c6669b4ee194ab9773e8b2fa1f99ff6c0eeec7d1ae77197ff28400ec4" + ] +}+
true
Dry install with the current Coq version:
+opam install -y --show-action coq-elpi.2.0.2 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-elpi = 2.0.2 -> coq < 8.20~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-elpi = 2.0.2 -> coq < 8.20~ -> ocaml < 4.05.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.1.1 + - coq-elpi = 2.0.2 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-elpi = 2.0.2 -> coq < 8.20~ + * Missing dependency: + - coq-elpi = 2.0.2 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-elpi.2.0.2
true
true
No files were installed.
+true
Total: 16 M
@@ -141,8 +141,8 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/rewrite_strat_repeated_app.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/do_n_let_binder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_different_names/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_no_names/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_same_names/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_same_names/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_no_names/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/Harness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/rewrite_strat_repeated_app.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction_common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open-constr-n-lambda-no-types-no-names.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_common_ltac2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/conj-True-fast-conj.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open-constr-n-lambda-no-types-different-names.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open-constr-n-lambda-no-types-different-names.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/fun_n_ltac2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/let_n_ltac2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/do_n_open_constr_True/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_identity_evar_subst_ctx.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction_with_abstract.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app_n_uconstr/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app_n_uconstr/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction_common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/one_step_reduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/lift_non_identity_evar_subst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/pattern/_0_SuperFast.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/pattern/_0_Sanity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/intros_n_let/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/intros_n_fun/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/intros_n_fun/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app_n_ltac2/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/lift_identity_evar_subst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/conj-True-repeat-constructor.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/let_n_ltac2/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/fun_n_ltac2/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/lift_non_identity_evar_subst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota-reduction-fact9.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota-reduction-fact8.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota-reduction-fact9.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/pattern.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_fast_rewrite_ltac2/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app-n-ltac2.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/HarnessTimeAbstract.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_under_binders_common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/Harness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app-n-uconstr.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/Harness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite-repeated-app-fast-rewrite.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota-reduction-with-abstract-fact9.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota-reduction-with-abstract-fact8.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota-reduction-with-abstract-fact9.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_under_binders_common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite-repeated-app-fast-rewrite-no-abstract.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_non_identity_evar_subst_binders/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_identity_evar_subst_binders/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_identity_evar_subst_ctx/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_non_identity_evar_subst_ctx/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_identity_evar_subst_nevars/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_non_identity_evar_subst_nevars/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_identity_evar_subst_nevars/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/rewrite_strat_under_binders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/let_n_uconstr/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/fun_n_uconstr/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift-non-identity-evar-subst-binders.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift-identity-evar-subst-binders.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift-identity-evar-subst-ctx.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift-non-identity-evar-subst-ctx.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/intros-n-let.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift-non-identity-evar-subst-ctx.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/intros-n-fun.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift-identity-evar-subst-nevars.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift-non-identity-evar-subst-nevars.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift-identity-evar-subst-nevars.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_non_identity_evar_subst_common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_identity_evar_subst_common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/rewrite_strat_repeated_app.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/pattern.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic_cbv_lazy_PHOAS.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/conj_True_fast_conj.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/conj_True_repeat_constructor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/fun-n-uconstr.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/conj_True_repeat_constructor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/let-n-uconstr.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one-step-reduction-with-abstract.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/constr_eq_alpha.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/do_n_let_binder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_autorewrite/_1_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_ssrrewrite/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_non_identity_evar_subst_ctx/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_identity_evar_subst_ctx/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_non_identity_evar_subst_ctx/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_identity_evar_subst_binders/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/lift_non_identity_evar_subst_binders/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_rewrite_strat/_1_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/lift_non_identity_evar_subst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_under_binders_common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app_n_ltac2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_with_abstract_fact9/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_with_abstract_fact8/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_with_abstract_fact9/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_with_abstract_fact8/_1_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_with_abstract_fact9/_1_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic_vm_PHOAS/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_no_names.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/let_n_uconstr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/Ltac2Compat/Init.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_strat_under_binders/_1_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_autorewrite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_strat_under_binders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app_n_ltac2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_strat_under_binders/_1_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_strat_under_binders/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/conj_True_fast_conj.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/Ltac2Compat/Array.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction_with_abstract/_2_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact9/_1_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact9/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact8/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact8/_1_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact8/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/repeat-setoid-rewrite-under-binders-noop.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_autorewrite_noop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_rewrite_strat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/let_n_uconstr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/pattern.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/constr_eq_alpha.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_autorewrite/_1_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic-cbv-lazy-PHOAS.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_autorewrite/_1_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/pattern.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_ssrrewrite_noop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_ssrrewrite/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_rewrite_strat/_1_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_same_names.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_no_names.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_rewrite_strat/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceDemos/constr_eq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_rewrite_strat/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic_native_PHOAS.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/conj_True_fast_conj/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/repeat_setoid_rewrite_under_binders_noop/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/conj_True_fast_conj/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic_vm_PHOAS.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/intros_n_fun.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/intros_n_let.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_ssrrewrite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_fast_rewrite_ltac2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/repeat_setoid_rewrite_under_binders/_1_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic-vm-PHOAS.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/repeat_setoid_rewrite_under_binders_noop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic-vm-PHOAS.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/constr_eq_alpha/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_fast_rewrite_no_abstract/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/do_n_pose/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/repeat_setoid_rewrite_under_binders/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_fast_rewrite_no_abstract/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction_with_abstract/_0_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app_n_uconstr/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction_with_abstract/_2_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction_with_abstract/_1_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction_with_abstract/_2_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_fast_rewrite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/rewrite_repeated_app_fast_rewrite_no_abstract.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/fun_n_ltac2/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/intros_n_let/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/intros_n_fun/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_different_names/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_same_names/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_no_names/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact9/_1_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/open_constr_n_lambda_no_types_different_names/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/repeat_setoid_rewrite_under_binders/_2_SuperFast.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact9/_1_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact9/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact8/_1_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact8/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact9/_0_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact8/_1_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/iota_reduction_fact8/_0_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/repeat_setoid_rewrite_under_binders/_2_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/conj_True_fast_conj/_0_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic_vm_PHOAS/_0_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction/_2_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction/_1_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/one_step_reduction/_0_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/constr_eq_alpha/_0_SuperFast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/repeat_setoid_rewrite_under_binders/_2_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/let_n_uconstr/_0_SuperFast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/fun_n_uconstr/_0_SuperFast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app_n_uconstr/_0_SuperFast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/app_n_ltac2/_0_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/pattern/_0_SuperFast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/do_n_pose/_0_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/constr-eq-alpha.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/pattern/_0_Sanity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/constr-eq-alpha.txt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic_native_PHOAS/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic_vm_PHOAS/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/do_n_open_constr_True/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/quadratic_vm_PHOAS/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/do_n_pose/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/constr_eq_alpha/_0_Sanity.log
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PerformanceExperiments/Ltac2Compat/Constr.glob
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations < 1.0~beta2 -> coq = 8.5~beta2 -> ocaml < 4.05.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.1.1 - - coq-equations < 1.0~beta2 -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations < 1.0~beta2 -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations < 1.0~beta2 -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0+8.7.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0+8.7.html index 320e22bcea61..415aea38cc31 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0+8.7.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0+8.7.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.0+8.7 -> coq < 8.8 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.0+8.7 -> coq < 8.8 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.0+8.7 -> coq < 8.8 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.0+8.7 -> coq < 8.8 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.0+8.7 -> coq < 8.8 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0+8.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0+8.8.html index b0cca1895179..d66c00a124cc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0+8.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0+8.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.0+8.8 -> coq < 8.9 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.0+8.8 -> coq < 8.9 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.0+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.0+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.0+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0.html index 03681161ecb7..b039d3aae870 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.0 -> coq < 8.7 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.0 -> coq < 8.7 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.0 -> coq < 8.7 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.0 -> coq < 8.7 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.0 -> coq < 8.7 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0~beta2+8.7.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0~beta2+8.7.html index 251cef3f53ef..b022d8d875da 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0~beta2+8.7.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0~beta2+8.7.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.0~beta2+8.7 -> coq < 8.8 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.0~beta2+8.7 -> coq < 8.8 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.0~beta2+8.7 -> coq < 8.8 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.0~beta2+8.7 -> coq < 8.8 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.0~beta2+8.7 -> coq < 8.8 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0~beta2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0~beta2.html index 5ecef0998893..f5a68b204bae 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0~beta2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.0~beta2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.0~beta2 -> coq < 8.7 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.0~beta2 -> coq < 8.7 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.0~beta2 -> coq < 8.7 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.0~beta2 -> coq < 8.7 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.0~beta2 -> coq < 8.7 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.1+8.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.1+8.8.html index 520d6a86eb36..c6320b1cbc1d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.1+8.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.1+8.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.1+8.8 -> coq < 8.9 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.1+8.8 -> coq < 8.9 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.1+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.1+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.1+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.10.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.10.html index 69d02d322f67..7c8fb80c669c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.10.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.10.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2+8.10 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.8.html index e07d9d5ecf8d..9f29d6db5ac2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2+8.8 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2+8.8 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2+8.8 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2+8.8 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2+8.8 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.9.html index a5dfe9ea5c5c..713a42593460 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2+8.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2+8.9 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2+8.9 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2+8.9 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2+8.9 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2+8.9 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.10.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.10.html index 611d144ada67..a3083c705d8b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.10.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.10.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,12 +125,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.1+8.10 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.1+8.10 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.1+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.1+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2.1+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.11.html index 2aedfed21ccb..9f33d91ad18b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.1+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.1+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2.1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.9.html index 161d4f68fd7f..ec4aba15cbaf 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.1+8.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.1+8.9 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.1+8.9 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.1+8.9 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.1+8.9 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2.1+8.9 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.2+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.2+8.11.html index 5ff1c02fa930..e6c587bbdb0e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.2+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.2+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.2+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.2+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.2+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.2+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2.2+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.2+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.2+8.12.html index 5e4151dd4a78..b49619181153 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.2+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.2+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.2+8.12 -> coq = 8.12+beta1 -> ocaml < 4.12 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-equations = 1.2.2+8.12 -> coq = 8.12+beta1 -> ocaml < 4.12 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.2+8.12 -> coq = 8.12+beta1 -> ocaml < 4.12 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2.2+8.12 -> coq = 8.12+beta1 -> ocaml < 4.12 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.11.html index 23a2eca46fcd..061f2a4c7662 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.3+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.3+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.3+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.3+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2.3+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.12.html index 70c6bccf99cb..0ce218734c47 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.3+8.12 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.3+8.12 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.3+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.3+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2.3+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.13.html index 16ce9df15fb3..96a66b7fa90a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.3+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,14 +123,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.3+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.3+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.3+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.3+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.2.3+8.13 -> coq < 8.14~ * Missing dependency: - coq-equations = 1.2.3+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.11.html index 9c3e1a092cb2..ccbbce820ba8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,12 +125,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.4+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.4+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.4+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.4+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2.4+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.12.html index 7ee165da2835..9e7d3bdabf66 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,12 +125,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.4+8.12 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.4+8.12 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.4+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.4+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2.4+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.13.html index eacd52e36d69..e7d0c5bdde84 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2.4+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,14 +124,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2.4+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2.4+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2.4+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2.4+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.2.4+8.13 -> coq < 8.14~ * Missing dependency: - coq-equations = 1.2.4+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta+8.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta+8.8.html index 4974559ad250..455a5e465930 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta+8.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta+8.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,12 +117,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2~beta+8.8 -> coq < 8.9 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2~beta+8.8 -> coq < 8.9 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2~beta+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2~beta+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2~beta+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta+8.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta+8.9.html index 543043451b18..60ef1f47c7e3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta+8.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta+8.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,12 +117,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2~beta+8.9 -> coq < 8.10 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2~beta+8.9 -> coq < 8.10 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2~beta+8.9 -> coq < 8.10 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2~beta+8.9 -> coq < 8.10 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2~beta+8.9 -> coq < 8.10 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta2+8.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta2+8.8.html index a479a4a4826c..b36a43deb422 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta2+8.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta2+8.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2~beta2+8.8 -> coq < 8.9 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2~beta2+8.8 -> coq < 8.9 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2~beta2+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2~beta2+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2~beta2+8.8 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta2+8.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta2+8.9.html index db9852b5d352..2f454a0ebfe1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta2+8.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.2~beta2+8.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.2~beta2+8.9 -> coq < 8.10 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.2~beta2+8.9 -> coq < 8.10 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.2~beta2+8.9 -> coq < 8.10 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.2~beta2+8.9 -> coq < 8.10 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 1.2~beta2+8.9 -> coq < 8.10 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.13.html index 9f3888aa5e9e..ce1dfbd6945f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.3+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.3+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.3+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.3+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.3+8.13 -> coq < 8.14~ * Missing dependency: - coq-equations = 1.3+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.14.html index f6ab427f3ce9..99bd768defe6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.3+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.3+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.3+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.3+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.3+8.14 -> coq < 8.15~ * Missing dependency: - coq-equations = 1.3+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.15.html index e08b54e49c19..7b22f58519ca 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.3+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.3+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.3+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.3+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.3+8.15 -> coq < 8.16~ * Missing dependency: - coq-equations = 1.3+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.16.html index eac1b6522a9c..79470d638673 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.3+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.3+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.3+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.3+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.3+8.16 -> coq < 8.17~ * Missing dependency: - coq-equations = 1.3+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.17.html index d1163a178003..262b6929f99d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.3+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.3+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.3+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.3+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.3+8.17 -> coq < 8.18~ * Missing dependency: - coq-equations = 1.3+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.18.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.18.html index 87422d33c051..d38f748f21e8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.18.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.18.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,14 +124,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.3+8.18 -> coq < 8.19 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.3+8.18 -> coq < 8.19 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.3+8.18 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.3+8.18 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.3+8.18 -> coq < 8.19 * Missing dependency: - coq-equations = 1.3+8.18 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.19.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.19.html index d0c1a29042d0..e5f642c0db18 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.19.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3+8.19.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.3+8.19 -> coq < 8.20 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.3+8.19 -> coq < 8.20 -> ocaml < 4.05.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.1.1 - - coq-equations = 1.3+8.19 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.3+8.19 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.3+8.19 -> coq < 8.20 * Missing dependency: - coq-equations = 1.3+8.19 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3~beta1+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3~beta1+8.13.html index e371bd1aa756..cd74f29db87d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3~beta1+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3~beta1+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.3~beta1+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.3~beta1+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.3~beta1+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.3~beta1+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.3~beta1+8.13 -> coq < 8.14~ * Missing dependency: - coq-equations = 1.3~beta1+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3~beta2+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3~beta2+8.13.html index 5239a503c6d4..29b53bf15427 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3~beta2+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/1.3~beta2+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 1.3~beta2+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 1.3~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-equations = 1.3~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 1.3~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-equations = 1.3~beta2+8.13 -> coq < 8.14~ * Missing dependency: - coq-equations = 1.3~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/8.7.dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/8.7.dev.html index b06de0e35f4c..8433aa9eb708 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/8.7.dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/8.7.dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 8.7.dev -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 8.7.dev -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-equations = 8.7.dev -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 8.7.dev -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 8.7.dev -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/8.8.dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/8.8.dev.html index abc05df6a7c5..0f62a431acc7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/8.8.dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/8.8.dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-equations = 8.8.dev -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-equations = 8.8.dev -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-equations = 8.8.dev -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-equations = 8.8.dev -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-equations = 8.8.dev -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/dev.html index c4785bb92be6..5ac5ba82857d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/equations/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -166,11 +166,11 @@Installation size
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/EqDec.glob
../ocaml-base-compiler.5.1.1/lib/coq-equations/equations_common.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/NoCycle.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Telescopes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Telescopes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Telescopes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Relation_Properties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Relation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/EqDecInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Relation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Init.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/WellFoundedInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/EqDec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Relation_Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/FunctionalInduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/FunctionalInduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Subterm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Subterm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/DepElim.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Subterm.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Subterm.glob
../ocaml-base-compiler.5.1.1/lib/coq-equations/context_map.cmi
../ocaml-base-compiler.5.1.1/lib/coq-equations/splitting.cmx
../ocaml-base-compiler.5.1.1/lib/coq-equations/g_equations.cmi
../ocaml-base-compiler.5.1.1/lib/coq-equations/g_equations.cmi
../ocaml-base-compiler.5.1.1/lib/coq-equations/syntax.cmi
../ocaml-base-compiler.5.1.1/lib/coq-equations/context_map.cmx
../ocaml-base-compiler.5.1.1/lib/coq-equations/simplify.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Loader.vo
../ocaml-base-compiler.5.1.1/lib/coq-equations/principles.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Logic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/WellFounded.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/WellFounded.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Classes.glob
../ocaml-base-compiler.5.1.1/lib/coq-equations/g_equations.cmx
../ocaml-base-compiler.5.1.1/lib/coq-equations/covering.cmx
../ocaml-base-compiler.5.1.1/lib/coq-equations/sigma_types.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Classes.glob
../ocaml-base-compiler.5.1.1/lib/coq-equations/syntax.cmx
../ocaml-base-compiler.5.1.1/lib/coq-equations/principles_proofs.cmi
../ocaml-base-compiler.5.1.1/lib/coq-equations/syntax.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Classes.glob
../ocaml-base-compiler.5.1.1/lib/coq-equations/principles_proofs.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Relation_Properties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Subterm.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Subterm.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/ederive.cmx
../ocaml-base-compiler.5.1.1/lib/coq-equations/simplify.cmi
../ocaml-base-compiler.5.1.1/lib/coq-equations/depelim.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Loader.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/EqDec.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/depelim.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Telescopes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Constants.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Telescopes.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/depelim.cmi
../ocaml-base-compiler.5.1.1/lib/coq-equations/equations.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Constants.vo
../ocaml-base-compiler.5.1.1/lib/coq-equations/equations.cmi
../ocaml-base-compiler.5.1.1/lib/coq-equations/equations.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/FunctionalInduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/FunctionalInduction.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/eqdec.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/FunctionalInduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Relation.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/noconf_hom.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/CoreTactics.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/subterm.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Logic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/CoreTactics.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/eqdec.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Logic.vo
../ocaml-base-compiler.5.1.1/lib/coq-equations/ederive.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Init.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/ederive.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/NoCycle.glob
../ocaml-base-compiler.5.1.1/lib/coq-equations/noconf.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Classes.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/extra_tactics.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/EqDecInstances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Classes.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/noconf_hom.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/EqDecInstances.glob
../ocaml-base-compiler.5.1.1/lib/coq-equations/noconf.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq-equations/subterm.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Classes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/FunctionalInduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/EqDecInstances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Signature.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/Logic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/CoreTactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/FunctionalExtensionality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/CoreTactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Loader.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Type/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Equations/Prop/NoConfusion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapAList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Fin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Extras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAdjList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/SumN.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Foldable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Injection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Consider.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/RelDec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Consider.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/EqDep.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Extras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadLaws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/CmpDec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Parametric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Generic/Func.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Prop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/RelDec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Prop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Le.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Positive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Le.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadFix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/EitherMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadFix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Maps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Maps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Prop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/BuildGraph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Eq/UIP_trans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/Measure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Cases.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/PPair.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Generic/DerivingData.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Monad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Generic/DerivingData.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/POption.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Reducible.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/With.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Fun.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Fin.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/N.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Eq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Set/ListSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Reducible.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/ListNth.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/CoMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Reducible.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/CmpDec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/FunctorLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/PList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/GenRec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Foldable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Forward.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Fun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Forward.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/POption.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadPlus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Traversable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/Decision.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Generic/Ind.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/CoMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/LazyList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/SigT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/SumN.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Lazy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/RelDec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Le.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/EqDep.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/EqDep.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Applicative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Char.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Functor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Applicative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/Measure.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Member.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/BinOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Member.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Pair.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/Decision.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadFix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/CoMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/CmpDec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/With.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/CoMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Forward.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Tuple.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/EqDep.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/GenRec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/Measure.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Checked.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Foldable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Relations/Compose.glob
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "A library of Coq definitions, theorems, and tactics" +description: + "A collection of theories and plugins that may be useful in other Coq developments." +maintainer: "gmalecha@gmail.com" +authors: "Gregory Malecha" +license: "BSD-2-Clause" +tags: "logpath:ExtLib" +homepage: "https://github.com/coq-community/coq-ext-lib" +doc: "https://coq-community.github.io/coq-ext-lib/" +bug-reports: "https://github.com/coq-community/coq-ext-lib/issues" +depends: [ + "coq" {>= "8.9" & (< "8.10" | >= "8.11")} +] +build: [make "-j%{jobs}%" "theories"] +run-test: [make "-j%{jobs}%" "examples"] +install: [make "install"] +dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git" +url { + src: + "https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz" + checksum: [ + "md5=471df57d1f22d166ea70a1ea5cf45b2b" + "sha512=351ee61d364b8ab0c68329c8d61f7e9febaf99860cc983a0aa1bef9a88b59dc903eb713b89e9f4a1d860bc031f5513eee2ded97208e0a2345ec1e81ec2893149" + ] +}+
true
Dry install with the current Coq version:
+opam install -y --show-action coq-ext-lib.1.2.1 coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-ext-lib.1.2.1 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-ext-lib.1.2.1 coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +[NOTE] Package coq is already installed (current version is dev). +The following actions will be performed: + - install coq-ext-lib 1.2.1 +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +Processing 1/3: [coq-ext-lib.1.2.1: http] +[ERROR] Failed to get sources of coq-ext-lib.1.2.1: curl error code 404 +#=== ERROR while fetching sources for coq-ext-lib.1.2.1 =======================# +OpamSolution.Fetch_fail("https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz (curl: code 404 while downloading https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v1.2.1.tar.gz)") +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - fetch coq-ext-lib 1.2.1 ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +'opam install -y -v coq-ext-lib.1.2.1 coq.dev' failed. +
No files were installed.
+true
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapAList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Fin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Extras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAdjList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/String.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Foldable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Injection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/RelDec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Consider.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadLaws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/RelDec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Consider.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/EqDep.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Extras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/CmpDec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Parametric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Generic/Func.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Prop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/RelDec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Prop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Le.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Positive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Le.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadFix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Char.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/EitherMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadFix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/OptionMonadLaws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Maps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Maps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Prop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/BuildGraph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Eq/UIP_trans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/Measure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Cases.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/PPair.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Monad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Generic/DerivingData.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/With.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Fun.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapPositive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Fin.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/IXMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/N.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Eq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Set/ListSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Reducible.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/ListNth.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/CoMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Reducible.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/CmpDec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/FunctorLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/PList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Eq/UIP_trans.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/Relation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Monoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapAList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Map/FMapTwoThreeK.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Foldable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Fun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/POption.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/WriterMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/ReaderMonadLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/Decision.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Generic/Ind.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Traversable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/BuildGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Traversable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Injection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonadLaws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/CoMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/LazyList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/SigT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/SumN.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Lazy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/String.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/EqDep.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/BoolTac.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/IXMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/EqDep.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Applicative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Functor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/Measure.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Member.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/Graph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/BinOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Member.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Pair.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/StateMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/Decision.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Set/ListSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Char.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAdjList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/ContMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadFix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Eqv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/CoMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Core/CmpDec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/FuelMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/With.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/CoMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Monoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Forward.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Graph/GraphAlgos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Tuple.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Monoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Injection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/Relation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Fun.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/EqDep.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/GenRec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/IdentityMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Monads/IStateMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadWriter.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Recur/Measure.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Checked.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadZero.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Foldable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadState.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Applicative.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/BinOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Tactics/Reify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Stream.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Monoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Programming/Injection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/CoMonadLaws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadTrans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Monads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Monoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/MonadPlus.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Structures/Functor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ExtLib/Data/Bool.v
opam list; echo; timeout 4h opam install -y --deps-only coq-extructures-instances.dev coq.dev
opam list; echo; timeout 4h opam install -y coq-extructures-instances.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-deriving dev Generic instances of MathComp classes +coq-elpi dev Elpi extension language for Coq +coq-extructures dev Finite sets, maps, and other data structures with extensional reasoning +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-algebra dev Mathematical Components Library on Algebra +coq-mathcomp-fingroup dev Mathematical Components Library on finite groups +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-fingroup dev - - install coq-deriving dev - - install coq-mathcomp-algebra dev - - install coq-extructures dev -===== 30 to install ===== + - install coq-extructures-instances dev <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-deriving.dev (git+https://github.com/arthuraa/deriving.git#master) --> retrieved coq-extructures.dev (git+https://github.com/arthuraa/extructures.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# +-> retrieved coq-extructures-instances.dev (git+https://github.com/arthuraa/extructures-instances.git#master) +[ERROR] The compilation of coq-extructures-instances.dev failed at "make -j4". +#=== ERROR while compiling coq-extructures-instances.dev ======================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-extructures-instances.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-27967-3f6530.env -# output-file ~/.opam/log/coq-elpi-27967-3f6530.out +# env-file ~/.opam/log/coq-extructures-instances-23138-7e0eb0.env +# output-file ~/.opam/log/coq-extructures-instances-23138-7e0eb0.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# COQC theories/instances.v +# File "./theories/instances.v", line 4, characters 27-38: +# Warning: Notation CanOrdMixin is deprecated since extructures 0.4.0. +# Use CanHasOrd +# [deprecated-syntactic-definition-since-extructures-0.4.0,deprecated-since-extructures-0.4.0,deprecated-syntactic-definition,deprecated,default] +# File "./theories/instances.v", line 5, characters 37-44: +# Error: The reference OrdType was not found in the current environment. +# +# make[2]: *** [CoqMakefile:848: theories/instances.vo] Error 1 +# make[2]: *** [theories/instances.vo] Deleting file 'theories/instances.glob' +# make[1]: *** [CoqMakefile:417: all] Error 2 +# make: *** [Makefile:15: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-extructures-instances dev +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128065446.export"
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-extructures.0.1.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-extructures.0.1.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== + - install coq-extructures 0.1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> installed cmdliner.1.2.0 --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-extructures.0.1.0: http] +Processing 1/3: +-> retrieved coq-extructures.0.1.0 (https://github.com/arthuraa/extructures/archive/v0.1.0.tar.gz) +Processing 2/3: [coq-extructures: coq_makefile _CoqProject] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "coq_makefile" "-f" "_CoqProject" "-o" "Makefile" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-extructures.0.1.0) +Processing 2/3: [coq-extructures: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-extructures.0.1.0) +- COQDEP VFILES +- COQC theories/ord.v +- File "./theories/ord.v", line 43, characters 0-33: +- Warning: Declaring a scope implicitly is deprecated; use in advance an +- explicit "Declare Scope ord_scope.". +- [undeclared-scope,deprecated-since-8.10,deprecated,default] +- File "./theories/ord.v", line 61, characters 35-50: +- Error: The reference Choice.class_of was not found in the current +- environment. +- +- make[1]: *** [Makefile:848: theories/ord.vo] Error 1 +- make[1]: *** [theories/ord.vo] Deleting file 'theories/ord.glob' +- make: *** [Makefile:417: all] Error 2 +[ERROR] The compilation of coq-extructures.0.1.0 failed at "make -j4". +#=== ERROR while compiling coq-extructures.0.1.0 ==============================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-extructures.0.1.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-6551-1bd0d4.env -# output-file ~/.opam/log/coq-elpi-6551-1bd0d4.out +# env-file ~/.opam/log/coq-extructures-4136-430917.env +# output-file ~/.opam/log/coq-extructures-4136-430917.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# COQC theories/ord.v +# File "./theories/ord.v", line 43, characters 0-33: +# Warning: Declaring a scope implicitly is deprecated; use in advance an +# explicit "Declare Scope ord_scope.". +# [undeclared-scope,deprecated-since-8.10,deprecated,default] +# File "./theories/ord.v", line 61, characters 35-50: +# Error: The reference Choice.class_of was not found in the current +# environment. +# +# make[1]: *** [Makefile:848: theories/ord.vo] Error 1 +# make[1]: *** [theories/ord.vo] Deleting file 'theories/ord.glob' +# make: *** [Makefile:417: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-extructures 0.1.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128051543.export" +'opam install -y -v coq-extructures.0.1.0 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -136,7 +136,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -144,138 +144,45 @@Install dependencies
ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev + - install coq-mathcomp-ssreflect 1.dev - install coq-deriving dev -===== 27 to install ===== +===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved coq-deriving.dev (git+https://github.com/arthuraa/deriving.git#master) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed result.1.5 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# +-> retrieved coq-mathcomp-ssreflect.1.dev (git+https://github.com/math-comp/math-comp.git#mathcomp-1) +-> installed coq-mathcomp-ssreflect.1.dev +[ERROR] The compilation of coq-deriving.dev failed at "make -j 4". +#=== ERROR while compiling coq-deriving.dev ===================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-deriving.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-9064-9bb0d7.env -# output-file ~/.opam/log/coq-elpi-9064-9bb0d7.out +# env-file ~/.opam/log/coq-deriving-13768-43dd1c.env +# output-file ~/.opam/log/coq-deriving-13768-43dd1c.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# Warning: in file theories/instances.v, library structures is required +# from root HB and has not been found in the loadpath! +# [module-not-found,filesystem,default] +# COQC theories/base.v +# File "./theories/base.v", line 1, characters 0-34: +# Error: Cannot find a physical path bound to logical path +# structures with prefix HB. +# +# make[2]: *** [CoqMakefile:848: theories/base.vo] Error 1 +# make[2]: *** [theories/base.vo] Deleting file 'theories/base.glob' +# make[1]: *** [CoqMakefile:417: all] Error 2 +# make: *** [Makefile:13: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev +| - build coq-deriving dev +- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 ++- The following changes have been performed +| - install coq-mathcomp-ssreflect 1.dev +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128033059.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223081637.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -144,7 +144,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -168,13 +168,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -190,65 +190,65 @@Install dependencies
-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed result.1.5 +-> installed seq.base -> installed ocaml-compiler-libs.v0.12.4 --> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev -> installed sexplib0.v0.16.0 +-> installed menhirLib.dev +-> installed stdlib-shims.0.3.0 -> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-28827-ac034f.env -# output-file ~/.opam/log/coq-elpi-28827-ac034f.out +# env-file ~/.opam/log/coq-elpi-21135-a2528a.env +# output-file ~/.opam/log/coq-elpi-21135-a2528a.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -264,14 +264,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -281,7 +281,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130114848.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222040731.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-fcsl-pcm.1.2.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-fcsl-pcm.1.2.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== + - install coq-fcsl-pcm 1.2.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-fcsl-pcm.1.2.0: http] +Processing 1/3: +-> retrieved coq-fcsl-pcm.1.2.0 (https://github.com/imdea-software/fcsl-pcm/archive/v1.2.0.tar.gz) +Processing 2/3: [coq-fcsl-pcm: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fcsl-pcm.1.2.0) +- coq_makefile -f _CoqProject -o CoqMakefile +- make --no-print-directory -f CoqMakefile +- COQDEP VFILES +- COQC finmap/ordtype.v +- COQC pcm/pred.v +- COQC pcm/pcm.v +- COQC pcm/axioms.v +- COQC pcm/prelude.v +- File "./finmap/ordtype.v", line 44, characters 28-29: +- Error: +- In environment +- class_of : Type -> Type +- T : Type +- The term "T" has type "Type" while it is expected to have type "eqType". +- +- make[2]: *** [CoqMakefile:848: finmap/ordtype.vo] Error 1 +- make[2]: *** [finmap/ordtype.vo] Deleting file 'finmap/ordtype.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./pcm/pcm.v", line 360, characters 46-54: +- Error: +- In environment +- U : pcm +- The term "joinA (U:=U)" has type +- "forall x y z : U, x \+ (y \+ z) = x \+ y \+ z" +- while it is expected to have type "Type". +- +- make[2]: *** [CoqMakefile:848: pcm/pcm.vo] Error 1 +- make[2]: *** [pcm/pcm.vo] Deleting file 'pcm/pcm.glob' +- File "./pcm/prelude.v", line 244, characters 28-35: +- Error: The reference EqMixin was not found in the current environment. +- +- make[2]: *** [CoqMakefile:848: pcm/prelude.vo] Error 1 +- make[2]: *** [pcm/prelude.vo] Deleting file 'pcm/prelude.glob' +- make[1]: *** [CoqMakefile:417: all] Error 2 +- make: *** [Makefile:13: invoke-coqmakefile] Error 2 +[ERROR] The compilation of coq-fcsl-pcm.1.2.0 failed at "make -j4". +#=== ERROR while compiling coq-fcsl-pcm.1.2.0 =================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fcsl-pcm.1.2.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-7551-e867fa.env -# output-file ~/.opam/log/coq-elpi-7551-e867fa.out +# env-file ~/.opam/log/coq-fcsl-pcm-9001-767023.env +# output-file ~/.opam/log/coq-fcsl-pcm-9001-767023.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml +# The term "joinA (U:=U)" has type # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# while it is expected to have type "Type". +# +# make[2]: *** [CoqMakefile:848: pcm/pcm.vo] Error 1 +# make[2]: *** [pcm/pcm.vo] Deleting file 'pcm/pcm.glob' +# File "./pcm/prelude.v", line 244, characters 28-35: +# Error: The reference EqMixin was not found in the current environment. +# +# make[2]: *** [CoqMakefile:848: pcm/prelude.vo] Error 1 +# make[2]: *** [pcm/prelude.vo] Deleting file 'pcm/prelude.glob' +# make[1]: *** [CoqMakefile:417: all] Error 2 +# make: *** [Makefile:13: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-fcsl-pcm 1.2.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130194025.export" +'opam install -y -v coq-fcsl-pcm.1.2.0 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -143,7 +143,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -167,13 +167,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -181,73 +181,73 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed result.1.5 -> installed re.1.11.0 +-> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed yojson.2.1.2 +-> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-4928-05852d.env -# output-file ~/.opam/log/coq-elpi-4928-05852d.out +# env-file ~/.opam/log/coq-elpi-27971-c2ae9b.env +# output-file ~/.opam/log/coq-elpi-27971-c2ae9b.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -263,14 +263,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -280,7 +280,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127122608.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222190817.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-fcsl-pcm.1.4.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-fcsl-pcm.1.4.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== + - install coq-fcsl-pcm 1.4.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed seq.base --> installed result.1.5 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-fcsl-pcm.1.4.0: http] +Processing 1/3: +-> retrieved coq-fcsl-pcm.1.4.0 (https://github.com/imdea-software/fcsl-pcm/archive/v1.4.0.tar.gz) +Processing 2/3: [coq-fcsl-pcm: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fcsl-pcm.1.4.0) +- coq_makefile -f _CoqProject -o CoqMakefile +- make --no-print-directory -f CoqMakefile +- COQDEP VFILES +- COQC options.v +- File "./options.v", line 1, characters 0-30: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 2, characters 0-29: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 3, characters 0-41: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 4, characters 0-27: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- COQC core/axioms.v +- COQC core/ordtype.v +- COQC core/prelude.v +- File "./core/ordtype.v", line 42, characters 28-29: +- Error: +- In environment +- class_of : Type -> Type +- T : Type +- The term "T" has type "Type" while it is expected to have type "eqType". +- +- make[2]: *** [CoqMakefile:848: core/ordtype.vo] Error 1 +- make[2]: *** [core/ordtype.vo] Deleting file 'core/ordtype.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./core/prelude.v", line 425, characters 28-35: +- Error: The reference EqMixin was not found in the current environment. +- +- make[2]: *** [CoqMakefile:848: core/prelude.vo] Error 1 +- make[2]: *** [core/prelude.vo] Deleting file 'core/prelude.glob' +- make[1]: *** [CoqMakefile:417: all] Error 2 +- make: *** [Makefile:13: invoke-coqmakefile] Error 2 +[ERROR] The compilation of coq-fcsl-pcm.1.4.0 failed at "make -j4". +#=== ERROR while compiling coq-fcsl-pcm.1.4.0 =================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fcsl-pcm.1.4.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-29007-51a970.env -# output-file ~/.opam/log/coq-elpi-29007-51a970.out +# env-file ~/.opam/log/coq-fcsl-pcm-32631-36a47e.env +# output-file ~/.opam/log/coq-fcsl-pcm-32631-36a47e.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# The term "T" has type "Type" while it is expected to have type "eqType". +# +# make[2]: *** [CoqMakefile:848: core/ordtype.vo] Error 1 +# make[2]: *** [core/ordtype.vo] Deleting file 'core/ordtype.glob' +# make[2]: *** Waiting for unfinished jobs.... +# File "./core/prelude.v", line 425, characters 28-35: +# Error: The reference EqMixin was not found in the current environment. +# +# make[2]: *** [CoqMakefile:848: core/prelude.vo] Error 1 +# make[2]: *** [core/prelude.vo] Deleting file 'core/prelude.glob' +# make[1]: *** [CoqMakefile:417: all] Error 2 +# make: *** [Makefile:13: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-fcsl-pcm 1.4.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240126232640.export" +'opam install -y -v coq-fcsl-pcm.1.4.0 coq.dev' failed.
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-fcsl-pcm.1.5.1 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-fcsl-pcm.1.5.1 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== + - install coq-fcsl-pcm 1.5.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-fcsl-pcm.1.5.1: http] +Processing 1/3: +-> retrieved coq-fcsl-pcm.1.5.1 (https://github.com/imdea-software/fcsl-pcm/archive/v1.5.1.tar.gz) +Processing 2/3: [coq-fcsl-pcm: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fcsl-pcm.1.5.1) +- coq_makefile -f _CoqProject -o CoqMakefile +- make --no-print-directory -f CoqMakefile +- COQDEP VFILES +- COQC options.v +- File "./options.v", line 1, characters 0-30: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 2, characters 0-29: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 3, characters 0-41: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 4, characters 0-27: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- COQC core/axioms.v +- COQC core/auto.v +- COQC core/ordtype.v +- COQC core/prelude.v +- File "./core/ordtype.v", line 42, characters 28-29: +- Error: +- In environment +- class_of : Type -> Type +- T : Type +- The term "T" has type "Type" while it is expected to have type "eqType". +- +- make[2]: *** [CoqMakefile:848: core/ordtype.vo] Error 1 +- make[2]: *** [core/ordtype.vo] Deleting file 'core/ordtype.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./core/prelude.v", line 435, characters 28-35: +- Error: The reference EqMixin was not found in the current environment. +- +- make[2]: *** [CoqMakefile:848: core/prelude.vo] Error 1 +- make[2]: *** [core/prelude.vo] Deleting file 'core/prelude.glob' +- make[1]: *** [CoqMakefile:417: all] Error 2 +- make: *** [Makefile:13: invoke-coqmakefile] Error 2 +[ERROR] The compilation of coq-fcsl-pcm.1.5.1 failed at "make -j4". +#=== ERROR while compiling coq-fcsl-pcm.1.5.1 =================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fcsl-pcm.1.5.1 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-12589-4e5f9a.env -# output-file ~/.opam/log/coq-elpi-12589-4e5f9a.out +# env-file ~/.opam/log/coq-fcsl-pcm-8718-5aa3dd.env +# output-file ~/.opam/log/coq-fcsl-pcm-8718-5aa3dd.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# The term "T" has type "Type" while it is expected to have type "eqType". +# +# make[2]: *** [CoqMakefile:848: core/ordtype.vo] Error 1 +# make[2]: *** [core/ordtype.vo] Deleting file 'core/ordtype.glob' +# make[2]: *** Waiting for unfinished jobs.... +# File "./core/prelude.v", line 435, characters 28-35: +# Error: The reference EqMixin was not found in the current environment. +# +# make[2]: *** [CoqMakefile:848: core/prelude.vo] Error 1 +# make[2]: *** [core/prelude.vo] Deleting file 'core/prelude.glob' +# make[1]: *** [CoqMakefile:417: all] Error 2 +# make: *** [Makefile:13: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-fcsl-pcm 1.5.1 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127003001.export" +'opam install -y -v coq-fcsl-pcm.1.5.1 coq.dev' failed.
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-fcsl-pcm.1.6.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-fcsl-pcm.1.6.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== + - install coq-fcsl-pcm 1.6.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppx_derivers.1.2.1 --> installed ocaml-compiler-libs.v0.12.4 --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-fcsl-pcm.1.6.0: http] +Processing 1/3: +-> retrieved coq-fcsl-pcm.1.6.0 (https://github.com/imdea-software/fcsl-pcm/archive/v1.6.0.tar.gz) +Processing 2/3: [coq-fcsl-pcm: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fcsl-pcm.1.6.0) +- coq_makefile -f _CoqProject -o CoqMakefile +- make --no-print-directory -f CoqMakefile +- COQDEP VFILES +- COQC options.v +- File "./options.v", line 1, characters 0-30: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 2, characters 0-29: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 3, characters 0-41: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 4, characters 0-27: +- Warning: Syntax "Export Set" is deprecated, use the attribute syntax +- "#[export] Set" instead. +- [legacy-export-set,deprecated-since-8.18,deprecated,default] +- File "./options.v", line 7, characters 0-26: +- Warning: The default and global localities for this command outside sections +- are currently equivalent to the combination of the standard meaning of +- "global" (as described in the reference manual), "export" and re-exporting +- for every surrounding module. It will change to just "global" (with the +- meaning used by the "Set" command) in a future release. +- To preserve the current meaning in a forward compatible way, use the +- attribute "#[global,export]" and repeat the command with just "#[export]" in +- any surrounding modules. If you are fine with the change of semantics, +- disable this warning. +- [deprecated-tacopt-without-locality,deprecated-since-8.17,deprecated,default] +- COQC core/axioms.v +- COQC core/ordtype.v +- COQC core/prelude.v +- File "./core/ordtype.v", line 42, characters 28-29: +- Error: +- In environment +- class_of : Type -> Type +- T : Type +- The term "T" has type "Type" while it is expected to have type "eqType". +- +- make[2]: *** [CoqMakefile:848: core/ordtype.vo] Error 1 +- make[2]: *** [core/ordtype.vo] Deleting file 'core/ordtype.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./core/prelude.v", line 444, characters 28-35: +- Error: The reference EqMixin was not found in the current environment. +- +- make[2]: *** [CoqMakefile:848: core/prelude.vo] Error 1 +- make[2]: *** [core/prelude.vo] Deleting file 'core/prelude.glob' +- make[1]: *** [CoqMakefile:417: all] Error 2 +- make: *** [Makefile:13: invoke-coqmakefile] Error 2 +[ERROR] The compilation of coq-fcsl-pcm.1.6.0 failed at "make -j4". +#=== ERROR while compiling coq-fcsl-pcm.1.6.0 =================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fcsl-pcm.1.6.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-6059-e755f2.env -# output-file ~/.opam/log/coq-elpi-6059-e755f2.out +# env-file ~/.opam/log/coq-fcsl-pcm-27712-9bd25a.env +# output-file ~/.opam/log/coq-fcsl-pcm-27712-9bd25a.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# The term "T" has type "Type" while it is expected to have type "eqType". +# +# make[2]: *** [CoqMakefile:848: core/ordtype.vo] Error 1 +# make[2]: *** [core/ordtype.vo] Deleting file 'core/ordtype.glob' +# make[2]: *** Waiting for unfinished jobs.... +# File "./core/prelude.v", line 444, characters 28-35: +# Error: The reference EqMixin was not found in the current environment. +# +# make[2]: *** [CoqMakefile:848: core/prelude.vo] Error 1 +# make[2]: *** [core/prelude.vo] Deleting file 'core/prelude.glob' +# make[1]: *** [CoqMakefile:417: all] Error 2 +# make: *** [Makefile:13: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-fcsl-pcm 1.6.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131121211.export" +'opam install -y -v coq-fcsl-pcm.1.6.0 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -144,7 +144,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -168,13 +168,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -183,11 +183,11 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) @@ -195,60 +195,60 @@Install dependencies
-> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed seq.base -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> installed ocaml-compiler-libs.v0.12.4 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 -> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 +-> installed result.1.5 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed re.1.11.0 +-> installed sexplib0.v0.16.0 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-21079-5423a5.env -# output-file ~/.opam/log/coq-elpi-21079-5423a5.out +# env-file ~/.opam/log/coq-elpi-16859-034b7c.env +# output-file ~/.opam/log/coq-elpi-16859-034b7c.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -264,14 +264,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -281,7 +281,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130224745.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224031914.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -142,7 +142,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -166,13 +166,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -182,30 +182,30 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> installed cmdliner.1.2.0 -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base @@ -214,43 +214,43 @@Install dependencies
-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 --> installed re.1.11.0 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed re.1.11.0 -> installed yojson.2.1.2 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-10029-d4891e.env -# output-file ~/.opam/log/coq-elpi-10029-d4891e.out +# env-file ~/.opam/log/coq-elpi-4117-42ef6f.env +# output-file ~/.opam/log/coq-elpi-4117-42ef6f.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -266,14 +266,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -283,7 +283,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128155337.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224160603.export"
Total: 15 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/ListFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/FMapExtensions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/FMapExtensions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/FMapExtensions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/ListFacts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/ListFacts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/MSetBoundedLattice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Frame.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/MSetExtensions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/Refinements/General.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Frame.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Frame.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/Refinements/General.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/ListMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/FixedPoint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/FixedPoint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/FixComp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/BuildADTRefinements/HoneRepresentation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Telescope/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/BuildADTRefinements/HoneRepresentation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/StringFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Ensembles/IndexedEnsembles.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/BoundedLookup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/SetoidMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/GeneralBuildADTRefinements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/GeneralBuildADTRefinements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/GeneralRefinements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/i3list.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/BoundedLookup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/FixComp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/BoolProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/BoolProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTNotation/BuildADT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/Decidable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Monad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Ensembles/EnsembleListEquivalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/GeneralRefinements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Coq__8_4__8_5__Compat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/SetoidInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTNotation/BuildADT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForallAggregate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist3.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Coq__8_4__8_5__Compat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/IterateBoundedIndex.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Telescope/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/DecideableEnsembles.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/ListMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/i3list2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/LogicLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/BoolFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/BoolFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/i2list2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Gensym.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/Refinements/Iterate_Decide_Comp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/SetEqProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Telescope/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForallAggregate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForallAggregate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTNotation/BuildComputationalADT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/FixedPoints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/SetoidClassInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/UIP.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/transparent_abstract_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/transparent_abstract_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/ApplyMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADT/ComputationalADT.vo
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/hint_db_extra_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/hint_db_extra_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADT/ComputationalADT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/StringFacts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/Operations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Match.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Match.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/IfDec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTNotation/BuildADTSig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/IterateBoundedIndex.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/BreakMatch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/BreakMatch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/SetEq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/FueledFix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForallStaged.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/LetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/Refinements/ADTRepInv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Ensembles/Cardinal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Ensembles/Cardinal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Telescope/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/SetoidSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTNotation/BuildADTReplaceMethods.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/CacheStringConstant.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Wf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Ensembles/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist3.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist3.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADT/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/SetoidEqMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/DestructSig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/PrintContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/FoldIsTrue.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ReservedNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/FoldIsTrue.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/GeneralRefinements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/Combinators.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/MSetExtensions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Tactics/GetGoal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Match.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/BoolFacts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/FixedPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/Refinements/ADTCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTNotation/BuildADT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/FixedPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/FixedPoint.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Telescope/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/BuildADTRefinements/HoneRepresentation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTInduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Sigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/UpperBound.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/FlattenList.glob
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/transparent_abstract_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/hint_db_extra_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/FlattenList.glob
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/hint_db_extra_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/LogicMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADT/ComputationalADT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/SetoidMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/MSetExtensions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist3.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForallAggregate.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForallStaged.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/SetEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/SetoidMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/i3list.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForallStaged.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/BuildADTRefinements/RefineAllMethods.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/SumType.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Telescope/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/ApplyMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/SetoidClassInstances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Enumerable/ReflectiveForallStaged.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/Operations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/IfDec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/Refinements/ADTRepInv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Telescope/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist3_pair.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/LogicLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/BuildADTSetoidMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/ilist3_pair.glob
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/transparent_abstract_tactics.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Telescope/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/transparent_abstract_tactics.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/Refinements/ADTCache.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTNotation/BuildADTReplaceMethods.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/Telescope/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/Refinements/ADTCache.v
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/transparent_abstract_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/String_as_OT.v
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/hint_db_extra_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/String_as_OT.v
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/transparent_abstract_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/hint_db_extra_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/BoolFacts.v
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/transparent_abstract_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/hint_db_extra_tactics.cmi
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/hint_db_extra_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-fiat-parsers/hint_db_extra_tactics.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/Refinements/ADTRepInv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/OptionFacts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/SetoidClassInstances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Computation/FueledFix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/List/FlattenList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADT/ADTHide.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/Refinements/DelegateMethods.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/BuildADTSetoidMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADT/ADTHide.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/BuildADTRefinements/SimplifyRep.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/Common/SetEq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Fiat/ADTRefinement/BuildADTRefinements/AddCache.v
# Packages matching: installed # Name # Installed # Synopsis @@ -152,7 +152,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -170,21 +170,21 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fiat-crypto-legacy-extra.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 coq selected-specific-display coqprime-all # exit-code 2 -# env-file ~/.opam/log/coq-fiat-crypto-legacy-extra-26984-225ec0.env -# output-file ~/.opam/log/coq-fiat-crypto-legacy-extra-26984-225ec0.out +# env-file ~/.opam/log/coq-fiat-crypto-legacy-extra-12220-a76f0c.env +# output-file ~/.opam/log/coq-fiat-crypto-legacy-extra-12220-a76f0c.out ### output ### -# โPipeline.refine_reflectively_gen ------ 0.0% 98.9% 1 51.205s +# โPipeline.refine_reflectively_gen ------ 0.0% 98.9% 1 62.579s # [...] -# โ โโCompilers.Reify.reify_context_var 0.0% 7.0% 0 1.329s -# โ โโunique_reify_context_variable --- 0.1% 7.0% 10 1.329s -# โ โโdo_reifyf_goal ------------------ 0.0% 6.9% 113 1.318s -# โ โโreifyf -------------------------- 0.1% 6.8% 0 1.295s -# โ โโreify_rec ----------------------- 6.7% 6.7% 0 1.284s -# โ โโUnfoldArg.unfold_second_arg ----- 1.0% 3.6% 2 1.841s -# โ โChangeInAll.change_with_compute_i 0.0% 2.6% 433 0.014s -# โ โchange c with c' in * ----------- 2.6% 2.6% 433 0.014s -# โโGlue.refine_to_reflective_glue' ----- 0.0% 2.9% 1 1.508s -# โGlue.zrange_to_reflective ----------- 0.0% 2.3% 1 1.198s +# โ โโCompilers.Reify.reify_context_var 0.0% 5.8% 0 1.446s +# โ โโunique_reify_context_variable --- 0.1% 5.8% 10 1.446s +# โ โโdo_reifyf_goal ------------------ 0.0% 5.8% 113 1.437s +# โ โโreifyf -------------------------- 0.1% 5.7% 0 1.420s +# โ โโreify_rec ----------------------- 5.6% 5.6% 0 1.407s +# โ โโUnfoldArg.unfold_second_arg ----- 0.9% 3.0% 2 1.905s +# โ โChangeInAll.change_with_compute_i 0.0% 2.2% 433 0.015s +# โ โchange c with c' in * ----------- 2.1% 2.1% 433 0.015s +# โโGlue.refine_to_reflective_glue' ----- 0.0% 2.8% 1 1.746s +# โGlue.zrange_to_reflective ----------- 0.0% 2.2% 1 1.370s # <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fiat-crypto-legacy/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fiat-crypto-legacy/dev.html index 61489be72474..b52d37817c91 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fiat-crypto-legacy/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fiat-crypto-legacy/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -135,7 +135,7 @@Install ๐
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -168,21 +168,21 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fiat-crypto-legacy.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 coq selected-specific-display coqprime-all # exit-code 2 -# env-file ~/.opam/log/coq-fiat-crypto-legacy-8657-f5fd5e.env -# output-file ~/.opam/log/coq-fiat-crypto-legacy-8657-f5fd5e.out +# env-file ~/.opam/log/coq-fiat-crypto-legacy-7438-7c47e8.env +# output-file ~/.opam/log/coq-fiat-crypto-legacy-7438-7c47e8.out ### output ### -# โPipeline.refine_reflectively_gen ------ 0.0% 98.6% 1 44.810s +# โPipeline.refine_reflectively_gen ------ 0.0% 98.7% 1 58.803s # [...] -# โ โโunique_reify_context_variable --- 0.1% 7.6% 10 1.325s -# โ โโdo_reifyf_goal ------------------ 0.0% 7.5% 113 1.316s -# โ โโreifyf -------------------------- 0.1% 7.4% 0 1.297s -# โ โโreify_rec ----------------------- 7.3% 7.3% 0 1.285s -# โ โโUnfoldArg.unfold_second_arg ----- 1.1% 3.8% 2 1.728s -# โ โChangeInAll.change_with_compute_i 0.1% 2.7% 433 0.014s -# โ โchange c with c' in * ----------- 2.7% 2.7% 433 0.014s -# โโGlue.refine_to_reflective_glue' ----- 0.0% 3.7% 1 1.662s -# โGlue.zrange_to_reflective ----------- 0.0% 2.9% 1 1.335s -# โGlue.zrange_to_reflective_goal ------ 0.0% 2.4% 1 1.109s +# โ โโunique_reify_context_variable --- 0.1% 7.6% 10 1.759s +# โ โโdo_reifyf_goal ------------------ 0.0% 7.5% 113 1.748s +# โ โโreifyf -------------------------- 0.1% 7.4% 0 1.724s +# โ โโreify_rec ----------------------- 7.3% 7.3% 0 1.711s +# โ โโUnfoldArg.unfold_second_arg ----- 1.1% 3.7% 2 2.208s +# โ โChangeInAll.change_with_compute_i 0.1% 2.6% 433 0.016s +# โ โchange c with c' in * ----------- 2.6% 2.6% 433 0.016s +# โโGlue.refine_to_reflective_glue' ----- 0.0% 3.4% 1 1.997s +# โGlue.zrange_to_reflective ----------- 0.0% 2.7% 1 1.579s +# โGlue.zrange_to_reflective_goal ------ 0.0% 2.2% 1 1.312s # <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fiat-crypto-with-bedrock/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fiat-crypto-with-bedrock/dev.html index 9f198fce407e..54a62cd32f4f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fiat-crypto-with-bedrock/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fiat-crypto-with-bedrock/dev.html @@ -3,7 +3,7 @@ -fiat-crypto-with-bedrock: 1 h 53 m ๐ +fiat-crypto-with-bedrock: 2 h 3 m ๐ @@ -39,7 +39,7 @@fiat-crypto-with-bedrock dev - 1 h 53 m ๐ + 2 h 3 m ๐
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -138,7 +138,7 @@Install dependencies
Total: 345 M
@@ -167,12 +167,12 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed6.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapOption.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancyWithCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersGENERATED.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed4.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvFunctions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancyWithCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersGENERATED.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Examples/p224_64_new.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Ring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed11.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MultiRetSplit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BinaryExtendedGCD.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Symbolic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Arith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Arith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/EquivalenceProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MulSplit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FsatzAutoLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equivalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Expr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/WithBedrock/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/InversionExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Spilling.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Spilling.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Barrett256.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapProd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Proofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapBool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomeryReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/SolinasReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinasReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersBasicGENERATED.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/IR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RegAlloc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/GarageDoorTop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/insertionsort.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/insertionsort.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/Poly1305/Field1305.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersBasicGENERATED.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/MontgomeryLadder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memmove.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/LoadStoreList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Jacobian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/SpillingMapGoals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CLI.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BinaryExtendedGCD.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed10.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRangeProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomery.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed20.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/SolinasReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/SolinasReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Rules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/LoadStoreList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/LoadStoreList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersGENERATEDProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Cmd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/RelaxBitwidthAdcSbb.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/BoundsPipeline.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/BoundsPipeline.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Language.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/WithBedrock/SymbolicProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Language.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/RelaxBitwidthAdcSbb.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/IR.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/WithBedrock/SymbolicProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/MMIO.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/Primitives.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/Primitives.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Language.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Montgomery256.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Properties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Func.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/Signature.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Compiler.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ToplevelLoop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/RupicolaCrypto/ChaCha20.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlattenExpr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlattenExpr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapN.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseAutoSplitMerge.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equivalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Basic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NoSelect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Loops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Loops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/WordByWordMontgomery.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/NotationsCustomEntry.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/WordByWordMontgomery.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NoSelect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Rules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Demo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/RupicolaCrypto/Broadcast.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tuple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvCommon.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricSemantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithRelaxedCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Saturated.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BYInv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Examples/redc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Examples/redc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BYInv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithRelaxedCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RunInstruction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Flip.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UseImmediate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/AdditionChains.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/WordByWordMontgomery.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/SlowPrimeSynthesisExamples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Freeze.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ExprImp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/SlowPrimeSynthesisExamples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Jacobian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/ValidComputable/Cmd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplicationReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/AddAssocLeft.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Util.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Spilling.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Spilling.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Arrays.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/AddAssocLeft.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CLI.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Autogenerated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/SlowPrimeSynthesisExamples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/FlattenThunkedRects.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/CSwap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CastLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvLiterals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/FlattenThunkedRects.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/AffineProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/GarageDoor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Properties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapIso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Loops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/StdlibCompat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/TableMult/TableMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/MontgomeryLadder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/TableMult/TableMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/MontgomeryLadder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/StripLiteralCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvFunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvFunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/TableMult/TableMult.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed12.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Compiler.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tuple.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Compiler.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/BoundsPipeline.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/UnsaturatedSolinas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/UnfoldValueBarrier.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/StripLiteralCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_mul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/SPI.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFlip.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReductionReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/UnfoldValueBarrier.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Pipeline.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/SPI.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/EquivalenceProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Saturated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/Primitives.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ipow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/CornersMonotoneBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/CornersMonotoneBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ipow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/COperationSpecifications.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BYInversionReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Cmd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed6.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CompilersTestCases.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Iso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Equivalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Arg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/uint128_32.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/COperationSpecifications.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/SeparationLogic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/LadderStep.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RegAlloc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapUnit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Symbolic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/bsearch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RegAlloc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Autogenerated.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/rpmul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/bsearch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/SlowPrimeSynthesisExamples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/rpmul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReductionReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetIso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/StdlibCompat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/BasicLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/BasicLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/ShapeEx.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/GoFlatToRiscv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/LoadStoreList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MakeAccessSizes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Interface/Compilation2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/SeparationLogic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/EquivalenceProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Arrays.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/WithBedrock/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Arrays.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ModInv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/ValidComputable/Expr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/COperationSpecifications.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Stringification/Stringification.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Specs/Field.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoArray.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SolinasReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoArray.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Go.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Testbit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memswap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool/Reflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmetic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool/Reflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SaturatedSolinasReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/AbstractInterpretation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed4.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/MontgomeryLadderProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/load_save_regs_correct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/AbstractInterpretation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprCompiler.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Flatten.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprCompiler.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Readdition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/Signature.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Func.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/BenchCancel256.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Func.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPreconditionProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/LandLorBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/Signature.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Names/MakeNames.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add_heapletwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Util.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvCommon.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Util.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvCommon.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed6.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Types.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmetic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed11.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NatUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/OrdersEx.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NatUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRangeCommonProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FlatConstMem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Examples/redc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FlatConstMem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed12.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/BaseConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed103.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapOption.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Registers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memconst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/RupicolaCrypto/Broadcast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/MontgomeryEquivalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/RupicolaCrypto/Broadcast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Primitives/MxDHRepChange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/C.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/WithBedrock/Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Scalars.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/NamingConventions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Expr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CastLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/GoFlatToRiscv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ModInv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Iso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FitsStack.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FitsStack.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/Shape.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/RidiculousFish.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Zig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Saturated.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed11.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Trace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/insertionsort.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/UsedVarnames.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Arg.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/insertionsort.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/UnsaturatedSolinasHeuristics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed103.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Rust.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/RidiculousFish.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/APINotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitRangeBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/DettmanMultiplication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorShiftBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/C.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/DettmanMultiplication.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/DettmanMultiplication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed4.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Solver.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Go.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/NoExprReflection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Solver.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/JSON.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FsatzAutoLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprReflection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Trace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprReflection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/SeparationLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversionReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/SeparationLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/WithBedrock/Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/to_from_anybytes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Ring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/unzify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Ring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Generalized.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Shift.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Java.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Shift.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/CompilerInvariant.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FrameRule.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ControlFlow/DownTo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/CornersMonotoneBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Proofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Demos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/AbsintWordToZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Proofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/ValidComputable/Func.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/AbsintWordToZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Div.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/ScalarMult.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Shift.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Generic/Bignum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneOCamlMain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/boringssl_nasm_full_mul_p256.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/CSwap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ArrayCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/InlineTables.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/CSwap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneJsOfOCamlMain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Func.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ones.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Flatten.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Flatten.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/OperatorOverloading.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/VarnameSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Standalone/StandaloneHaskellMain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Bitwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Standalone/StandaloneOCamlMain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/ComputedOp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/OperatorOverloading.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PerfTesting/PerfTestSearchPattern.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PerfTesting/PerfTestSearch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Everything.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/OperatorOverloading.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/LowerPipeline.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Syntax.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticTheorems.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/LowerPipeline.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Standalone/StandaloneJsOfOCamlMain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/StandaloneOCamlMain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneHaskellMain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneMonadicUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MaxBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MaxBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/IR.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed46.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool/Reflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/SeparationLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/SeparationLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/SolinasReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Empty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Scalars.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Rust.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/Pre.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/AdditionChains.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprCompiler.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Language.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Parameters/Defaults.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/AdditionChains.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FE310CompilerDemo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Parameters/Defaults64.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/DisjointUnion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ExtractionJsOfOCaml/with_bedrock2_fiat_crypto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ExtractionJsOfOCaml/bedrock2_fiat_crypto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Freeze.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed46.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/API.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Parameters/FE310.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Parameters/Defaults32.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprCompiler.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ControlFlow/DownTo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PartiallyReifiedProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifierParameters.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ControlFlow/DownTo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/UnsaturatedSolinas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Properties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/JSON.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/QUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Field.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Compiler.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/OptionList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Field.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BaseConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/UnsaturatedSolinas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/SPI.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Loops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/StringMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/SPI.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/ByteBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Compiler.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/IntegralDomain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FancyMontgomeryReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricSemantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ptsto_bytes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ZList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Pipeline.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap_by_add.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWordsTests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricSemantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/chacha20.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/IntegralDomain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ExprImp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/chacha20.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/stackalloc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Pipeline.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Flatten.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ToCString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorShiftBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PropSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapEmpty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Loops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfListWord.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/EdwardsMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Zig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Testbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvFunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/EdwardsMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/ModOps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/MontgomeryLadder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/BoundsPipeline.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Level.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/MontgomeryLadder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Interface/Representation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/ScalarMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/BasicLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Java.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SmallExamples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapIso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/ScalarMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NumTheoryUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Rules.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CLI.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Wf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Stringification/FlattenVarData.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_wp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Quot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Hierarchy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCStringExprTypecheckingTest.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseFlagOptions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CompilersTestCases.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/UniformWeight.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseAutoSplitMerge.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ToplevelLoop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseAutoSplitMerge.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/Shape.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ones.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ones.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Memory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ToplevelLoop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/Shape.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NatUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndianList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndianList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/EquivalenceProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/sepapp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/Affine.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/EquivalenceProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ArrayCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb_spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/Primitives.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UniqueSepLog.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RiscvEventLoop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/SubsetoidRing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRangeProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/PreExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Generalized.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Generalized.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/APINotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/WordByWordMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ControlFlow/CondSwap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/APINotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Naive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Trace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Precomputed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvDef.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_adder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT_old.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_sub.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Trace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Specs/Field.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Array.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapUnit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/MontgomeryLadder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapBool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MakeListLengths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Array.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/SepLocals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/HAC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Specs/Field.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RunInstruction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Flip.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/ScalarMult.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RunInstruction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MontgomeryCurve.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Interface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/SubsetoidRing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCStringStackallocLoopTest.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImpUniqueSepLog.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Interface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Decidable2Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPrecondition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/NoExprReflection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Freeze.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/UnsaturatedSolinasHeuristics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Decidable2Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/NoExprReflection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPrecondition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/WfExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add_heapletwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Cmd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Specs/Group.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Stringification/LoadStoreListVarData.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Compiler.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/WithBedrock/SymbolicProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPasses.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/WeierstrassCurve.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/SepReflection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Saturated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/SepReflection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/TruncatingShiftl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/SubsetoidRing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/InlineTables.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Show.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/InlineTables.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/RupicolaCrypto/ChaCha20.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memequal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/RupicolaCrypto/ChaCha20.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZBounded.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/ZLib.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Group.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfFunc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetN.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSetters.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Parse/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Curve25519.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/StringNameGen.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSetters.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_ltac1.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/prove_Zeq_bitwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvDef.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Test/X25519.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Primitives.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Parse/Common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlattenExprDef.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseHyps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Monads.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_wp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/IntegralDomain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/AdditionChainExponentiation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NumTheoryUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FE310CSemantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Names/MakeNames.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FE310CSemantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Names/MakeNames.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Partition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ZList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/RupicolaCrypto/Spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/RupicolaCrypto/Spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/BigEndian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Refinement.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WordPushDownLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/MMIO.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/PreExtra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/DisjointUnion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/StdlibCompat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/MMIO.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PropSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/DisjointUnion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Barrett256.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/AbsintWordToZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Barrett256.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb_spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/OnesFrom.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Alloc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/WfExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSettersUsingExistingGetters.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/CC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BYInv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Result.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Saturated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofsExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSettersUsingExistingGetters.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWords.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/ReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/AddGetCarry.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Basic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/UnderLetsProofsExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/bitblast.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetPositive/Facts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ForeverSafe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/footpr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/uint128_32.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Morphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Basic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprReflection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RegAlloc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/uint128_32.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/GroupAllBy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidListFlatMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RegAlloc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Wikipedia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifierParameters.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprReflection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/HAC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/CPS.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed10.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ZLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Interface/Compilation2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/FMapPositive/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/Signature.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLogAddrArith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/HAC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Interface/Compilation2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSetters.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MakeAccessSizes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/IdentParsing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticPre.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Montgomery256.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRange.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MakeAccessSizes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Curve25519.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Conditionals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ExprImpEventLoopSpec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/PullPush.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ExprImpEventLoopSpec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed20.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPreconditionProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FitsStack.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/chacha20.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FitsStack.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPreconditionProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/NotationsCustomEntry.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/GarageDoorTop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Rshi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/NotationsCustomEntry.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SolinasReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Rshi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvMetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImpUniqueSepLog.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tuple.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo/PullPush.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Iso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapEmpty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvMetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSettersUsingExistingGetters.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImpUniqueSepLog.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WordPushDownLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Nsatz.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSettersUsingExistingGetters.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Stringification/Stringification.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfListWord.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo/PullPush.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Nsatz.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/UniformWeight.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo/PullPush.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Syntax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FLia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/SimplWordExpr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/SimplWordExpr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/OperationsBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/BitOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow2Mod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/GarageDoor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/TwosComplement.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/NamingConventions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/Loops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/MultipleReturnValues.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveSigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Primitives/MxDHRepChange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Definitions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveSigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TracePredicate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Demo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Solver.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/boringssl_nasm_full_mul_p256.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Types.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ltz.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/AllTacticsExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Demo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SimplifyFractionsLe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/LoadStoreList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SimplifyFractionsLe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Invariants.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/TableMult/TableMult.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Primitives/MxDHRepChange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/groundcbv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Invariants.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlattenExpr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Types.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/LadderStep.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvCommon.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/groundcbv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/FoldBool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ptsto_bytes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_to_string.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Sorting/OrderToPermutation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Projective.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Arrays.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/LadderStep.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/ModularArithmetic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ptsto_bytes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/SignBit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/OperatorOverloading.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TransferSepsOrder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SmallExamples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Projective.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/DivisibleBy4.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/ValidComputable/Expr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memswap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Land.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/OptionList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memswap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Iso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveSigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/EquivModulo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Field_test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponderProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Quot.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/MemoryLayout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Field_test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ToCString.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/CPS.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Log2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveTestbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveTestbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sorting/Sorted/Proper.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/unzify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/CompleteEdwardsCurve.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/canceling_sepapps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PurifySep.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UseImmediateDef.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPrecondition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Util.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoArray.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/LtbToLt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/PullPush/Modulo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoArray.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCString.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_mul.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveRange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Empty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPrecondition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveRange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/C.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Equivalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Readdition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Simple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PurifyHeapletwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/WordByWordMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ControlFlow/CondSwap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/UsedVarnames.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Project.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Equivalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/TreeCaching.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed10.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/UsedVarnames.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Readdition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Expr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZListEqProver.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ControlFlow/CondSwap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Autogenerated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UniqueSepLog.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/GoFlatToRiscv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC64Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PointedProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Expr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC32Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PointedProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvLiterals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/ZLib.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ReplaceNegWithPos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UniqueSepLog.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/CompilerInvariant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticPre.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/WordNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Peano.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ReplaceNegWithPos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Sorting.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/stackalloc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/ZArith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPasses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RiscvWordProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Empty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvLiterals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/stackalloc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Definition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/IdfunWithAlt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Go.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/New/UnsaturatedSolinas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/LoadStoreList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed20.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec_wp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlattenExprDef.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/TestRules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/LAN9250.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/CompilerInvariant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/AbstractInterpretation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Unit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/LoadStoreList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/HList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Bool2Prop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlattenExprDef.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Memory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/NaiveRiscvWordProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPasses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Memory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Interface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Bool2Prop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Le.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Permutation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/to_from_anybytes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/ReductionPackages.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/SeparationLogic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/div_mod_to_equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/COperationSpecifications.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/pattern_tuple.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BinaryExtendedGCD.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Combine.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/div_mod_to_equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricLogging.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/to_from_anybytes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FancyMontgomeryReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Everything.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_perf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/LowerPipeline.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/ScalarMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Demos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FrameRule.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Funext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FrameRule.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Jacobian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmeticToTaps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf1.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/mod4_0.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListWord.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Api.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FancyMontgomeryReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/LinearSubstitute.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/TestAsm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ZeroBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Expr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/ScalarMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Affine.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Simp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ZeroBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapKeys.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Simp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/ZifyLittleEndian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Superscript.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/OrdersEx.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/PushPullMod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memconst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveProd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/cancel_div.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepappBulletPoints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Names/VarnameGenerator.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/RewriteModSmall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmetic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memconst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/TestRulesProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT_old.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/APINotations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Filter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/regs_initialized.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Func.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/ValidComputable/Cmd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Lor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Naive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Show/Enum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/ValidComputable/Cmd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NUtil/Sorting.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Naive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/is_emp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DebugMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFlip.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAuto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoExports.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/Pre.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Monoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapOption.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Lxor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/SafeSimpl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/LetInMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCallsExports.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/SafeSimpl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetPositive/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/cancel_div_ltac1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Examples/redc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetPositive/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SaturatedSolinas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Properties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/Pre.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImpConstraints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SaturatedSolinas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomeryReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Land/Fold.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/RecordSetters.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool/Reflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/ModInvPackage.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/split_alt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/ModInvPackage.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/N2Z.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ipow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NUtil/WithoutReferenceToZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Everything.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/MulSplit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/DebugWordEq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TracePredicate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/load_save_regs_correct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NUtil/Testbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndianList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TracePredicate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Loops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Rust.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Rust.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MxDH.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/HeapletwiseAutoSplitMerge.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Simple.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/Separation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/Ztestbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidListRev.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/load_save_regs_correct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Z2Nat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Subscript.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Arg.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/Autosolve.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Hexdump.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/Lia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Z_keyed_SortedListMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Pipeline.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Inhabited.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ToConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/Lia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ToConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Hexdump.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_to_string.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/OperatorOverloading.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_to_string.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/InvertHighLow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/DistrIf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/DivModToQuotRem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Decidable2Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprCompiler.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/NameGen.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Interface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MxDH.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Symbols.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/rewr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_map_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Decidable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/sepapp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Odd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Stabilization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_map_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseFlagOptions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/RewriteModDivide.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ToplevelLoop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/DettmanMultiplication.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/sepapp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/forward.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Notations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepClause.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Empty_set_keyed_map.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Conditionals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneOCamlMain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneJsOfOCamlMain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/syntactic_f_equal_with_ZnWords.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/RingPackage.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/MontgomeryEquivalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Cmd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfOptionListZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/RingPackage.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Decimal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/prove_Zeq_bitwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/Ztestbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Cmd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZBounded.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/FoldBool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepBulletPoints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/AddGetCarry.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListIndexNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Primitives.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/NaiveRiscvWordProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Conditionals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Partition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/SeparationLogic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/WordByWordMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Partition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Zselect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SplitMinMax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Nat2Z.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Java.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo/Bootstrap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfFunc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ModExp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ArithmeticShiftr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/RewriteHyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/AdditionChains.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Cmd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapIso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfFunc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/AddModulo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ExprImp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Wikipedia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PartiallyReifiedProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Generic/Bignum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ge.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Opp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/InversionExtra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Result.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LnotModulo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/CornersMonotoneBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Generic/Bignum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Zig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/ShapeEx.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneDebuggingExamples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FlatConstMem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Wikipedia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Hierarchy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Lnot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/PermutationCompat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Result.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Lia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Hierarchy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/HList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinasReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Precomputed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Mul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Bitwidth.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/QUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Div/Bootstrap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/HList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/IndexOf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/MetricsToRiscv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_word_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/TagList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Lift.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/QUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap_by_add.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Morphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/DivideExistsMul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Bitwidth64.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Bitwidth32.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PointedProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Precomputed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/JSON.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/CSwap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Ascii.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidListFlatMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Everything.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MaxBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/ModOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepBulletPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Ring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPreconditionProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Loops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MaxBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Relations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Records.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepBulletPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Related.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZListEqProver.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Related.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/bitblast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Monoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/PrimeBound.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NatUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_of_string.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/ModOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Level.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Sorting/OrderToPermutation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/UnsaturatedSolinasHeuristics/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Hexdump.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Sorting/OrderToPermutation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZWordMem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/SPI.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/RupicolaCrypto/Spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ControlFlow/DownTo.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneMonadicUtils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/Affine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TacticError.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/UnsaturatedSolinasHeuristics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memmove.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/WithBedrock/Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UseImmediate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/reference_to_string.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/WithBedrock/Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/ReductionPackages.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/ForallIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Land.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Variables.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricSemantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UseImmediate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Examples/p224_64_new.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ProgramLogic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/destr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/NthExt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Monoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/Affine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/footpr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Shift.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFacts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/footpr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/DisjointUnion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmeticToTaps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BaseConversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Div.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ExprReflection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorShiftBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PrintString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PrintString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CompilersTestCases.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetIso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RunInstruction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/EdwardsXYZT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/BasicLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/ident_to_string.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/BreakMatch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/BreakMatch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Gensym.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/SepLocals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/SepReflection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/StringNameGen.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/SepLocals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/e1000_wp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Pointed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/SepReflection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/LogSidecond.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/AbsintWordToZ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Permutation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RiscvEventLoop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/EquivalenceProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sumbool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MontgomeryCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Everything.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepappBulletPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sumbool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/Shape.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RiscvEventLoop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/IdentParsing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/ByteBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Show.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Related.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_sub.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepappBulletPoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_arith_hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Ring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MontgomeryCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SetoidSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvMetric.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/ByteBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SetoidSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/OperationsBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ZLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/div_mod_to_equations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Lift1Prop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sorting/Sorted/Proper.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Monads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Barrett256.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Freeze.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Monads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatToRiscvDef.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/pattern_tuple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SpecializeUnderBindersBy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/pattern_tuple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/TruncatingShiftl.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructHead.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SpecializeUnderBindersBy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/AffineProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomeryReificationCache.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/Field25519.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomeryReificationCache.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructHead.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/WeierstrassCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Flip.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/SpillingMapGoals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Freeze.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticTheorems.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/GroupAllBy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLib.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DynList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitRangeBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DynList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Superscript.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CacheTerm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Notations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/WeierstrassCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Interface/Compilation2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Notations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/AutoRewrite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/NoExprReflection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/RidiculousFish.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Freeze.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ForeverSafe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Listable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/FE310CompilerDemo.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_adder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Listable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/IdentParsing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Empty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Montgomery256.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ForeverSafe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Invariants.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Alloc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Array.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DebugPrint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UniqueSepLog.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DebugPrint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveHList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/EquivModulo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/CompleteEdwardsCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/WfExtra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Unit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Project.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/ModularArithmetic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/div_to_equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/InlineTables.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/LetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/ModularArithmetic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/foreach_hyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/StandaloneOCamlMain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MakeAccessSizes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Alloc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WordNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/LetInMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/ScalarMult.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/to_from_anybytes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListPushPullIf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/PullPush/Modulo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Invariants.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/GarageDoorTop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/InHypUnderBindersDo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Definition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Names/MakeNames.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NumTheoryUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/CompleteEdwardsCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWords.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/InHypUnderBindersDo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Comparison.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Definition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Stringification/FlattenVarData.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/DivisibleBy4.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DebugMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/bsearch.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Registers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Registers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Testbit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DebugMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Byte.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ltz.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/MontgomeryLadder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/DivisibleBy4.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Types.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWordsTests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepCalls.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Relations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Types.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/EdwardsMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Stringification/Stringification.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Field.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWordsTests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAutoArray.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/Operations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricLogging.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapBool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Saturated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Flatten.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_perf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Saturated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/ZifyLittleEndian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplication.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Specs/Field.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Flatten.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Peano.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Trace.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/ExistsEqAnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FsatzAutoLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/groundcbv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SolinasReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add_heapletwise.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/PropSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ReplaceNegWithPos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Peano.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/ExistsEqAnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FLia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ReplaceNegWithPos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/syntactic_unify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/IdfunWithAlt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/ValidComputable/Func.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Factorize.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/LandLorBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Rshi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WeakestPrecondition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TransferSepsOrder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Syntax.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Pointed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/ValidComputable/Func.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/FoldMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ptsto_bytes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Func.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ZList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ltac_list_ops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineInstances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/sepapp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Flatten.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ToConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Parse/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Flatten.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tower.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tower.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Parse/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/TestRules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MakeListLengths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FE310CSemantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ltac_list_ops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FixCoqMistakes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Func.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tower.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TransferSepsOrder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/ARPResponderProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ones.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FE310CSemantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapKeys.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/AllInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Split.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/SignBit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/CombineExtend.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineInstances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MakeListLengths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Specs/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Funext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ListSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Bitwise.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Funext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec_wp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapKeys.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapUnit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Log2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Specs/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Le.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/CC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/cancel_div_ltac1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Empty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetN.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/PreExtra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Generalized.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Nsatz.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/lightbulb_spec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FrameRule.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Unit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UseImmediateDef.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/NamingConventions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/indirect_add.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/CompilerInvariant.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/UseImmediateDef.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SimplifyFractionsLe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/AllSuccesses.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Concat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneOCamlMain.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPasses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/MultipleReturnValues.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/MontgomeryLadder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/SimplWordExpr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/BigEndian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RiscvWordProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Names/VarnameGenerator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/String.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/LinearSubstitute.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Names/VarnameGenerator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/ExistsEqAnd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RiscvWordProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/SimplWordExpr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/CorePackages.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CastLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifierParameters.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWords.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/load_save_regs_correct.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Projective.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/MoveLetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/ModOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/MoveLetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/cancel_div.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Basic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Iso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/HAC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NUtil/WithoutReferenceToZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Subscript.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Interface/Representation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/WordPushDownLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/UniformWeight.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ToCString.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/pattern_tuple.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ParamRecords.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancyWithCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Primitives/MxDHRepChange.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/LtbToLt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/IntegralDomain.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLogAddrArith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListWord.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/find_hyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/Equivalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Iso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/RecordPredicates.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListWord.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Compose.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/OptionList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancyWithCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PurifySep.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/MontgomeryLadderProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/UsedVarnames.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Spec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SuppressibleWarnings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Group.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Decidable2Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PurifySep.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo/PullPush.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlattenExprDef.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Group.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/simpl_rewrite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Naive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Synthesis/Examples/p224_64_new.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepLogAddrArith.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/TreeCaching.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Decidable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Definition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ExprImpEventLoopSpec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Standalone/StandaloneHaskellMain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/RecordEta.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Interface/Representation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/ZLib.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/VarnameSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PointedProp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/ScalarMult.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ExprImpEventLoopSpec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFlip.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/PeelLe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fold_hyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/TreeCaching.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/SubsetoidRing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/prove_Zeq_bitwise.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Parameters/Defaults.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImpUniqueSepLog.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/RewriteHyp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/BitOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/rewr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/OrdersEx.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Lift1Prop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/LetIn.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/CPS.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Lift1Prop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListIndexNotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SplitInContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/VarnameSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/TagList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT_old.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Standalone/StandaloneOCamlMain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/foreach_hyp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/SepReflection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/LoadStoreList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CPSId.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/boringssl_nasm_full_mul_p256.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CPSId.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveRange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memequal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListIndexNotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Proofs/ValidComputable/Cmd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/BaseConversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_ops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sumbool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/canceling_sepapps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/PullPush.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/ForallIn.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListPushPullIf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/SepLocals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ToCStringStackallocLoopTest.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/N2Z.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ListPushPullIf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructHyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/MapEauto.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Nsatz.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/IffT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/canceling_sepapps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/Lia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Test/X25519.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memswap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/X25519/Field25519.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/util/Learning.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NBE.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/util/Learning.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/find_hyp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Readdition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PartiallyReifiedProp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Invariants.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/UnderLetsProofsExtra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fold_hyps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Failf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Hierarchy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/ReductionPackages.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/ReductionPackages.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/footpr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/ControlFlow/CondSwap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/memconst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Std.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RiscvEventLoop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/UnsaturatedSolinasHeuristics/Tests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/GenericForeverSafe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/UnsaturatedSolinasHeuristics/Tests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Failf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZBounded.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneHaskellMain.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/MulSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SmallExamples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/groundcbv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Simp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/safe_implication.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Partition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Associativity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/autoforward.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/RelaxBitwidthAdcSbb.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fold_hyps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/QUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ParseTaps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Result.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/is_emp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/OperatorOverloading.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/RelaxBitwidthAdcSbb.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/WfExtra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SpecializeUnderBindersBy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SpecializeBy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/evar_free.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Primitives.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Combine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/is_emp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/ScalarMult/LadderStep.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/End2End/Poly1305/Field1305.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/StringNameGen.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/FoldMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Constr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Decimal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/forward.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Ltac2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Ident.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MultiRetSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Ascii.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/RewriteModSmall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/FlattenThunkedRects.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Wikipedia.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/FoldMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/regs_initialized.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/ByteBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/rpmul.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/AddGetCarry.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MultiRetSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ETransitivity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/stackalloc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/LittleEndian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Variables.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ForeverSafe.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/regs_initialized.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructHead.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/UnfoldValueBarrier.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ZeroBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Markers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticPre.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Conditionals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MulSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/SimplWordExpr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SimplifyFractionsLe.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/bsearch.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PER.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/InvertHighLow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT/Show.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/HList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Stringification/LoadStoreListVarData.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MulSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BYInversionReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Records.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/InvertHighLow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Listable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Control.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/HeadUnderBinders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ZNameGen.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/PushPullMod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CountBinders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NoSelect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Simple.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/AddAssocLeft.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Alloc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ConvoyDestruct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NoSelect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/IndexOf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSNotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/UniquePose.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/VM.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/IndexOf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Empty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Arith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Empty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/DivisibleBy4.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/UnifyAbstractReflexivity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofsExtra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Cmd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Notations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/util/Misc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/MemoryLayout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MxDH.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ModExp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Curry.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/InHypUnderBindersDo.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/Char.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Quot.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/symmetry.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/MemoryLayout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/GroupAllBy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/symmetry.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CacheTerm.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/ToConversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/NaiveRiscvWordProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Compose.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetPositive/Facts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Refinement.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Odd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/FindHyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/let_binding_to_eq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC64Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC32Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/HeadConstrEq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/eplace.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/Separation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Interface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Refinement.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Lor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Affine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmeticToTaps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/Forward.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/Separation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/API.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ident_ops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/Exists.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/uint128_32.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/SpillingMapGoals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/RunTacticAsConstr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/rewr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/RunTacticAsConstr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/Symbols.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/letexists.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidListRev.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FixCoqMistakes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/NormalizeCommutativeIdentifier.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/ReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Affine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TacticError.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/FMapPositive/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/eplace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/anyval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/TagList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/AppendUnderscores.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/full_mul.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/ModularArithmetic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/AppendUnderscores.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/OnesFrom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/LetInMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Z/Lia.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Parameters/FE310.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Flatten.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/chacha20.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/DebugWordEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Land.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/eqexact.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/ZLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Stringification/FlattenVarData.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ClearHead.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Stringification/FlattenVarData.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Parameters/Defaults.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SideConditionsBeforeToAfter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/TestAsm.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/TransparentAssert.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Parameters/Defaults64.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Translation/Parameters/Defaults32.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/MetricLogging.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/FE310CSemantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/IdfunWithAlt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/DebugWordEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/RevertUntil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/UnfoldArg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Log2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/ident_to_string.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SetoidSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/PrintContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/Z_keyed_SortedListMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/PrintContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/FlatImpConstraints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sorting/Sorted/Proper.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Factorize.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Pos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Factorize.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/CombineExtend.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ProveInversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rupicola/Lib/Monads.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ClearFree.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Relations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NUtil/Testbit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SaturatedSolinasReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/simpl_rewrite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/StateMachineBasedExtSpec_wp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Bool2Prop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Test/X25519.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/Delta1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Test/X25519.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DebugPrint.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ZnWordsTests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/ImplAnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/Simp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplicationReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/Point.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidListFlatMap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/swap_by_add.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/RewriteModSmall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow2Mod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Field/Common/Arrays/MakeListLengths.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/RecordEta.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructTrivial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/safe_auto.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancyWithCasts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructTrivial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/MoveLetIn.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/DivModToQuotRem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/DistrIf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/split_alt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/PrintGoal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/util/LogGoal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/bottom_up_simpl_perf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/EvarNormalize.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/SignBit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/CompleteEdwardsCurve.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Map/split_alt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SolinasReductionReificationCache.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ltac_list_ops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NUtil/Sorting.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Group/Point.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Datatypes/Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/TacticError.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CPSId.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Lift.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/MapProjections.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/subst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofsExtra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/Not.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofsExtra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/MetricsToRiscv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SubstEvars.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/grepeat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Bedrock/Specs/Group.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfOptionListZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/RiscvWordProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/OnSubterms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ClearAll.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ClearbodyAll.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/OfOptionListZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC64Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/BasicC32Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ZeroBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithRelaxedCasts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MultiRetSplit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/GetGoal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReductionReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/StripLiteralCasts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/GetGoal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/String.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/UnfoldValueBarrier.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/ident_to_string.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/AddAssocLeft.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/regs_initialized.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersBasicGENERATED.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Markers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2Examples/Demos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/SepAuto.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NoSelect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SplitInContext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Markers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/PurifyHeapletwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/LogSidecond.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/GlobalSettings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/autoforward.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool/LeCompat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/syntactic_unify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/RemoveN.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/ForallIn.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CPSId.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/RemoveN.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Macros/WithQualName.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SimplifyProjections.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReductionReificationCache.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Isomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/rdelta.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/InvertHighLow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Logging.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SaturatedSolinasReificationCache.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/bedrock2/Variables.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersGENERATED.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/AddModulo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/DebugWordEq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrieEx.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/fwd_list_hints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrieEx.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/Ztestbit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compiler/MemoryLayout.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CacheTerm.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetPositive/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/DivideExistsMul.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/reference_to_string.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ProveInversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DefaultedTypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/TAPSort.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Map/SortedListZ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/IffT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Word/Bitwidth.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Zselect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/EvarExists.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Tactics/ProveInversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ETransitivity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ExtractionJsOfOCaml/with_bedrock2_fiat_crypto.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/coqutil/Ltac2Lib/String.glob
Total: 245 M
+Total: 244 M
../ocaml-base-compiler.5.1.1/bin/fiat_crypto
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Syntax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed6.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapOption.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed4.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancyWithCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersGENERATED.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed4.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Ring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed11.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed103.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MultiRetSplit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BinaryExtendedGCD.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Symbolic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Arith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Arith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/EquivalenceProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MulSplit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FsatzAutoLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equivalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/InversionExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Barrett256.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapProd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapBool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomeryReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/SolinasReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinasReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersBasicGENERATED.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/IR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersBasicGENERATED.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Jacobian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CLI.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BinaryExtendedGCD.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed10.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRangeProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomery.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed20.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/SolinasReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/SolinasReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Rules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifiersGENERATEDProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/RelaxBitwidthAdcSbb.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/BoundsPipeline.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/BoundsPipeline.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Language.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Language.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/RelaxBitwidthAdcSbb.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/IR.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/Primitives.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/Primitives.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Language.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Montgomery256.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/LandLorBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapN.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equivalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Basic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NoSelect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/WordByWordMontgomery.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/WordByWordMontgomery.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NoSelect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Rules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Demo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/AbstractInterpretation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tuple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithRelaxedCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Saturated.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BYInv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BYInv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithRelaxedCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Flip.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/SlowPrimeSynthesisExamples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Freeze.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/SlowPrimeSynthesisExamples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Jacobian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplicationReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/AddAssocLeft.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/AddAssocLeft.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CLI.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Autogenerated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/SlowPrimeSynthesisExamples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/FlattenThunkedRects.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CastLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/FlattenThunkedRects.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/AffineProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapIso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/StdlibCompat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/TableMult/TableMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/TableMult/TableMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/StripLiteralCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/TableMult/TableMult.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed12.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tuple.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/BoundsPipeline.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/UnfoldValueBarrier.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/StripLiteralCasts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFlip.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReductionReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/UnfoldValueBarrier.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Saturated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/Primitives.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/CornersMonotoneBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/COperationSpecifications.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BYInversionReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed6.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CompilersTestCases.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Iso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Arg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/COperationSpecifications.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapUnit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Symbolic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Autogenerated.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/SlowPrimeSynthesisExamples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReductionReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetIso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/StdlibCompat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/BasicLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/BasicLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/ShapeEx.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/EquivalenceProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ModInv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplication.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SolinasReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Go.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Testbit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool/Reflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmetic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool/Reflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SaturatedSolinasReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/AbstractInterpretation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed4.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/AbstractInterpretation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Readdition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/LandLorBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed6.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmetic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed11.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NatUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/OrdersEx.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NatUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRangeCommonProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed12.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/BaseConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed103.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SaturatedSolinas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapOption.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Primitives/MxDHRepChange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/C.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CastLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ModInv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Iso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/Shape.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/RidiculousFish.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Zig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/RidiculousFish.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/APINotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitRangeBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/DettmanMultiplication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorShiftBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/C.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/DettmanMultiplication.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/DettmanMultiplication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_mul_optimised_seed4.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Go.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversionReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Ring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Generalized.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Shift.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Java.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Shift.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/CornersMonotoneBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Proofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Div.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Shift.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneOCamlMain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/SolinasReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Empty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Rust.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/Pre.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Language.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Freeze.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_p256_square_optimised_seed46.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/API.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/JSON.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/QUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Field.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/OptionList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Field.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BaseConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Loops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/StringMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/IntegralDomain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FancyMontgomeryReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/IntegralDomain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorShiftBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapEmpty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/TwosComplement.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ExtractionJsOfOCaml/fiat_crypto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/EdwardsMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Zig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Testbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/EdwardsMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/ModOps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Proofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/BoundsPipeline.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Level.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/ScalarMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/BasicLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Java.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SmallExamples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapIso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/ScalarMult.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NumTheoryUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Rules.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CLI.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseFlagOptions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/CompilersTestCases.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/UniformWeight.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/Shape.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ones.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/Shape.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NatUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/Affine.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/Primitives.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/SubsetoidRing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRangeProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/PreExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Generalized.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/WordByWordMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Generalized.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/APINotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/WordByWordMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Precomputed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT_old.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapUnit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapBool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/HAC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Flip.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/ScalarMult.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MontgomeryCurve.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Decidable2Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/SubsetoidRing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Freeze.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/UnsaturatedSolinasHeuristics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Decidable2Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/WfExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/WeierstrassCurve.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Saturated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/TruncatingShiftl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/SubsetoidRing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Show.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZBounded.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Parse/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Curve25519.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Test/X25519.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Primitives.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Parse/Common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Partition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/PreExtra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/StdlibCompat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Barrett256.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/OnesFrom.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BYInv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Saturated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofsExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/ReificationCache.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplication.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/AddGetCarry.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Basic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/UnderLetsProofsExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Listable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetPositive/Facts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Morphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Basic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/GroupAllBy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidListFlatMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Wikipedia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/IdentifierParameters.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/RulesProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/HAC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/CPS.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed10.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/FMapPositive/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/HAC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/WordByWordMontgomery.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticPre.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Montgomery256.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/ZRange.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/PullPush.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed20.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Rshi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SolinasReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Rshi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tuple.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo/PullPush.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/XZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Iso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapEmpty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Nsatz.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo/PullPush.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/UniformWeight.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo/PullPush.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FLia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/OperationsBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow2Mod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/TwosComplement.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Bitwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/NamingConventions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveSigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Primitives/MxDHRepChange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Definitions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveSigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Demo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/boringssl_nasm_full_mul_p256.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ltz.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/AllTacticsExtra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Demo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SimplifyFractionsLe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/TableMult/TableMult.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Primitives/MxDHRepChange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/FoldBool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Projective.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/ModularArithmetic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/SignBit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SmallExamples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Projective.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Land.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/OptionList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Iso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveSigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/EquivModulo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Field_test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Quot.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Field_test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Definitions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/CPS.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Log2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveTestbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveTestbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sorting/Sorted/Proper.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/CompleteEdwardsCurve.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/LtbToLt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/PullPush/Modulo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveRange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Empty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveRange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/C.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Readdition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Simple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Project.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/TreeCaching.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed10.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Readdition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Autogenerated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PointedProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ReplaceNegWithPos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticPre.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Peano.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ReplaceNegWithPos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Sorting.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/ZArith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPasses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Empty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Definition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/IdfunWithAlt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Go.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/fiat_25519_carry_square_optimised_seed20.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/TestRules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/AbstractInterpretation/AbstractInterpretation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Unit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Bool2Prop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPasses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Bool2Prop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Le.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Permutation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/ReductionPackages.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BinaryExtendedGCD.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Combine.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FancyMontgomeryReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Jacobian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmeticToTaps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf1.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FancyMontgomeryReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/LinearSubstitute.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/TestAsm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ZeroBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Affine.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ZeroBounds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Wf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Factorize.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFlip.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/Pre.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Monoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapOption.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Lxor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/PeelLe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetPositive/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/Pre.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SaturatedSolinas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomeryReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Everything.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/MulSplit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NUtil/Testbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Rust.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Rust.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MxDH.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Simple.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/Ztestbit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidListRev.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/MSetSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Z2Nat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Subscript.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Arg.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/DistrIf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/DivModToQuotRem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Decidable2Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MxDH.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Odd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Stabilization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/AddGetCarry.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Primitives.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/WordByWordMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Partition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/WordByWordMontgomery.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Zselect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SplitMinMax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/RewriteHyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapIso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/AddModulo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Wikipedia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PartiallyReifiedProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ge.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Opp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/Zig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/ShapeEx.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneDebuggingExamples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Wikipedia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Hierarchy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Lnot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/PermutationCompat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Hierarchy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinasReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Precomputed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Mul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/QUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Div/Bootstrap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/IndexOf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/TagList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Lift.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/QUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Morphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/DivideExistsMul.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PointedProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Precomputed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Stringification/JSON.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Ascii.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ModInv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/CompareToSgn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidListFlatMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/ModOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Ring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Loops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Relations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Related.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Monoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/PrimeBound.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NatUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/ModOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Level.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/UnsaturatedSolinasHeuristics/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneMonadicUtils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/Affine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/UnsaturatedSolinasHeuristics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/ReductionPackages.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/ForallIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Land.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/NthExt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Monoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/Affine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Shift.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFacts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmeticToTaps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ParseTaps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/BasicLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/BreakMatch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Pointed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Permutation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sumbool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MontgomeryCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Everything.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sumbool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapTrie/Shape.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/LandLorBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Show.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Related.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/MontgomeryCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SetoidSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/OperationsBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Freeze.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BaseConversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SpecializeUnderBindersBy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/TruncatingShiftl.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructHead.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SpecializeUnderBindersBy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/AffineProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/WordByWordMontgomeryReificationCache.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructHead.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/WeierstrassCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Flip.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Freeze.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticTheorems.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/GroupAllBy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DynList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitRangeBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DynList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Superscript.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CacheTerm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/WeierstrassCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Notations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/AutoRewrite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/RidiculousFish.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Freeze.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Listable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Empty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Montgomery256.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DebugPrint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveHList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/EquivModulo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/PrimeFieldTheorems.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/CompleteEdwardsCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/WfExtra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Unit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Project.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/LetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/ModularArithmetic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/BaseConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/LetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/PerfTesting/StandaloneOCamlMain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/LetInMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/UnsaturatedSolinasReificationCache.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/PullPush/Modulo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/InHypUnderBindersDo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Definition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NumTheoryUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/CompleteEdwardsCurve.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/InHypUnderBindersDo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Comparison.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Definition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DebugMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Testbit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/DebugMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ltz.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapBool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/Saturated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/DettmanMultiplication.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Peano.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/ExistsEqAnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FsatzAutoLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SolinasReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ReplaceNegWithPos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Peano.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/ExistsEqAnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/FLia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ReplaceNegWithPos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/IdfunWithAlt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Factorize.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Pointed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/FoldMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Parse/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineInstances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tower.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tower.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Parse/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/TestRules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FixCoqMistakes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tower.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Ones.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/AllInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/Split.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/SignBit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/CombineExtend.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineInstances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Bitwise.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/DistrIf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/StandaloneJsOfOCamlMain.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Projective.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/MoveLetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/ModOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/MoveLetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Edwards/XYZT/Basic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Orders/Iso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Subscript.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/UniformWeight.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancyWithCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Primitives/MxDHRepChange.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/LtbToLt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PrimitiveProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Compose.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/OptionList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancyWithCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Fancy/Spec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Group.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Decidable2Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Modulo/PullPush.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Group.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/TreeCaching.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/MontgomeryReduction/Definition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PointedProp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FSets/FMapFlip.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/PeelLe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/TreeCaching.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/SubsetoidRing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/RewriteHyp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/OrdersEx.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SplitInContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/TagList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT_old.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CPSId.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/AffineProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/Examples/boringssl_nasm_full_mul_p256.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CPSId.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SolveRange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/ArithmeticCPS/BaseConversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sumbool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/PullPush.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/ForallIn.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructHyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Algebra/Nsatz.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/IffT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Telescope/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Test/X25519.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/TwosComplement.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/HProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Partition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/Associativity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/RelaxBitwidthAdcSbb.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/QUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ParseTaps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/RelaxBitwidthAdcSbb.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Language/WfExtra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SpecializeUnderBindersBy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SpecializeBy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/Primitives.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Combine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/FoldMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Decimal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MultiRetSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/Ascii.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/RewriteModSmall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/FlattenThunkedRects.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/BarrettReduction/Wikipedia.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/FoldMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/AddGetCarry.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MultiRetSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ETransitivity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithRelaxedCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/StripLiteralCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Level.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Hints/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructHead.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/UnfoldValueBarrier.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ZeroBounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Arithmetic/ModularArithmeticPre.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithCasts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MulSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/SimplifyFractionsLe.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/PER.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/InvertHighLow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT/Show.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MulSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BYInversionReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/InvertHighLow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Listable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/HeadUnderBinders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CountBinders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NoSelect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ZSimplify/Simple.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/AddAssocLeft.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ConvoyDestruct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/NoSelect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/IndexOf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/CPSNotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/UniquePose.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/VM.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/IndexOf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Empty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Arith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Empty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/UnifyAbstractReflexivity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofsExtra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/ArithmeticShiftr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/HeadConstrEq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/SplitBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Lor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Affine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/ParseArithmeticToTaps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/Forward.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZRange/OperationsBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SimplifyRepeatedIfs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/Exists.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/RunTacticAsConstr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Strings/String_as_OT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/RunTacticAsConstr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/SetoidListRev.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Montgomery/AffineProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Structures/Equalities/Project.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FixCoqMistakes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/NormalizeCommutativeIdentifier.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/ReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Curves/Weierstrass/Affine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ErrorT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/MSets/FMapPositive/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/InHypUnderBindersDo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/FueledLUB.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/TagList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/AppendUnderscores.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/ModularArithmetic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/AppendUnderscores.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/OnesFrom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/LetInMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SpecializeUnderBindersBy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ClearHead.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SideConditionsBeforeToAfter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Assembly/Parse/TestAsm.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/TransparentAssert.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/TruncatingShiftl.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/IdfunWithAlt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SetoidSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/PrintContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sorting/Sorted/Proper.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Factorize.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Pos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Factorize.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/CombineExtend.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/ClearFree.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Relations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/NUtil/Testbit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/SaturatedSolinasReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Decidable/Bool2Prop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Test/X25519.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/Delta1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Spec/Test/X25519.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DebugPrint.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/ImplAnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/LtbToLt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Land/Fold.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sumbool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Pow2Mod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructTrivial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancyWithCasts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/DestructTrivial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/MoveLetIn.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/DivModToQuotRem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/DistrIf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/Test.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Sigma/MapProjections.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofsExtra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/Not.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/MiscCompilerPassesProofsExtra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SubstEvars.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Divide/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ToFancy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SetEvars.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ZUtil/Tactics/ZeroBounds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/ArithWithRelaxedCasts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/MultiRetSplit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/GetGoal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/FancyMontgomeryReductionReificationCache.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/StripLiteralCasts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/GetGoal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Rewriter/Passes/UnfoldValueBarrier.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/CorePackages.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Logic/ProdForall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ParseTaps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/RingPackage.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Bool/LeCompat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/RemoveN.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/ForallIn.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/CPSId.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/ListUtil/RemoveN.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/Tactics/SimplifyProjections.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/PushButtonSynthesis/BarrettReductionReificationCache.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Crypto/Util/SideConditions/ModInvPackage.glob
No files were installed.
diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/file-sync/0.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/file-sync/0.1.0.html index 25b6c427c7d7..df7b402c6932 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/file-sync/0.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/file-sync/0.1.0.html @@ -3,7 +3,7 @@ -opam list; echo; timeout 4h opam install -y --deps-only coq-file-sync.0.1.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install ocamlbuild 0.14.3 - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install seq base - - install coq-menhirlib dev - - install ocaml-compiler-libs v0.12.4 - - install stdlib-shims 0.3.0 - - install coq-paco dev - - install menhirLib dev - - install menhirSdk dev - - install coq-ext-lib dev - - install result 1.5 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install coq-ceres dev - - install yojson 2.1.2 - - install re 1.11.0 - - install fileutils 0.6.4 - - install menhir dev - - install coq-simple-io dev - - install coq-itree dev - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install coq-parsec 0.1.2 - - install atd 2.15.0 - - install coq-itree-io dev - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install coq-json 0.1.2 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-quickchick dev - - install coq-async-test dev -===== 39 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved coq-async-test.dev (git+https://github.com/liyishuai/coq-async-test) --> retrieved coq-ceres.dev (git+https://github.com/Lysxia/coq-ceres#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed cmdliner.1.2.0 --> installed coq-ceres.dev --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-itree.dev (git+https://github.com/DeepSpec/InteractionTrees) --> retrieved coq-json.0.1.2 (https://github.com/liyishuai/coq-json/archive/v0.1.2.tar.gz) --> retrieved coq-ext-lib.dev (git+https://github.com/coq-community/coq-ext-lib#master) --> retrieved coq-itree-io.dev (git+https://github.com/Lysxia/coq-itree-io) --> retrieved coq-paco.dev (git+https://github.com/snu-sf/paco.git#master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) --> retrieved coq-simple-io.dev (git+https://github.com/Lysxia/coq-simple-io#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-quickchick.dev (git+https://github.com/QuickChick/QuickChick#master) --> retrieved fileutils.0.6.4 (https://opam.ocaml.org/cache) --> installed coq-ext-lib.dev --> installed cppo.1.6.9 --> installed easy-format.1.3.4 --> installed biniou.1.2.2 --> installed coq-parsec.0.1.2 --> installed coq-simple-io.dev --> installed coq-paco.dev --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed ppx_derivers.1.2.1 --> installed result.1.5 --> installed seq.base --> installed sexplib0.v0.16.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed re.1.11.0 --> installed coq-menhirlib.dev --> installed ocamlbuild.0.14.3 --> installed stdlib-shims.0.3.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed yojson.2.1.2 --> installed fileutils.0.6.4 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed coq-itree.dev --> installed ppx_deriving.5.2.1 --> installed coq-itree-io.dev --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev -[ERROR] The compilation of coq-json.0.1.2 failed at "make -j4". --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-json.0.1.2 =====================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-json.0.1.2 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -# exit-code 2 -# env-file ~/.opam/log/coq-json-26879-717032.env -# output-file ~/.opam/log/coq-json-26879-717032.out -### output ### -# [...] -# More precisely: -# - ?Ap: Cannot infer the implicit parameter Ap of sequence whose type is -# "Applicative.Applicative option" (no type class instance found) in -# environment: -# T : Type -# f : json -> option T -# j : json -# l : list json -# -# make[1]: *** [Makefile.coq:848: JSON.vo] Error 1 -# make[1]: *** [JSON.vo] Deleting file 'JSON.glob' -# make: *** [Makefile.coq:417: all] Error 2 -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-26879-331c00.env -# output-file ~/.opam/log/coq-elpi-26879-331c00.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -| - build coq-json 0.1.2 -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-ceres dev -| - install coq-ext-lib dev -| - install coq-itree dev -| - install coq-itree-io dev -| - install coq-menhirlib dev -| - install coq-paco dev -| - install coq-parsec 0.1.2 -| - install coq-simple-io dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install fileutils 0.6.4 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ocamlbuild 0.14.3 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240126214028.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-file-sync.0.1.0 coq.dev
No files were installed.
+Total: 5 M
+../ocaml-base-compiler.5.1.1/bin/FileTest.native
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Execute.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Syntax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/AsyncTest.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Sync.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Server.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Execute.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/File.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Trace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Gen.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Sync.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/AsyncTest.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/File.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Syntax.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Server.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Execute.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Trace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Gen.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/AsyncTest.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/File.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Sync.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Syntax.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Server.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Gen.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Trace.v
true
opam remove -y coq-file-sync.0.1.0
opam list; echo; timeout 4h opam install -y --deps-only coq-file-sync.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install ocamlbuild 0.14.3 - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install seq base - - install coq-menhirlib dev - - install ocaml-compiler-libs v0.12.4 - - install stdlib-shims 0.3.0 - - install coq-paco dev - - install menhirLib dev - - install menhirSdk dev - - install coq-ext-lib dev - - install result 1.5 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install coq-ceres dev - - install yojson 2.1.2 - - install re 1.11.0 - - install fileutils 0.6.4 - - install menhir dev - - install coq-simple-io dev - - install coq-itree dev - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install coq-parsec 0.1.2 - - install atd 2.15.0 - - install coq-itree-io dev - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install coq-json 0.1.2 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-quickchick dev - - install coq-async-test dev -===== 39 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-ceres.dev (git+https://github.com/Lysxia/coq-ceres#master) --> retrieved coq-async-test.dev (git+https://github.com/liyishuai/coq-async-test) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> installed coq-ceres.dev --> retrieved coq-ext-lib.dev (git+https://github.com/coq-community/coq-ext-lib#master) --> retrieved coq-json.0.1.2 (https://github.com/liyishuai/coq-json/archive/v0.1.2.tar.gz) --> retrieved coq-itree-io.dev (git+https://github.com/Lysxia/coq-itree-io) --> installed coq-ext-lib.dev --> retrieved coq-itree.dev (git+https://github.com/DeepSpec/InteractionTrees) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) --> retrieved coq-paco.dev (git+https://github.com/snu-sf/paco.git#master) --> installed coq-parsec.0.1.2 --> retrieved coq-quickchick.dev (git+https://github.com/QuickChick/QuickChick#master) --> retrieved coq-simple-io.dev (git+https://github.com/Lysxia/coq-simple-io#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved fileutils.0.6.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> installed coq-simple-io.dev --> installed coq-paco.dev --> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed coq-menhirlib.dev --> installed ocamlbuild.0.14.3 --> installed ppx_derivers.1.2.1 --> installed result.1.5 --> installed seq.base --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed fileutils.0.6.4 --> installed atdgen-runtime.2.15.0 --> installed coq-itree.dev --> installed coq-itree-io.dev --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev -[ERROR] The compilation of coq-json.0.1.2 failed at "make -j4". --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-json.0.1.2 =====================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-json.0.1.2 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -# exit-code 2 -# env-file ~/.opam/log/coq-json-6801-4a1f92.env -# output-file ~/.opam/log/coq-json-6801-4a1f92.out -### output ### -# [...] -# More precisely: -# - ?Ap: Cannot infer the implicit parameter Ap of sequence whose type is -# "Applicative.Applicative option" (no type class instance found) in -# environment: -# T : Type -# f : json -> option T -# j : json -# l : list json -# -# make[1]: *** [Makefile.coq:848: JSON.vo] Error 1 -# make[1]: *** [JSON.vo] Deleting file 'JSON.glob' -# make: *** [Makefile.coq:417: all] Error 2 -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-6801-944975.env -# output-file ~/.opam/log/coq-elpi-6801-944975.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -| - build coq-json 0.1.2 -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-ceres dev -| - install coq-ext-lib dev -| - install coq-itree dev -| - install coq-itree-io dev -| - install coq-menhirlib dev -| - install coq-paco dev -| - install coq-parsec 0.1.2 -| - install coq-simple-io dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install fileutils 0.6.4 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ocamlbuild 0.14.3 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130075737.export" -
true
opam list; echo; timeout 4h opam install -y coq-file-sync.dev coq.dev
No files were installed.
+Total: 5 M
+../ocaml-base-compiler.5.1.1/bin/FileTest.native
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Execute.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Syntax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/AsyncTest.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Sync.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Server.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Execute.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/File.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Trace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Gen.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Sync.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/AsyncTest.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/File.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Syntax.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Server.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Execute.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Trace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Gen.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/AsyncTest.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/File.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Sync.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Syntax.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Server.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Gen.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/FileSync/Trace.v
true
opam remove -y coq-file-sync.dev
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-firing-squad >= 8.10.0 -> ocaml < 4.09 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-firing-squad >= 8.10.0 -> ocaml < 4.09 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-firing-squad >= 8.10.0 -> ocaml < 4.09 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-firing-squad >= 8.10.0 -> ocaml < 4.09 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.5.0.html index f5f3406f8bb0..3c3f29dd9c2b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-firing-squad < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-firing-squad < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-firing-squad < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-firing-squad < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-firing-squad < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.6.0.html index ed9125861970..f6c41638e6a5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-firing-squad = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-firing-squad = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-firing-squad = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-firing-squad = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-firing-squad = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.7.0.html index 2a123d0cd090..9523db06163c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -106,12 +106,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-firing-squad = 8.7.0 -> ocaml < 4.09 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-firing-squad = 8.7.0 -> ocaml < 4.09 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-firing-squad = 8.7.0 -> ocaml < 4.09 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-firing-squad = 8.7.0 -> ocaml < 4.09 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.8.0.html index c52e241b6401..765920537d52 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/firing-squad/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -106,12 +106,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-firing-squad = 8.8.0 -> ocaml < 4.09 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-firing-squad = 8.8.0 -> ocaml < 4.09 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-firing-squad = 8.8.0 -> ocaml < 4.09 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-firing-squad = 8.8.0 -> ocaml < 4.09 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.10.0.html index c35867eaa3fc..06c77eb01c71 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
- coq >= dev - coq-float = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-float = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-float = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-float = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-float = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.5.0.html index 0a1970de1b3a..a68f96c6bd16 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-float < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-float < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-float < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-float < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-float < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.6.0.html index d7977b78be19..c80bf590ddb6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-float = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-float = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-float = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-float = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-float = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.7.0.html index e908565f0c94..02fd7a23c708 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-float = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-float = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-float = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-float = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-float = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.8.0.html index 813c7b3c1483..a587b8dbdb71 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-float = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-float = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-float = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-float = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-float = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.9.0.html index 6e8fba35c926..7a49be98a8b8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
- coq >= dev - coq-float = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-float = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-float = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-float = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-float = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/dev.html index 957788e32d38..287dc9ef2197 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/float/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -142,7 +142,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -160,8 +160,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-float.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-float-30454-1e2ea9.env -# output-file ~/.opam/log/coq-float-30454-1e2ea9.out +# env-file ~/.opam/log/coq-float-24221-d5b9b6.env +# output-file ~/.opam/log/coq-float-24221-d5b9b6.out ### output ### # [...] # Warning: in file Rpow.v, library diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq-quickchick/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq-quickchick/1.0.0.html index 9472eb0579b9..e49ed36b0012 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq-quickchick/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq-quickchick/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -106,12 +106,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-flocq-quickchick < 1.0.1 -> coq = 8.8.2 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-flocq-quickchick < 1.0.1 -> coq = 8.8.2 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-flocq-quickchick < 1.0.1 -> coq = 8.8.2 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-flocq-quickchick < 1.0.1 -> coq = 8.8.2 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq-quickchick/1.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq-quickchick/1.0.1.html index df8e1d9aef2f..bc4cb09f289e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq-quickchick/1.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq-quickchick/1.0.1.html @@ -3,7 +3,7 @@ -flocq-quickchick: Error with dependencies ๐ +flocq-quickchick: Not compatible ๐ผ @@ -39,7 +39,7 @@flocq-quickchick 1.0.1 - Error with dependencies ๐ + Not compatible ๐ผ
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
- coq >= dev - coq-flocq-quickchick = 1.0.1 -> coq-quickchick < 1.3.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-flocq-quickchick = 1.0.1 -> coq-quickchick < 1.3.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-flocq-quickchick = 1.0.1 -> coq-quickchick < 1.3.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-flocq-quickchick = 1.0.1 -> coq-quickchick < 1.3.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-flocq-quickchick = 1.0.1 -> coq-quickchick < 1.3.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' @@ -124,16 +124,7 @@Dry install ๐๏ธ
opam remove -y coq; opam install -y --show-action --unlock-base coq-flocq-quickchick.1.0.1
The following actions will be performed: - - remove coq dev -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> removed coq.dev -Done. -# Run eval $(opam env) to update the current shell environment -Fatal error: allocation failure during minor GC -
Total: 10 M
diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq/dev.html index 3b89e5a18956..ebddabbd6a95 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/flocq/dev.html @@ -3,7 +3,7 @@ -Total: 10 M
@@ -151,7 +151,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/Zaux.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Pff/Pff2FlocqAux.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Calc/Bracket.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/FLT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/FLT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/IEEE754/PrimFloat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Pff/Pff2Flocq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Prop/Plus_error.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/IEEE754/PrimFloat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/Round_NE.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Version.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/FLT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/FLT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/IEEE754/Int63Copy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/Float_prop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Prop/Mult_error.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/FLX.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/FLX.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Core/FTZ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Calc/Sqrt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Flocq/Calc/Div.v
opam list; echo; timeout 4h opam install -y --deps-only coq-fourcolor.1.3.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-fourcolor.1.3.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-algebra dev Mathematical Components Library on Algebra +coq-mathcomp-fingroup dev Mathematical Components Library on finite groups +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-algebra dev -===== 28 to install ===== + - install coq-fourcolor 1.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-fourcolor.1.3.0: http] +Processing 1/3: +-> retrieved coq-fourcolor.1.3.0 (https://github.com/math-comp/fourcolor/archive/v1.3.0.tar.gz) +Processing 2/3: [coq-fourcolor: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fourcolor.1.3.0) +- coq_makefile -f _CoqProject -o Makefile.coq +- make --no-print-directory -f Makefile.coq +- COQDEP VFILES +- COQC theories/real.v +- COQC theories/hypermap.v +- COQC theories/color.v +- COQC theories/dyck.v +- COQC theories/realsyntax.v +- File "./theories/realsyntax.v", line 49, characters 0-53: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 50, characters 0-47: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 51, characters 0-54: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 52, characters 0-47: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 53, characters 0-54: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 54, characters 0-47: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 55, characters 0-31: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 56, characters 0-31: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 57, characters 0-33: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 58, characters 0-30: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +- File "./theories/realsyntax.v", line 59, characters 0-28: +- Warning: The '%' scope delimiter in 'Arguments' commands is deprecated, use +- '%_' instead (available since 8.19). The '%' syntax will be reused in a +- future version with the same semantics as in terms, that is adding scope to +- the stack for all subterms. Code can be adapted with a script like: for f in +- $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done +- [argument-scope-delim +[...] truncated +nce-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 12-21: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 12-21: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 12-21: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 12-21: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 12-21: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 12-21: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 541, characters 61-70: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 23-32: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 23-32: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 37-50: +- Warning: Notation ler_subr_addr is deprecated since mathcomp 1.17.0. +- Use lerBrDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 37-50: +- Warning: Notation ler_subr_addr is deprecated since mathcomp 1.17.0. +- Use lerBrDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 23-32: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 23-32: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 37-50: +- Warning: Notation ler_subr_addr is deprecated since mathcomp 1.17.0. +- Use lerBrDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 37-50: +- Warning: Notation ler_subr_addr is deprecated since mathcomp 1.17.0. +- Use lerBrDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 23-32: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 23-32: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 23-32: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/grid.v", line 542, characters 23-32: +- Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +- Use lezD1 instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make: *** [Makefile:15: invoke-coqmakefile] Error 2 +[ERROR] The compilation of coq-fourcolor.1.3.0 failed at "make -j4". +#=== ERROR while compiling coq-fourcolor.1.3.0 ================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fourcolor.1.3.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-960-6b081c.env -# output-file ~/.opam/log/coq-elpi-960-6b081c.out +# env-file ~/.opam/log/coq-fourcolor-18480-902752.env +# output-file ~/.opam/log/coq-fourcolor-18480-902752.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# Use lezD1 instead. +# [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +# File "./theories/grid.v", line 542, characters 23-32: +# Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +# Use lezD1 instead. +# [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +# File "./theories/grid.v", line 542, characters 23-32: +# Warning: Notation lez_addr1 is deprecated since mathcomp 1.17.0. +# Use lezD1 instead. +# [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make: *** [Makefile:15: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-fourcolor 1.3.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131214628.export" +'opam install -y -v coq-fourcolor.1.3.0 coq.dev' failed. +The middle of the output is truncated (maximum 20000 characters)
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -141,7 +141,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -165,13 +165,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -181,12 +181,12 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) @@ -196,60 +196,60 @@Install dependencies
-> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed seq.base +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed seq.base +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ocaml-compiler-libs.v0.12.4 +-> installed re.1.11.0 -> installed sexplib0.v0.16.0 +-> installed menhirLib.dev -> installed stdlib-shims.0.3.0 --> installed re.1.11.0 -> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirSdk.dev --> installed menhirLib.dev +-> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 -> installed menhir.dev -> installed atd.2.15.0 +-> installed ppx_deriving.5.2.1 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-22885-069b79.env -# output-file ~/.opam/log/coq-elpi-22885-069b79.out +# env-file ~/.opam/log/coq-elpi-1378-ca7f27.env +# output-file ~/.opam/log/coq-elpi-1378-ca7f27.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -265,14 +265,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -282,7 +282,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130062619.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225065547.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -139,7 +139,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -163,13 +163,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -179,75 +179,75 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> installed cmdliner.1.2.0 -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppx_derivers.1.2.1 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> installed result.1.5 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 +-> installed ppxlib.0.32.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed menhirLib.dev -> installed ppx_deriving.5.2.1 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-15130-b95e7c.env -# output-file ~/.opam/log/coq-elpi-15130-b95e7c.out +# env-file ~/.opam/log/coq-elpi-28744-ea9603.env +# output-file ~/.opam/log/coq-elpi-28744-ea9603.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -263,14 +263,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -280,7 +280,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128074936.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224111816.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-freespec-exec < dev -> coq-freespec-ffi < dev -> coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-freespec-exec < dev -> coq-freespec-ffi < dev -> coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-freespec-exec < dev -> coq-freespec-ffi < dev -> coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-freespec-exec < dev -> coq-freespec-ffi < dev -> coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-exec/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-exec/dev.html index d614c7184b35..25282500cd07 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-exec/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-exec/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-freespec-exec >= dev -> coq-freespec-ffi >= dev -> coq-coqffi -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-freespec-exec >= dev -> coq-freespec-ffi >= dev -> coq-coqffi -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-freespec-exec >= dev -> coq-freespec-ffi >= dev -> coq-coqffi -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-freespec-exec >= dev -> coq-freespec-ffi >= dev -> coq-coqffi -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-ffi/0.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-ffi/0.3.html index e6ca916682ab..a02677ba18a1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-ffi/0.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-ffi/0.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-freespec-ffi < dev -> coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-freespec-ffi < dev -> coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-freespec-ffi < dev -> coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-freespec-ffi < dev -> coq-coqffi = 1.0.0~beta5 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-ffi/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-ffi/dev.html index be3a18df5900..cf6db690026b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-ffi/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/freespec-ffi/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-freespec-ffi >= dev -> coq-coqffi -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-freespec-ffi >= dev -> coq-coqffi -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-freespec-ffi >= dev -> coq-coqffi -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-freespec-ffi >= dev -> coq-coqffi -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.10.0.html index bc6679bd1788..d37ba5eb75b9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,12 +123,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fsets >= 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fsets >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-fsets >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fsets >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fsets >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.5.0.html index d3e47055de9a..dcf860aacd26 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fsets < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fsets < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-fsets < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fsets < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fsets < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.6.0.html index 66c51809dd27..f91b9cb3fdbc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fsets = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fsets = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-fsets = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fsets = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fsets = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.7.0.html index 5b9c5f38e0f9..e683d9d2b834 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fsets = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fsets = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-fsets = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fsets = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fsets = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.8.0.html index bbc2b5716eeb..16602a2bf0b9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fsets = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fsets = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-fsets = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fsets = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fsets = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.9.0.html index 336f69848480..6f6f9c6a2a82 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fsets/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,12 +123,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fsets = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fsets = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-fsets = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fsets = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fsets = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.10.0.html index 8040c913effa..81e45a651014 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fssec-model = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fssec-model = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-fssec-model = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fssec-model = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fssec-model = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.5.0.html index 752ef2a07528..5f057e3a0add 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -106,12 +106,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fssec-model < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fssec-model < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-fssec-model < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fssec-model < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fssec-model < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.6.0.html index 943767754677..730d90c5186c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -106,12 +106,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fssec-model = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fssec-model = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-fssec-model = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fssec-model = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fssec-model = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.7.0.html index f02db0b45841..6c59833656d2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -106,12 +106,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fssec-model = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fssec-model = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-fssec-model = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fssec-model = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fssec-model = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.8.0.html index 383409a7d376..900dcbccd552 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -106,12 +106,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fssec-model = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fssec-model = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-fssec-model = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fssec-model = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fssec-model = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.9.0.html index 7a603fafd889..5e65e5d0e16d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fssec-model = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fssec-model = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-fssec-model = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fssec-model = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fssec-model = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/dev.html index e57f2fd7b96c..d3652929d005 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fssec-model/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -138,7 +138,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -156,8 +156,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fssec-model.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-fssec-model-16283-3ba221.env -# output-file ~/.opam/log/coq-fssec-model-16283-3ba221.out +# env-file ~/.opam/log/coq-fssec-model-32505-de7990.env +# output-file ~/.opam/log/coq-fssec-model-32505-de7990.out ### output ### # [...] # [implicit-core-hint-db,deprecated-since-8.10,deprecated,default] diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/function-ninjas/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/function-ninjas/1.0.0.html index 383082b594d9..c438e1aab0af 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/function-ninjas/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/function-ninjas/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functional-algebra/1.0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functional-algebra/1.0.2.html index 209abfefa7b8..e51bae7ef929 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functional-algebra/1.0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functional-algebra/1.0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -143,12 +143,12 @@Dry install ๐๏ธ
- coq >= dev - coq-functional-algebra -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-functional-algebra -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-functional-algebra -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-functional-algebra -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-functional-algebra -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.10.0.html index e2ee13b77be9..89cfc69e1f98 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
- coq >= dev - coq-functions-in-zfc = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-functions-in-zfc = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-functions-in-zfc = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-functions-in-zfc = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-functions-in-zfc = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.5.0.html index 47d8570a8c25..f52887512921 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-functions-in-zfc < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-functions-in-zfc < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-functions-in-zfc < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-functions-in-zfc < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-functions-in-zfc < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.6.0.html index b8749db3cd2b..605d4c6fbd9e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-functions-in-zfc = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-functions-in-zfc = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-functions-in-zfc = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-functions-in-zfc = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-functions-in-zfc = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.7.0.html index 4d43fdfd51a2..620540b95ddf 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-functions-in-zfc = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-functions-in-zfc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-functions-in-zfc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-functions-in-zfc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-functions-in-zfc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.8.0.html index 7ba851d1ac50..f71fd4d70c6a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-functions-in-zfc = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-functions-in-zfc = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-functions-in-zfc = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-functions-in-zfc = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-functions-in-zfc = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.9.0.html index 83b645674a40..c3b41612cc1b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
- coq >= dev - coq-functions-in-zfc = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-functions-in-zfc = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-functions-in-zfc = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-functions-in-zfc = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-functions-in-zfc = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/dev.html index f1689b777209..4d5131ea04db 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/functions-in-zfc/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.10.0.html index a2920dd6bfa1..7786f38c87d8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,12 +113,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fundamental-arithmetics = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fundamental-arithmetics = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-fundamental-arithmetics = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fundamental-arithmetics = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fundamental-arithmetics = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.5.0.html index 375f1c9c7bf0..ef41c5a10a46 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fundamental-arithmetics < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fundamental-arithmetics < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-fundamental-arithmetics < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fundamental-arithmetics < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fundamental-arithmetics < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.6.0.html index 5e88b8b9f0c4..8916292a9b73 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fundamental-arithmetics = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fundamental-arithmetics = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-fundamental-arithmetics = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fundamental-arithmetics = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fundamental-arithmetics = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.7.0.html index 9c84a1d42e4d..55e6c843b400 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fundamental-arithmetics = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fundamental-arithmetics = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-fundamental-arithmetics = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fundamental-arithmetics = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fundamental-arithmetics = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.8.0.html index 00a437091323..14e6b641b89f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -109,12 +109,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fundamental-arithmetics = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fundamental-arithmetics = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-fundamental-arithmetics = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fundamental-arithmetics = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fundamental-arithmetics = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.9.0.html index 8e06ad026099..05c8440c0930 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,12 +113,12 @@Dry install ๐๏ธ
- coq >= dev - coq-fundamental-arithmetics = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-fundamental-arithmetics = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-fundamental-arithmetics = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-fundamental-arithmetics = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-fundamental-arithmetics = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/dev.html index 0c80d9a9e674..a63e464766b5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/fundamental-arithmetics/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -138,7 +138,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -156,8 +156,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-fundamental-arithmetics.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-fundamental-arithmetics-26644-931a8e.env -# output-file ~/.opam/log/coq-fundamental-arithmetics-26644-931a8e.out +# env-file ~/.opam/log/coq-fundamental-arithmetics-31042-d1673f.env +# output-file ~/.opam/log/coq-fundamental-arithmetics-31042-d1673f.out ### output ### # [...] # File "./missing.v", line 21, characters 0-21: diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.5.html index 6ac1f4494fb8..9ea9a0bf3b2f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,14 +117,14 @@Dry install ๐๏ธ
- coq >= dev - coq-gaia-hydras < 0.6 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-gaia-hydras < 0.6 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-gaia-hydras < 0.6 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-gaia-hydras < 0.6 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-gaia-hydras < 0.6 -> coq < 8.15~ * Missing dependency: - coq-gaia-hydras < 0.6 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.6.html index 6d4b08895d8f..2e5222eb9fb7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,14 +118,14 @@Dry install ๐๏ธ
- coq >= dev - coq-gaia-hydras = 0.6 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-gaia-hydras = 0.6 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-gaia-hydras = 0.6 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-gaia-hydras = 0.6 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-gaia-hydras = 0.6 -> coq < 8.16~ * Missing dependency: - coq-gaia-hydras = 0.6 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.9.html index d91232af5933..47e440078670 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/gaia-hydras/0.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,19 +116,19 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-gaia-hydras = 0.9 -> coq-gaia-schutte < 1.15~ -> coq < 8.16~ + - coq-gaia-hydras = 0.9 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-gaia-hydras = 0.9 -> coq-gaia-schutte < 1.15~ -> coq < 8.16~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-gaia-hydras = 0.9 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-gaia-hydras = 0.9 -> coq-gaia-schutte < 1.15~ -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-gaia-hydras = 0.9 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp - - coq-gaia-hydras = 0.9 -> coq-gaia-schutte < 1.15~ -> coq < 8.16~ + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-gaia-hydras = 0.9 -> coq < 8.16~ * Missing dependency: - - coq-gaia-hydras = 0.9 -> coq-gaia-schutte < 1.15~ -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-gaia-hydras = 0.9 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
# Packages matching: installed # Name # Installed # Synopsis @@ -137,7 +137,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -164,13 +164,13 @@Install dependencies
- install menhir dev - install coq-hydra-battles dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -183,69 +183,69 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 +-> retrieved coq-gaia-schutte.dev (git+https://github.com/coq-community/gaia.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) --> retrieved coq-gaia-schutte.dev (git+https://github.com/coq-community/gaia.git#master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-hydra-battles.dev (git+https://github.com/coq-community/hydra-battles.git#master) -> retrieved coq-libhyps.dev (git+https://github.com/Matafou/LibHyps#master) --> installed coq-equations.dev +-> retrieved coq-hydra-battles.dev (git+https://github.com/coq-community/hydra-battles.git#master) -> installed coq-libhyps.dev +-> installed coq-equations.dev -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-zify.dev (git+https://github.com/math-comp/mczify.git#master) [ERROR] The compilation of coq-hydra-battles.dev failed at "dune build -p coq-hydra-battles -j 4". -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> installed seq.base -> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> installed re.1.11.0 +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 -> installed sexplib0.v0.16.0 +-> installed re.1.11.0 +-> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirSdk.dev --> installed menhirLib.dev +-> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-hydra-battles.dev ==============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hydra-battles.dev # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-hydra-battles -j 4 # exit-code 1 -# env-file ~/.opam/log/coq-hydra-battles-30527-8b98a5.env -# output-file ~/.opam/log/coq-hydra-battles-30527-8b98a5.out +# env-file ~/.opam/log/coq-hydra-battles-29029-f59380.env +# output-file ~/.opam/log/coq-hydra-battles-29029-f59380.out ### output ### # [...] # [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] @@ -265,21 +265,21 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-30527-9c1350.env -# output-file ~/.opam/log/coq-elpi-30527-9c1350.out +# env-file ~/.opam/log/coq-elpi-29029-5dee32.env +# output-file ~/.opam/log/coq-elpi-29029-5dee32.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -298,14 +298,14 @@Install dependencies
| - install coq-libhyps dev | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -315,7 +315,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130045235.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224100817.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -143,7 +143,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -167,13 +167,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -190,74 +190,74 @@Install dependencies
-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved coq-gaia-schutte.dev (git+https://github.com/coq-community/gaia.git#master) --> retrieved coq-gaia-ordinals.dev (git+https://github.com/coq-community/gaia.git#master) +-> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 +-> retrieved coq-gaia-ordinals.dev (git+https://github.com/coq-community/gaia.git#master) +-> retrieved coq-gaia-schutte.dev (git+https://github.com/coq-community/gaia.git#master) -> retrieved coq-gaia-theory-of-sets.dev (git+https://github.com/coq-community/gaia.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 +-> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base +-> installed ppx_derivers.1.2.1 -> installed ocaml-compiler-libs.v0.12.4 +-> installed result.1.5 +-> installed re.1.11.0 -> installed sexplib0.v0.16.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 --> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-16996-913779.env -# output-file ~/.opam/log/coq-elpi-16996-913779.out +# env-file ~/.opam/log/coq-elpi-14567-6de7b1.env +# output-file ~/.opam/log/coq-elpi-14567-6de7b1.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -273,14 +273,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -290,7 +290,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130080756.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224090950.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -144,7 +144,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -168,13 +168,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -183,76 +183,76 @@Install dependencies
===== 28 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-gaia-theory-of-sets.dev (git+https://github.com/coq-community/gaia.git#master) -> retrieved coq-gaia-schutte.dev (git+https://github.com/coq-community/gaia.git#master) +-> retrieved coq-gaia-theory-of-sets.dev (git+https://github.com/coq-community/gaia.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 --> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev -> installed sexplib0.v0.16.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed re.1.11.0 +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev --> installed menhirSdk.dev +-> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-26624-fa2d35.env -# output-file ~/.opam/log/coq-elpi-26624-fa2d35.out +# env-file ~/.opam/log/coq-elpi-22838-a804b0.env +# output-file ~/.opam/log/coq-elpi-22838-a804b0.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -268,14 +268,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -285,7 +285,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129014128.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224223240.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-gaia-schutte.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-21536-21d1e2.env -# output-file ~/.opam/log/coq-elpi-21536-21d1e2.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128035210.export" -
true
opam list; echo; timeout 4h opam install -y coq-gaia-schutte.dev coq.dev
No files were installed.
+Total: 3 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/gaia/schutte/ssete9.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/gaia/schutte/ssete9.v
../ocaml-base-compiler.5.1.1/doc/coq-gaia-schutte/README.md
../ocaml-base-compiler.5.1.1/doc/coq-gaia-schutte/LICENSE
../ocaml-base-compiler.5.1.1/lib/coq-gaia-schutte/opam
../ocaml-base-compiler.5.1.1/lib/coq-gaia-schutte/dune-package
../ocaml-base-compiler.5.1.1/lib/coq-gaia-schutte/META
true
opam remove -y coq-gaia-schutte.dev
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/gaia
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/gaia/schutte
# Packages matching: installed # Name # Installed # Synopsis @@ -140,7 +140,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -164,13 +164,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -180,9 +180,9 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 @@ -194,61 +194,61 @@Install dependencies
-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed menhirLib.dev +-> installed result.1.5 +-> installed menhirSdk.dev -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed re.1.11.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-18439-ccb25c.env -# output-file ~/.opam/log/coq-elpi-18439-ccb25c.out +# env-file ~/.opam/log/coq-elpi-20838-c74285.env +# output-file ~/.opam/log/coq-elpi-20838-c74285.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -264,14 +264,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -281,7 +281,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130145101.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240221140753.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -140,7 +140,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -164,13 +164,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -179,72 +179,72 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed seq.base +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed sexplib0.v0.16.0 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed sexplib0.v0.16.0 -> installed re.1.11.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-31100-b47f35.env -# output-file ~/.opam/log/coq-elpi-31100-b47f35.out +# env-file ~/.opam/log/coq-elpi-17531-034457.env +# output-file ~/.opam/log/coq-elpi-17531-034457.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -260,14 +260,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -277,7 +277,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131235850.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224123804.export"
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "guillaume.melquiond@inria.fr" +homepage: "https://gappa.gitlabpages.inria.fr/" +dev-repo: "git+https://gitlab.inria.fr/gappa/coq.git" +bug-reports: "https://gitlab.inria.fr/gappa/coq/issues" +license: "LGPL-3.0-or-later" +build: [ + ["autoconf"] {dev} + ["./configure"] + ["./remake" "-j%{jobs}%"] +] +install: ["./remake" "install"] +depends: [ + "ocaml" + "ocamlfind" {build} + "coq" {>= "8.8.1"} + "coq-flocq" {>= "3.0"} + "conf-autoconf" {build & dev} + ("conf-g++" {build} | "conf-clang" {build}) +] +tags: [ + "keyword:floating-point arithmetic" + "keyword:interval arithmetic" + "keyword:decision procedure" + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "logpath:Gappa" + "date:2024-02-08" +] +authors: [ "Guillaume Melquiond <guillaume.melquiond@inria.fr>" ] +synopsis: "A Coq tactic for discharging goals about floating-point arithmetic and round-off errors using the Gappa prover" +url { + src: "https://gappa.gitlabpages.inria.fr/releases/gappalib-coq-1.5.5.tar.gz" + checksum: "sha512=d88d365ad6a8e466bfed0a5930392bb75b7e6bbb8ec8a83284cb5234b618b5dc8591f9e9d9c155d9a6f89f11528629a6c7bc99b8098c0ba38f6518716e02ec1c" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-gappa.1.5.5 coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-gappa.1.5.5 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-gappa.1.5.5 coq.dev
Total: 2 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_tactic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_tree.vo
../ocaml-base-compiler.5.1.1/lib/coq-gappa/gappatac.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_float.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_round.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_rel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_bnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_rewriting.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_real.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_fixflt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_dyadic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_abs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_fixed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_round_def.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_decimal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_round_aux.vo
../ocaml-base-compiler.5.1.1/lib/coq-gappa/gappatac.cmo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_user.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_definitions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_nzr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_library.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_obfuscate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_tactic_loader.vo
../ocaml-base-compiler.5.1.1/lib/coq-gappa/META
opam remove -y coq-gappa.1.5.5
opam list; echo; timeout 4h opam install -y coq-gappa.dev coq.dev
# 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-autoconf 0.1 Virtual package relying on autoconf installation -conf-g++ 1.0 Virtual package relying on the g++ compiler (for C++) -conf-gmp 4 Virtual package relying on a GMP lib system installation -conf-which 1 Virtual package relying on which -coq dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-flocq dev A floating-point formalization for the Coq system -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -[NOTE] Package coq is already installed (current version is dev). -The following actions will be performed: - - install coq-gappa dev -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved coq-gappa.dev (git+https://gitlab.inria.fr/gappa/coq.git/#master) -[ERROR] The compilation of coq-gappa.dev failed at "./remake -j4". -#=== ERROR while compiling coq-gappa.dev ======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-gappa.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build ./remake -j4 -# exit-code 1 -# env-file ~/.opam/log/coq-gappa-25449-e63376.env -# output-file ~/.opam/log/coq-gappa-25449-e63376.out -### output ### -# [...] -# Warning: Notation IZR_neq is deprecated since 8.19. -# Use eq_IZR_contrapositive. -# [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default] -# File "./src/Gappa_float.v", line 352, characters 16-23: -# Warning: Notation IZR_neq is deprecated since 8.19. -# Use eq_IZR_contrapositive. -# [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default] -# Finished src/Gappa_user.vo -# Finished src/Gappa_fixed.vo -# Finished src/Gappa_float.vo -# Finished src/Gappa_pred_rel.vo -# Finished src/Gappa_library.vo -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-gappa dev -+- -- No changes have been performed -# Run eval $(opam env) to update the current shell environment -
No files were installed.
+Total: 2 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_tactic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_tree.vo
../ocaml-base-compiler.5.1.1/lib/coq-gappa/gappatac.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_float.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_round.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_rel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_bnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_rewriting.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_real.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_fixflt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_dyadic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_abs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_fixed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_round_def.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_decimal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_round_aux.vo
../ocaml-base-compiler.5.1.1/lib/coq-gappa/gappatac.cmo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_user.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_definitions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_pred_nzr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_library.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_obfuscate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Gappa/Gappa_tactic_loader.vo
../ocaml-base-compiler.5.1.1/lib/coq-gappa/META
true
opam remove -y coq-gappa.dev
# Packages matching: installed # Name # Installed # Synopsis @@ -131,7 +131,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -155,13 +155,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -173,77 +173,77 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 +-> installed ppx_derivers.1.2.1 +-> installed menhirSdk.dev -> installed seq.base -> installed ocaml-compiler-libs.v0.12.4 +-> installed result.1.5 +-> installed menhirLib.dev -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev -> installed atd.2.15.0 +-> installed ppx_deriving.5.2.1 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-22093-c92501.env -# output-file ~/.opam/log/coq-elpi-22093-c92501.out +# env-file ~/.opam/log/coq-elpi-6232-ba004a.env +# output-file ~/.opam/log/coq-elpi-6232-ba004a.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -259,14 +259,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -276,7 +276,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130172713.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240221160524.export"
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "christian.doczkal@mpi-sp.org" +homepage: "https://github.com/coq-community/graph-theory" +dev-repo: "git+https://github.com/coq-community/graph-theory.git" +bug-reports: "https://github.com/coq-community/graph-theory/issues" +license: "CECILL-B" +synopsis: "Graph theory results on planarity in Coq and MathComp" +description: """ +Formal definitions and results on graph planarity in Coq using the Mathematical Components +library, including Wagner's Theorem. Relies on hypermaps and other notions developed +as part of the Coq proof of the Four-Color Theorem.""" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "dune" {>= "3.5"} + "coq" {>= "8.16" & < "8.20"} + "coq-mathcomp-ssreflect" {>= "2.0" & < "2.3"} + "coq-graph-theory" {= version} + "coq-fourcolor" +] +tags: [ + "category:Computer Science/Graph Theory" + "keyword:graph theory" + "keyword:planarity" + "logpath:GraphTheory.planar" + "date:2024-01-28" +] +authors: [ + "Christian Doczkal" + "Damien Pous" +] +url { + src: "https://github.com/coq-community/graph-theory/releases/download/v0.9.4/graph-theory-0.9.4.tar.gz" + checksum: "sha512=c721077e7aa232179d2f7cc2cb797fd509cab5d2bd55eeae99dbbf405919d38cd889640cf2d0c1870bd16876cb61f8c10f14d5ae88e2b7749d990d04fae0d566" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-graph-theory-planar.0.9.4 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-graph-theory-planar >= 0.9.4 -> coq-graph-theory >= 0.9.4 -> coq < 8.20 + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-graph-theory-planar >= 0.9.4 -> coq-graph-theory >= 0.9.4 -> coq < 8.20 -> ocaml < 4.05.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.1.1 + - coq-graph-theory-planar >= 0.9.4 -> coq-graph-theory >= 0.9.4 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-graph-theory-planar >= 0.9.4 -> coq-graph-theory >= 0.9.4 -> coq < 8.20 + * Missing dependency: + - coq-graph-theory-planar >= 0.9.4 -> coq-graph-theory >= 0.9.4 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-variants -> 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-graph-theory-planar.0.9.4
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "christian.doczkal@mpi-sp.org" +homepage: "https://github.com/coq-community/graph-theory" +dev-repo: "git+https://github.com/coq-community/graph-theory.git" +bug-reports: "https://github.com/coq-community/graph-theory/issues" +license: "CECILL-B" +synopsis: "General graph theory definitions and results in Coq and MathComp" +description: """ +Formalized general graph theory definitions and results using Coq and +the Mathematical Components library, including various standard results +from the literature (e.g., Menger's Theorem and Hall's Marriage Theorem).""" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "dune" {>= "3.5"} + "coq" {>= "8.16" & < "8.20"} + "coq-mathcomp-ssreflect" {>= "2.0" & < "2.3"} + "coq-mathcomp-algebra" + "coq-mathcomp-finmap" + "coq-hierarchy-builder" {>= "1.4.0"} +] +tags: [ + "category:Computer Science/Graph Theory" + "keyword:graph theory" + "keyword:minors" + "keyword:treewidth" + "keyword:algebra" + "logpath:GraphTheory.core" + "date:2024-01-28" +] +authors: [ + "Christian Doczkal" + "Damien Pous" +] +url { + src: "https://github.com/coq-community/graph-theory/releases/download/v0.9.4/graph-theory-0.9.4.tar.gz" + checksum: "sha512=c721077e7aa232179d2f7cc2cb797fd509cab5d2bd55eeae99dbbf405919d38cd889640cf2d0c1870bd16876cb61f8c10f14d5ae88e2b7749d990d04fae0d566" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-graph-theory.0.9.4 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-graph-theory >= 0.9.4 -> coq < 8.20 + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-graph-theory >= 0.9.4 -> coq < 8.20 -> ocaml < 4.05.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.1.1 + - coq-graph-theory >= 0.9.4 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-graph-theory >= 0.9.4 -> coq < 8.20 + * Missing dependency: + - coq-graph-theory >= 0.9.4 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-variants -> 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-graph-theory.0.9.4
true
true
No files were installed.
+true
# Packages matching: installed # Name # Installed # Synopsis @@ -151,7 +151,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -175,13 +175,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -193,75 +193,75 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed seq.base --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 +-> installed menhirLib.dev +-> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-10734-351952.env -# output-file ~/.opam/log/coq-elpi-10734-351952.out +# env-file ~/.opam/log/coq-elpi-15659-6914cb.env +# output-file ~/.opam/log/coq-elpi-15659-6914cb.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -277,14 +277,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -294,7 +294,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129212245.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222020214.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-graph2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlmod -> ocaml < 4.06.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-graph2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlify -> ocaml < 5.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.1.1 - - coq-graph2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlmod -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-graph2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlify -> ocaml < 5.0 -> ocaml-base-compiler = 3.07+1 * Missing dependency: - - coq-graph2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlmod -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta + - coq-graph2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlify -> ocaml < 5.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
opam list; echo; timeout 4h opam install -y coq-hammer-tactics.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +[NOTE] Package coq is already installed (current version is dev). +The following actions will be performed: + - install coq-hammer-tactics dev +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-hammer-tactics.dev (git+https://github.com/lukaszcz/coqhammer.git#master) +[ERROR] The compilation of coq-hammer-tactics.dev failed at "make -j4 tactics". +#=== ERROR while compiling coq-hammer-tactics.dev =============================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hammer-tactics.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 tactics +# exit-code 2 +# env-file ~/.opam/log/coq-hammer-tactics-16941-1ac142.env +# output-file ~/.opam/log/coq-hammer-tactics-16941-1ac142.out +### output ### +# [...] +# CAMLOPT -c -for-pack Hammer_tactics src/tactics/tacopts.ml +# CAMLOPT -c -for-pack Hammer_tactics src/tactics/tacbest.ml +# CAMLOPT -c -for-pack Hammer_tactics src/tactics/tactics_main.ml +# File "src/tactics/tactics_main.ml", line 30, characters 4-28: +# 30 | undeclared_evars_patvars = false; +# ^^^^^^^^^^^^^^^^^^^^^^^^ +# Error: Unbound record field undeclared_evars_patvars +# make[2]: *** [Makefile.coq.tactics:765: src/tactics/tactics_main.cmx] Error 2 +# make[2]: *** Waiting for unfinished jobs.... +# make[1]: *** [Makefile.coq.tactics:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hammer-tactics.dev' +# make: *** [Makefile:12: tactics] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-hammer-tactics dev ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +
Total: 2 M
-../ocaml-base-compiler.5.1.1/lib/coq-hammer-tactics/hammer_tactics.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/hammer_tactics.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Reconstr.vo
../ocaml-base-compiler.5.1.1/lib/coq-hammer-tactics/hammer_lib.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/hammer_lib.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Reconstr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Reflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Reconstr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Hints.vo
../ocaml-base-compiler.5.1.1/lib/coq-hammer-tactics/hammer_lib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-hammer-tactics/hammer_tactics.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Reflect.glob
../ocaml-base-compiler.5.1.1/lib/coq-hammer-tactics/hammer_tactics.cmi
../ocaml-base-compiler.5.1.1/lib/coq-hammer-tactics/hammer_lib.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Reflect.v
../ocaml-base-compiler.5.1.1/lib/coq-hammer-tactics/hammer_lib.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-hammer-tactics/hammer_tactics.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Hints.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Hammer/Tactics/Hints.glob
../ocaml-base-compiler.5.1.1/lib/coq-hammer-tactics/META
No files were installed.
opam remove -y coq-hammer-tactics.dev
true
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-hammer = 1.0.9+8.8.0 -> coq = 8.8.0 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-hammer = 1.0.9+8.8.0 -> coq = 8.8.0 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hammer = 1.0.9+8.8.0 -> coq = 8.8.0 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hammer = 1.0.9+8.8.0 -> coq = 8.8.0 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.0.9+8.8.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.0.9+8.8.1.html index cd7efd1094de..7ea907ebd08e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.0.9+8.8.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.0.9+8.8.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-hammer = 1.0.9+8.8.1 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-hammer = 1.0.9+8.8.1 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-hammer = 1.0.9+8.8.1 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hammer = 1.0.9+8.8.1 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hammer = 1.0.9+8.8.1 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1+8.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1+8.8.html index 388cda3543db..731a441d674e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1+8.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1+8.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,12 +117,12 @@Dry install ๐๏ธ
- coq >= dev - coq-hammer = 1.1+8.8 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-hammer = 1.1+8.8 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-hammer = 1.1+8.8 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hammer = 1.1+8.8 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hammer = 1.1+8.8 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1+8.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1+8.9.html index dde7239d4710..c1e9a150fc7b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1+8.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1+8.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-hammer = 1.1+8.9 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-hammer = 1.1+8.9 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-hammer = 1.1+8.9 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hammer = 1.1+8.9 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hammer = 1.1+8.9 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1.1+8.10.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1.1+8.10.html index e196660d8939..28c4a417cf92 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1.1+8.10.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1.1+8.10.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
- coq >= dev - coq-hammer = 1.1.1+8.10 -> coq-hammer-tactics = 1.1.1+8.10 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-hammer = 1.1.1+8.10 -> coq-hammer-tactics = 1.1.1+8.10 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-hammer = 1.1.1+8.10 -> coq-hammer-tactics = 1.1.1+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hammer = 1.1.1+8.10 -> coq-hammer-tactics = 1.1.1+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hammer = 1.1.1+8.10 -> coq-hammer-tactics = 1.1.1+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1.1+8.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1.1+8.9.html index 84d98422d588..a903a4c3a818 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1.1+8.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.1.1+8.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
- coq >= dev - coq-hammer = 1.1.1+8.9 -> coq-hammer-tactics < 1.1.1+8.10 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-hammer = 1.1.1+8.9 -> coq-hammer-tactics < 1.1.1+8.10 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-hammer = 1.1.1+8.9 -> coq-hammer-tactics < 1.1.1+8.10 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hammer = 1.1.1+8.9 -> coq-hammer-tactics < 1.1.1+8.10 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hammer = 1.1.1+8.9 -> coq-hammer-tactics < 1.1.1+8.10 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.2+8.10.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.2+8.10.html index 942bddf152be..3dcfd16c7e73 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.2+8.10.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hammer/1.2+8.10.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,16 +121,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-hammer = 1.2+8.10 -> coq-hammer-tactics = 1.2+8.10 -> coq < 8.11~ + - coq-hammer = 1.2+8.10 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-hammer = 1.2+8.10 -> coq-hammer-tactics = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-hammer = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-hammer = 1.2+8.10 -> coq-hammer-tactics = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hammer = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-hammer = 1.2+8.10 -> coq-hammer-tactics = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-hammer = 1.2+8.10 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
# Packages matching: installed # Name # Installed # Synopsis @@ -129,7 +129,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -153,83 +153,83 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed seq.base --> installed sexplib0.v0.16.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed ocaml-compiler-libs.v0.12.4 -> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 -> installed re.1.11.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev -> installed menhirSdk.dev +-> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-19179-90f616.env -# output-file ~/.opam/log/coq-elpi-19179-90f616.out +# env-file ~/.opam/log/coq-elpi-10300-c27945.env +# output-file ~/.opam/log/coq-elpi-10300-c27945.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -245,14 +245,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -262,7 +262,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129100614.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223100601.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -132,7 +132,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -156,83 +156,83 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> installed easy-format.1.3.4 --> installed cmdliner.1.2.0 --> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed result.1.5 -> installed ocaml-compiler-libs.v0.12.4 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> installed yojson.2.1.2 -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed atdgen-runtime.2.15.0 +-> installed yojson.2.1.2 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> installed atdgen-runtime.2.15.0 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-30933-b2bc71.env -# output-file ~/.opam/log/coq-elpi-30933-b2bc71.out +# env-file ~/.opam/log/coq-elpi-30499-9efb25.env +# output-file ~/.opam/log/coq-elpi-30499-9efb25.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -248,14 +248,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -265,7 +265,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131042426.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222053842.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-hierarchy-builder = 0.10.0 -> coq-elpi < 1.6.0~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-hierarchy-builder = 0.10.0 -> coq-elpi < 1.6.0~ -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-hierarchy-builder = 0.10.0 -> coq-elpi < 1.6.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hierarchy-builder = 0.10.0 -> coq-elpi < 1.6.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hierarchy-builder = 0.10.0 -> coq-elpi < 1.6.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/0.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/0.9.0.html index 33cb7341b1fa..e3d28d8065ca 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/0.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/0.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -102,12 +102,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-hierarchy-builder < 0.9.1 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-hierarchy-builder < 0.9.1 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-hierarchy-builder < 0.9.1 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hierarchy-builder < 0.9.1 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hierarchy-builder < 0.9.1 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/0.9.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/0.9.1.html index bb6f56141385..717f543876c6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/0.9.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/0.9.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -101,12 +101,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-hierarchy-builder = 0.9.1 -> coq-elpi < 1.5.0~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-hierarchy-builder = 0.9.1 -> coq-elpi < 1.5.0~ -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-hierarchy-builder = 0.9.1 -> coq-elpi < 1.5.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hierarchy-builder = 0.9.1 -> coq-elpi < 1.5.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hierarchy-builder = 0.9.1 -> coq-elpi < 1.5.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.0.0.html index 0b663397173f..0637f3ed7fc4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -104,12 +104,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-hierarchy-builder = 1.0.0 -> coq-elpi < 1.9~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-hierarchy-builder = 1.0.0 -> coq-elpi < 1.9~ -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-hierarchy-builder = 1.0.0 -> coq-elpi < 1.9~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hierarchy-builder = 1.0.0 -> coq-elpi < 1.9~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hierarchy-builder = 1.0.0 -> coq-elpi < 1.9~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.1.0.html index 6f39bd0de21f..663954312a87 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -110,12 +110,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-hierarchy-builder = 1.1.0 -> coq-elpi < 1.10~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-hierarchy-builder = 1.1.0 -> coq-elpi < 1.10~ -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-hierarchy-builder = 1.1.0 -> coq-elpi < 1.10~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-hierarchy-builder = 1.1.0 -> coq-elpi < 1.10~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-hierarchy-builder = 1.1.0 -> coq-elpi < 1.10~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.2.0.html index 0c16d08cf917..17fc2aee960c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/hierarchy-builder/1.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,7 +116,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -130,7 +130,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -154,13 +154,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> @@ -171,12 +171,12 @@Install dependencies
-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 -> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) @@ -184,53 +184,53 @@Install dependencies
-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> installed ppx_derivers.1.2.1 --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> installed re.1.11.0 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed result.1.5 +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 +-> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed menhirLib.dev +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-11739-6ac0b1.env -# output-file ~/.opam/log/coq-elpi-11739-6ac0b1.out +# env-file ~/.opam/log/coq-elpi-17216-2d2e8e.env +# output-file ~/.opam/log/coq-elpi-17216-2d2e8e.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -246,14 +246,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -263,7 +263,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201033016.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222173711.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -131,7 +131,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -155,29 +155,29 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> installed easy-format.1.3.4 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> installed easy-format.1.3.4 -> installed biniou.1.2.2 -> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) @@ -186,52 +186,52 @@Install dependencies
-> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed result.1.5 +-> installed ocaml-compiler-libs.v0.12.4 +-> installed sexplib0.v0.16.0 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 -> installed re.1.11.0 -> installed yojson.2.1.2 +-> installed menhirSdk.dev -> installed atdgen-runtime.2.15.0 -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-7892-f9bfde.env -# output-file ~/.opam/log/coq-elpi-7892-f9bfde.out +# env-file ~/.opam/log/coq-elpi-30899-b1e2a1.env +# output-file ~/.opam/log/coq-elpi-30899-b1e2a1.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -247,14 +247,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -264,7 +264,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130040013.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224052419.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-hierarchy-builder.1.3.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-hierarchy-builder.1.3.0 coq.dev
# Packages matching: installed # Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged 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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev -===== 24 to install ===== + - install coq-hierarchy-builder 1.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cmdliner.1.2.0 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-hierarchy-builder.1.3.0: http] +Processing 1/3: +-> retrieved coq-hierarchy-builder.1.3.0 (https://github.com/math-comp/hierarchy-builder/archive/v1.3.0.tar.gz) +Processing 2/3: [coq-hierarchy-builder: make build] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "build" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hierarchy-builder.1.3.0) +- ocamlc unix.cma str.cma -g hb.ml -o coq.hb +- File "_none_", line 1: +- Alert ocaml_deprecated_auto_include: +- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been +- automatically added to the search path, but you should add -I +unix to the +- command-line to silence this alert (e.g. by adding unix to the list of +- libraries in your dune file, or adding use_unix to your _tags file for +- ocamlbuild, or using -package unix for ocamlfind). +- +- File "_none_", line 1: +- Alert ocaml_deprecated_auto_include: +- OCaml's lib directory layout changed in 5.0. The str subdirectory has been +- automatically added to the search path, but you should add -I +str to the +- command-line to silence this alert (e.g. by adding str to the list of +- libraries in your dune file, or adding use_str to your _tags file for +- ocamlbuild, or using -package str for ocamlfind). +- +- File "_none_", line 1: +- Alert ocaml_deprecated_auto_include: +- OCaml's lib directory layout changed in 5.0. The str subdirectory has been +- automatically added to the search path, but you should add -I +str to the +- command-line to silence this alert (e.g. by adding str to the list of +- libraries in your dune file, or adding use_str to your _tags file for +- ocamlbuild, or using -package str for ocamlfind). +- +- File "_none_", line 1: +- Alert ocaml_deprecated_auto_include: +- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been +- automatically added to the search path, but you should add -I +unix to the +- command-line to silence this alert (e.g. by adding unix to the list of +- libraries in your dune file, or adding use_unix to your _tags file for +- ocamlbuild, or using -package unix for ocamlfind). +- /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coq_makefile -f _CoqProject -o Makefile.coq +- make -f Makefile.coq +- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hierarchy-builder.1.3.0' +- COQDEP VFILES +- COQC structures.v +- File "./structures.v", line 406, characters 0-15: +- Error: +- File "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hierarchy-builder.1.3.0/HB/factory.elpi", line 168, column 0, character 7360:Cannot spill: unknown arity of gref-deps +- +- make[2]: *** [Makefile.coq:848: structures.vo] Error 1 +- make[2]: *** [structures.vo] Deleting file 'structures.glob' +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hierarchy-builder.1.3.0' +- make: *** [Makefile:97: this-build] Error 2 +[ERROR] The compilation of coq-hierarchy-builder.1.3.0 failed at "make build". +#=== ERROR while compiling coq-hierarchy-builder.1.3.0 ========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hierarchy-builder.1.3.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build make build # exit-code 2 -# env-file ~/.opam/log/coq-elpi-18208-f65391.env -# output-file ~/.opam/log/coq-elpi-18208-f65391.out +# env-file ~/.opam/log/coq-hierarchy-builder-8349-df703d.env +# output-file ~/.opam/log/coq-hierarchy-builder-8349-df703d.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hierarchy-builder.1.3.0' +# COQDEP VFILES +# COQC structures.v +# File "./structures.v", line 406, characters 0-15: +# Error: +# File "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hierarchy-builder.1.3.0/HB/factory.elpi", line 168, column 0, character 7360:Cannot spill: unknown arity of gref-deps +# +# make[2]: *** [Makefile.coq:848: structures.vo] Error 1 +# make[2]: *** [structures.vo] Deleting file 'structures.glob' +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-hierarchy-builder.1.3.0' +# make: *** [Makefile:97: this-build] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-hierarchy-builder 1.3.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128210642.export" +'opam install -y -v coq-hierarchy-builder.1.3.0 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -133,7 +133,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -157,13 +157,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> @@ -176,64 +176,64 @@Install dependencies
-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 +-> installed biniou.1.2.2 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> installed seq.base +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed menhirSdk.dev +-> installed ocaml-compiler-libs.v0.12.4 +-> installed re.1.11.0 +-> installed result.1.5 -> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev -> installed sexplib0.v0.16.0 --> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-4422-445286.env -# output-file ~/.opam/log/coq-elpi-4422-445286.out +# env-file ~/.opam/log/coq-elpi-17020-0a77d1.env +# output-file ~/.opam/log/coq-elpi-17020-0a77d1.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -249,14 +249,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -266,7 +266,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130090230.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225031319.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -136,7 +136,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -160,83 +160,83 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed cppo.1.6.9 +-> installed easy-format.1.3.4 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 +-> installed ocaml-compiler-libs.v0.12.4 +-> installed result.1.5 -> installed re.1.11.0 +-> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev +-> installed atdgen-runtime.2.15.0 -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-26934-c527fc.env -# output-file ~/.opam/log/coq-elpi-26934-c527fc.out +# env-file ~/.opam/log/coq-elpi-5501-25af0f.env +# output-file ~/.opam/log/coq-elpi-5501-25af0f.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -252,14 +252,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -269,7 +269,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128022522.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224054630.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -138,7 +138,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,30 +162,30 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) @@ -193,52 +193,52 @@Install dependencies
-> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed result.1.5 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed stdlib-shims.0.3.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 -> installed re.1.11.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 +-> installed menhirSdk.dev -> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-5117-482878.env -# output-file ~/.opam/log/coq-elpi-5117-482878.out +# env-file ~/.opam/log/coq-elpi-18375-00b324.env +# output-file ~/.opam/log/coq-elpi-18375-00b324.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -254,14 +254,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -271,7 +271,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201030559.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224011823.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -138,7 +138,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,83 +162,83 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> installed cppo.1.6.9 -> installed camlp-streams.5.0.1 --> installed easy-format.1.3.4 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 +-> installed easy-format.1.3.4 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 +-> installed biniou.1.2.2 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirSdk.dev +-> installed menhirLib.dev -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 -> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-25650-77e956.env -# output-file ~/.opam/log/coq-elpi-25650-77e956.out +# env-file ~/.opam/log/coq-elpi-5348-3151a4.env +# output-file ~/.opam/log/coq-elpi-5348-3151a4.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -254,14 +254,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -271,7 +271,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131171016.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223114537.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -134,7 +134,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -158,83 +158,83 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev ===== 24 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed seq.base --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed ocaml-compiler-libs.v0.12.4 +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 +-> installed menhirLib.dev -> installed re.1.11.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-27406-056ff2.env -# output-file ~/.opam/log/coq-elpi-27406-056ff2.out +# env-file ~/.opam/log/coq-elpi-8929-b0efa3.env +# output-file ~/.opam/log/coq-elpi-8929-b0efa3.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -250,14 +250,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -267,7 +267,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130230242.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225083214.export"
Total: 148 M
+Total: 156 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/TorusEquivCircles.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Flattening.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/CayleyDickson.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Sequential.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Spheres.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/CayleyDickson.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/PathCube.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Syllepsis.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/FreeProduct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/GraphQuotient.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/JoinAssoc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/DisplayedEquiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/TriJoin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout_Flattening.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Addition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/natpair_integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Addition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/ClassifyingSpace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Wedge.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/PullbackFiberSequence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/TwoSphere.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Lex.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Wedge.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Products.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Products.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/FreeGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/Loops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/BlakersMassey.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/ReflectiveSubuniverse.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/ExactSequence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/BlakersMassey.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/ReflectiveSubuniverse.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/ExactSequence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Coeq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Abelianization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/GroupCoeq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Pushout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Coeq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Pushout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Meet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Pushout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Meet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/PropResizing/Nat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Card.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Freudenthal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Universe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Hartogs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Card.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Pushout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Freudenthal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Universe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Pullback.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Hartogs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToSet/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/SixTerm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Extensions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Extensions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/SixTerm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/PathGroupoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/PathGroupoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Universe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/V.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pSusp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Universe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pSusp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/V.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Equiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Finite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Pullback.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Finite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Suspension.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/ReflectiveSubuniverse.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/ReflectiveSubuniverse.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Suspension.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Adjoint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Hopf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpaceS1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpaceS1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Quotient.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Pointwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HomotopyGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Quotient.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/EquivalenceInduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/premetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/BaerSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/premetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/BaerSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinSeq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/Univalent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinSeq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/Univalent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/GrpPullback.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/abstract_algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Modality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/abstract_algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Modality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/CoreLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/Ideal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Idempotents.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/PathGroupoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Yoneda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Idempotents.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/natpair_integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/PathGroupoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/IWType.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/MappingCylinder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Displayed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/MappingCylinder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Pseudofunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/ChineseRemainder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/ChineseRemainder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/HoTTBookExercises.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Moduli.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/PathSquare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/PathSquare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbPushout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Cocone.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/CRing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/RewriteLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/SetoidRewrite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/Flattening.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Descent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Analysis/Locator.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/Flattening.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Descent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Group.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_third_isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/HoTTBookExercises.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Ordinals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Analysis/Locator.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_third_isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/HoTTBookExercises.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Ordinals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/QuotientRing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/CommutativeSquares.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Circle.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Syllepsis.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Cantor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/HomCoercions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Syllepsis.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/QuotientRing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Cantor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HFiber.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Presentation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pFiber.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/premetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Subgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/premetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Ext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Ext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial/Laws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/PropResizing/Nat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Cone.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/UnivalenceVarieties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Analysis/Locator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Pointwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Extensions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/TriJoin.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Analysis/Locator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/UnivalenceVarieties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Idempotents.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1759.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/QuotientGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/QuotientGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1759.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/FreeProduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/V.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathCube.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/V.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/semirings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/DisplayedEquiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathCube.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Cover.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Equivalences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/semirings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/binary_naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/binary_naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/semirings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/PathCube.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPath.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbelianGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/ObjectClassifier.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Factorization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Paths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Biproduct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/PathCube.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Paths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbelianGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Factorization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Coequalizer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Sequential.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Sequential.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/NatTrans.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/FunctorCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/HoTTBook.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/HoTTBook.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/field_of_fractions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat/Arithmetic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/field_of_fractions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/field_of_fractions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Coeq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Pushout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat/Arithmetic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Displayed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Structure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Pushout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/SuccessorStructure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/ooGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/field_of_fractions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/SuccessorStructure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Ordinals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Modality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/IWType.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Ordinals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/ooGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/IWType.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_second_isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/ExactSequence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/binary_naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_second_isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/canonical_names.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/binary_naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/canonical_names.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Smash.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Diagram.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Morphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Finite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/Ideal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Equivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Equivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat/Arithmetic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Coeq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/BlakersMassey.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_quotient_algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Square.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Equiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/orders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/quotient.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/PathSquare.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/JoinSusp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Functorial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/PathSquare.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/Univalent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/JoinSusp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/orders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/quotient.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/Univalent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/CoreParts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/CoreParts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/peano_naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_quote.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Fin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/WhiteheadsPrinciple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/WhiteheadsPrinciple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Pullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_quote.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Universe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pTrunc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Pullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/PullbackFiberSequence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Fin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pTrunc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/lattices.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/PullbackFiberSequence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/ProjectionFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Descent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/TermAlgebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/peano_naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Lex.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Localization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/TermAlgebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/peano_naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Localization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Lagrange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Lagrange.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/canonical_names.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/EquivalenceInduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Localization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Yoneda.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pSect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Subgroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pSect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/abstract_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Subgroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/UniversalProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Pullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/abstract_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Topological.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Addition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Pushout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathSquare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathSquare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPath.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/ReflectiveSubuniverse.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Rigid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Universe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPath.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/ReflectiveSubuniverse.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Limit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/Torus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pEquiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/orders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Bouquet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pEquiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/rings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Projective.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Suspension.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/Torus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Structure/IdentityPrinciple.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Overture.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Bouquet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Suspension.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/orders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_first_isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Projective.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Equiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/fields.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_homomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/CoreLaws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/EquivGroupoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/DProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_pol.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/CoreLaws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/ClassifyingSpace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/DProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law2/Law.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/Connectedness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_pol.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_first_isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_homomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/Z.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Equiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/lattices.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/PointedCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/CRing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Separated.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/Connectedness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/EquivGpd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/epi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/lattices.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/Loops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Separated.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/rings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Factorization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/rings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Factorization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/epi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Quotient/Choice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Spheres.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Quotient/Choice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Classes/ring_tac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/PointedCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Trunc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/InducedFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Quotient/Choice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Classes/ring_tac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/UniversalProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/DirectSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/GraphQuotient.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Arrow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/GCHtoAC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/InducedFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/UniverseLevel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/FreeGroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Meet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_isomorphic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UnitCounitCoercions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinInduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_quotient_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/HoTTBook.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HFiber.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_quotient_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UnitCounitCoercions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/orders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Arrow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Accessible.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SemiSimplicialSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Adjoint.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathCube.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Fracture.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/PseudonaturalTransformation/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Hopf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Products.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/CoreParts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pSusp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathCube.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ProductLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ProductLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_isomorphic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SemiSimplicialSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinInduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/NatTrans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Products.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Accessible.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinNat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/GCHtoAC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/HoTTBookExercises.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Overture.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/Identity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinNat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/Identity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/BaerSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/nat_int.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Yoneda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_quote.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/GCHtoAC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Coproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/JoinAssoc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/int_abs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law4/Law.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/TermAlgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/groups.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law4/Law.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Paths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/nat_int.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Pointwise/Properties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Homomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Biproduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Yoneda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/PseudofunctorToCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Pointwise/Properties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/groups.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/int_abs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Fin.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/maps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EMSpace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Smash.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/cauchy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/LoopExp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Isomorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EMSpace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Operation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Centralizer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Attributes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_homomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/maps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Centralizer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/cauchy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/LoopExp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbHom.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/dec_fields.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_homomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_pol.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial/Laws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/CayleyDickson.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Pointwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Moduli.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/RewriteLaws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbPullback.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/quotient.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/CayleyDickson.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/PinSn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial/Laws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Moduli.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Attributes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Operation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law4/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/nat_distance.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbPullback.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/HomCoercions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/ZeroGroupoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Equiv/PathSplit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/ProjectionFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/HomCoercions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Abelianization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Abelianization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Flattening.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_second_isomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/PseudofunctorToCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law4.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_prod_algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law3/Law.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/PinSn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_second_isomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_subalgebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Image.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/dec_fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/EquivGroupoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Quotient.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathSquare.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/CoreflectiveSubuniverse.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Prod/Universal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathSquare.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/EquivGroupoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/ShortExactSequence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/TruncType.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Prod/Universal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/nat_distance.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/maps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/GrpPullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Coherent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial/Parts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/GrpPullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/dec_fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Coherent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Coproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HomotopyGroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Hartogs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Monoidal/MonoidalCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/GraphQuotient.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/Connectedness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HomotopyGroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/TruncType.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Equiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Arrow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/Connectedness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Closed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_prod_algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Fracture.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/EquivGpd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/groups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/lattices.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_subalgebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_third_isomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Monoidal/MonoidalCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/RewriteModuloAssociativity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Trunc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_third_isomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/categories/ua_category.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Monoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/Flattening.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Monoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Negation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition/Laws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/HomotopyPreCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/PathGroupoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Kernel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Arrow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition/Laws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/groups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/lattices.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/ObjectClassifier.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Constant.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/PathGroupoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/WType.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/orders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/WType.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Separated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/Z.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Separated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Square.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Negation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbPushout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/HomotopyPreCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/AssociativityLaw.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_first_isomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Constant.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Overture.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Equiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/lattices.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UniversalMorphisms/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/TwoOneCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToSet/Univalent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Operation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/IdentityLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Syllepsis.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/lattices.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Square.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_first_isomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/IdentityLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/categories/ua_category.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinSeq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/apartness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/FromFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Laws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/ooGroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Opposite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/FromFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Circle.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law0.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/TriJoin.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/PropResizing/Nat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Monoidal/MonoidalCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbelianGroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Wedge.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Laws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/OnMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/SixTerm.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/SixTerm.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/apartness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/LoopExp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/TorusHomotopy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Structure/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/natpair_integers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/TorusHomotopy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HoTT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law3.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Pointwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law3.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Functorial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/hprop_lattice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Idempotents.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinNat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/isomorphisms/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UniversalMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_tac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Bifunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Bool/IncoherentIdempotent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Opposite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/PseudonaturalTransformation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Bifunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pModality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos/Spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/pointwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/PseudonaturalTransformation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Extensions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Equivalences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/ne_list.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/DProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Cyclic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law4/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/QuotientGroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Universe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Cyclic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Open.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Universe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/hprop_lattice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_congruence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/InducedFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/cauchy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition/Laws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/cauchy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/isomorphisms/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_tac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Accessible.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Sum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/fields.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos/Spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/pointwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/premetric.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/MappingCylinder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/OnMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UnitCounit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_prod_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/OnMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/FromFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/MappingCylinder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/epi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Rigid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/SetoidRewrite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/FunextVarieties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/epi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/BoundedSearch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Decidable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Functorial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/CoreflectiveSubuniverse.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_prod_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Congruence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Coproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/ne_list.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/ConstantDiagram.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Cocone.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos/Spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/nat_int.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Cocone.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Isomorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UnitCounitCoercions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/QuotientRing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UnitCounitCoercions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Homomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law3/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/TruncType.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_congruence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/int_abs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Homomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law1/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/V.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Cantor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Cantor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/BoundedSearch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Functorial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Congruence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/isomorphisms/rings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/Ideal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/GCH.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Cone.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/Ideal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/FunextVarieties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/TorusEquivCircles.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Ordinals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/HoTTBook.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/list.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Projective.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Sigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/semirings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Modality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Ordinals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Sigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Analysis/Locator.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Paths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Functorial/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Coproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Hopf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/archimedean.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law1/Law.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/CommutativeSquares.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Finite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/archimedean.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UnitCounit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToSet/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UnitCounit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/GCH.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat/Arithmetic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/PathAny.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Hexadecimal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Diagram.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/dec_fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Hexadecimal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Topological.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Group.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_subalgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/apartness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbProjective.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/AC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/list.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Sequential.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/UnivalenceVarieties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Nullification.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial/Parts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/FunctorCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UniversalMorphisms/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/FunctorCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbProjective.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/ChineseRemainder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/KanExtensions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Pointwise/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_subalgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/ChineseRemainder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pTrunc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spectra/Spectrum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_setalgebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/dec_fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/FreeIntQuotient.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/PathCube.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Hexadecimal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/AC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/BlakersMassey.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/FreeProduct.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Localization.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Morphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Functorial/Attributes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Nullification.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/binary_naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Identity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pFiber.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pEquiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/TwoSphere.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Paths.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EncodeDecode.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/TwoSphere.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/ne_list.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Structure/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EncodeDecode.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/FreeIntQuotient.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Structure/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Nat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/DisplayedEquiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/Interval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Decimal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_isomorphic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Functorial/Attributes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/list.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Nat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Constant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_isomorphic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/PropTrunc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Contractible.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/CategoryOfSections/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1759.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Contractible.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/GCH.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Suspension.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Contractible.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Equiv/Relational.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/family_prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Suspension.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/SuccessorStructure.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Universe.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SimplicialSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Equiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law2/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/CoreLaws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_setalgebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/ExactSequence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Yoneda.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/DualFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/JoinAssoc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Yoneda.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/UniverseLevel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ChainCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/EmptyCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Induced.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/BoundedSearch.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Displayed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Prod/Universal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/additional_operations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Pushout.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/RewriteModuloAssociativity.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/BoundedSearch.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/PathSquare.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Limit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Prod/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/UnivalenceImpliesFunext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/KanExtensions/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/SpanPushout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Limit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Descent.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/UnivalenceImpliesFunext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/dec_fields.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Pointwise.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Pushout.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/peano_naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/IWType.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Attributes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SimplicialSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Presentation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory/Morphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Decidable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/ClassifyingSpace.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Structure/IdentityPrinciple.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Pullback.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinInduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/CategoryOfSections.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/PathAny.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/archimedean.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Ext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ProductLaws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/abstract_algebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Lex.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Powers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ChainCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/ParallelPair.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Pushout.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Cover.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Z.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/NaturalTransformations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/FreeGroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/assume_rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Subgroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Z.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/additional_operations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/rationals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/PullbackFiberSequence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/LawsTactic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Addition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Equiv/Relational.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/lattices.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/archimedean.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Equiv/PathSplit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Decimal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FundamentalPreGroupoidCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Coeq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/ooAction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/UniversalProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Card.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/ooAction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Wedge.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/Torus.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/ZeroGroupoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Aut.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/ZeroGroupoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/PseudonaturalTransformation/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/family_prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/PointedCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/canonical_names.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/SpanPushout.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/KanExtensions/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/PointedCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Hopf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/archimedean.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Prod/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Pointwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Powers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Centralizer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/EquivalenceInduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Prod/Functorial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/DirectSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Equiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/field_of_fractions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Induced.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/assume_rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Pointwise/Properties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pModality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/WhiteheadsPrinciple.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/OnObjects.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/SeparatedTrunc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/GroupoidCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Trunc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Pullback.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pSect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/archimedean.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Cat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FundamentalPreGroupoidCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/Loops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Laws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Functorial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Paths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Laws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/additional_operations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Monoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Functorial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Monoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/SpanPushout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Adjoint.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/SpanPushout.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/CRing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Forall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Meet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Coeq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Factorization.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Universe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Morphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Pointwise/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/surjective_factor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/NullHomotopy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Fin.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Bifunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Hom.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/HomFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Equiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/orders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/RewriteModuloAssociativity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Identity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/TwoOneCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Functorish.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/SeparatedTrunc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/GroupoidCategory/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/Univalent.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github754.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPath.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToSet/Morphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Cat/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/Univalent.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/BaerSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HomotopyGroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Notnot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/iso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/DDiagram.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/TermAlgebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/DDiagram.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Cat/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/PropResizing/ImpredicativeTruncation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/TermAlgebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EvaluationFibration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Projection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Cantor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1759.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_tac.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Cantor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/monad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Equiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Abelianization.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EvaluationFibration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Functorial/Attributes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Functorial/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Yoneda.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Sequence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpaceS1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/rings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Functorial/Attributes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/GraphQuotient.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EMSpace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/GCHtoAC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/TruncImpliesFunext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Nullification.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/Connectedness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout_Flattening.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/round.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/surjective_factor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Nat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Objects.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Notations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToSet/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/IndiscreteCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/rings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Products.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_homomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github754.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Notations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Products.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/Hartogs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/Identity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Spheres.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_quotient_algebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/iso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EncodeDecode.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_congruence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Pointed/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout_Flattening.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Unit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Spec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/unique_choice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/quotient.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_congruence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Pointed/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1759.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/monad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Equiv/BiInv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/GraphQuotient.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1791.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/No/Negation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/NatTrans.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Identity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Notnot.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1791.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/TruncImpliesFunext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Span.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/PseudofunctorToCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Congruence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pSusp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Biproduct.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/family_prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/SixTerm.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/round.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Paths.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Representable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Kernel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Circle.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Algebra/Groups/Presentation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition/Functorial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Datatypes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/family_prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/DualFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/SetCone.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Quotient/Choice.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/PropResizing/ImpredicativeTruncation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Prod/Functorial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/GroupoidCategory/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Accessible.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/ooGroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory/Functors/SetProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NatCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Congruence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbHom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/DependentProduct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Congruence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Quotient.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/ShortExactSequence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Cat/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/DProp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Dual.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Wedge.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/unique_choice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Fracture.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Separated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/DDiagram.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github390.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/maps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UnitCounit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/categories/ua_category.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/CayleyDickson.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/LaxComma/CoreParts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github390.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/JoinSusp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Bool/IncoherentIdempotent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/orders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Arrow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Pi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/orders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/nat_distance.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Moduli.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathCube.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Congruence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_pol.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Dual.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law2/Law.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law2/Law.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/RewriteLaws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1758.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Structure/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/PseudonaturalTransformation/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/QuotientGroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Equiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/QuotientGroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/NullHomotopy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToSet/Univalent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Identity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HFiber.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Paths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/Z.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/dec_fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/ExcludedMiddle.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/dec_fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/BinderApply.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Contrib/SetoidRewrite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law2/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/SetCone.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/groups.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Arrow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Equalizer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Empty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Closed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Empty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Projection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbelianGroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_first_isomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/pointwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/GroupoidCategory/Dual.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Cocone.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Cyclic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/PinSn.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Dual.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial/Laws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/pointwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/LawsTactic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Univalent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_quote.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Coequalizer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/EquivGpd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Induced.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Dual.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/HomFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Pointwise.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Cone.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Functorial.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Coequalizer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/GrpPullback.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1758.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Induced.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/AC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Equiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Flattening.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_algebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/BinderApply.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FundamentalPreGroupoidCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathSquare.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/WType.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Pointwise.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical/DPathSquare.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/CategoryOfGroupoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/HomCoercions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Flattening.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/CategoryOfGroupoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/ProjectionFunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/hprop_lattice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/hprop_lattice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law1/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1758.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Hopf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/AssociativityLaw.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github370.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/GroupCoeq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/ObjectClassifier.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Image.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/TorusEquivCircles.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Cat/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Square.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law0.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Cat/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/FunextVarieties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github370.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/OnObjects.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Bouquet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/IdentityLaws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/lattices.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_second_isomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Paths.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Idempotents.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Operation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1382.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Operation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Smash.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law3/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/Flattening.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/NaturalTransformations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Topological.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbPushout.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/FromFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/surjective_factor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition/Laws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pTrunc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Classes/ring_tac.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Identity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/BAut/Cantor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Hom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Numeral.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Functorial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/MappingCylinder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_third_isomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Functorial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Numeral.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/apartness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/surjective_factor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Diagram.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/EquivGroupoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Hexadecimal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpace/Coherent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/HomotopyPreCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition/Functorial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/ZeroGroupoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Dual.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/LoopExp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Equalizer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UnitCounitCoercions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/CoreflectiveSubuniverse.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Presentation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/Interval.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Freudenthal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HoTT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Freudenthal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Pi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Presentation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HoTT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Pi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Coproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/KanExtensions/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/QuotientRing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations/SeparatedTrunc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos/Spec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Constant.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/KanExtensions/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Functorish.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/epi.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Identity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory/Functors/SetProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Functorish.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/GroupoidCategory/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Projective.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Truncations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Decimal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Projective.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law4/Law.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github973.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings/ChineseRemainder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/integers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbProjective.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Dual.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Decidable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law4/Functors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/CategoryOfSections/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Pos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/nat_int.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/TruncType.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Datatypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Nat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/EvalIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/OnMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_prod_algebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Card.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law3/Law.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/FinNat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Opposite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/EvalIn.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Limits/Limit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Homomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Coproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Idempotents.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Dual.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Lagrange.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_setalgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Objects.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Sequence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_setalgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Universal/Algebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/ExcludedMiddle.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Algebra/Groups/Presentation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/KanExtensions/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Isomorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/UniversalMorphisms/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Pseudofunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ChainCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/IntervalImpliesFunext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ChainCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/TorusHomotopy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/ConstantDiagram.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Cat/Morphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/ConstantDiagram.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/ua_isomorphic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/UnitCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Attributes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/IndiscreteCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/GCH.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Hopf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spectra/Spectrum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Empty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Contractible.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Opposite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Composition/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/assume_rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Subcategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Subcategory/Full.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Universe.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/Ext.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Utf8.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Nat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/int_abs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pEquiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HProp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/Torus.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/isomorphisms/rings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/PathAny.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/DiscreteCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/FreeIntQuotient.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Structure/Utf8.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/FreeIntQuotient.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/WildCat/Opposite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Wedge.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Strict.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition/Laws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbSES/DirectSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/tactics/ring_tac.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NatCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/iso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Nullification.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Centralizer.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Utf8.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Sum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EMSpace.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/monad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Structure/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/UnivalenceVarieties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Dual.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Induced.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Metatheory/UnivalenceImpliesFunext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/EvalIn.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Cantor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbPullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Paths.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Datatypes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Functors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Metatheory/FunextVarieties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Graph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbPullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Prod/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Pointwise/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/GroupoidCategory/Morphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Closed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Utf8.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/archimedean.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/dec_fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github726.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Axioms/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToSet/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Cubical.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Functorial/Parts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Utf8Minimal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Misc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbHom.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1358.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/HSpaceS1.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Int/Equiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ChainCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Utf8.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Induced.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/Cyclic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Open.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Representable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Bifunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Pseudofunctor/Identity.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Identity.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SimplicialSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout_Flattening.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/integers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/categories/ua_category.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Sigma/OnObjects.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/TwoSphere.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Grothendieck/ToCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/archimedean.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Projection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/PinSn.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Monoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Composition/LawsTactic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/theory/additional_operations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law1/Functors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/Colimit_Pushout_Flattening.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/Join/JoinSusp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_congruence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Paths.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Pointed/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/archimedean.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/IndiscreteCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/NullHomotopy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/CategoryOfGroupoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/ShortExactSequence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/DependentProduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Cat/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/GroupoidCategory/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/DependentProduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Equiv/Relational.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/DualFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Numeral.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/family_prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/WildCat/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/TwoOneCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/AC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Kernel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/HomotopyPreCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Sets/AC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NatCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/InitialTerminalCategory/Pseudofunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Types/Empty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed/pSect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Groups/Image.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Univalent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/GraphQuotient.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/HomFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits/Functors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Sum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Comma/Dual.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/CategoryOfSections/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Torus/TorusHomotopy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Span.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Colimits/SpanPushout.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github1758.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/ua_setalgebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Span.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/round.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Basics/Numeral.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/Forall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws/Law1/Law.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Cat/Morphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Utf8Minimal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Functorish.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Cantor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Dual.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/DDiagram.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spectra/Spectrum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Diagrams/Sequence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/SetCone.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Identity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/rationals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat/EmptyCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/surjective_factor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/interfaces/naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Representable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/SetCone.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Metatheory/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Identity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint/Dual.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Modalities/Identity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/HIT/iso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Adjoint.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tactics/Nameless.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Identity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/orders/sum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Classes/ring_tac.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/AbGroups/AbPullback.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/NaturalTransformation/Sum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/ExponentialLaws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/WildCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Dual.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Homotopy/EvaluationFibration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Classes/implementations/assume_rationals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/FunctorCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Spaces/Finite/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/DiscreteCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Utf8Minimal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Functor/Composition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/SetCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Profunctor/Identity.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Category/Subcategory/Full.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Pointed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/Algebra/Groups/Presentation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Tests/bugs/github973.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Categories/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HoTT/Algebra/Rings.v
# Packages matching: installed # Name # Installed # Synopsis @@ -153,7 +153,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -177,13 +177,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -206,64 +206,64 @@Install dependencies
-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 -> installed seq.base +-> installed menhirSdk.dev -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 --> installed re.1.11.0 -> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev +-> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-14248-8fbdf7.env -# output-file ~/.opam/log/coq-elpi-14248-8fbdf7.out +# env-file ~/.opam/log/coq-elpi-29044-4a9873.env +# output-file ~/.opam/log/coq-elpi-29044-4a9873.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -279,14 +279,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -296,7 +296,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127025519.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240221150200.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -154,7 +154,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -178,13 +178,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -194,77 +194,77 @@Install dependencies
===== 29 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-fcsl-pcm.dev (git+https://github.com/imdea-software/fcsl-pcm.git#master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> installed cppo.1.6.9 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 +-> installed ppx_derivers.1.2.1 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> installed seq.base +-> installed menhirLib.dev +-> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev -> installed re.1.11.0 -> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-17707-cfbad5.env -# output-file ~/.opam/log/coq-elpi-17707-cfbad5.out +# env-file ~/.opam/log/coq-elpi-11457-c1e1eb.env +# output-file ~/.opam/log/coq-elpi-11457-c1e1eb.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -280,14 +280,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -297,7 +297,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201004237.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224164315.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -155,7 +155,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -179,13 +179,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -203,69 +203,69 @@Install dependencies
-> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved coq-fcsl-pcm.dev (git+https://github.com/imdea-software/fcsl-pcm.git#master) --> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> installed ocaml-compiler-libs.v0.12.4 +-> installed result.1.5 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed re.1.11.0 -> installed yojson.2.1.2 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev -> installed menhirSdk.dev +-> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-27906-0eb2a6.env -# output-file ~/.opam/log/coq-elpi-27906-0eb2a6.out +# env-file ~/.opam/log/coq-elpi-14664-cce513.env +# output-file ~/.opam/log/coq-elpi-14664-cce513.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -281,14 +281,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -298,7 +298,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130100429.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224214743.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-http.0.2.1 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install ocamlbuild 0.14.3 - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install seq base - - install coq-menhirlib dev - - install ocaml-compiler-libs v0.12.4 - - install stdlib-shims 0.3.0 - - install coq-paco dev - - install menhirLib dev - - install menhirSdk dev - - install coq-ext-lib dev - - install result 1.5 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install coq-ceres dev - - install yojson 2.1.2 - - install re 1.11.0 - - install menhir dev - - install coq-simple-io dev - - install coq-itree dev - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install coq-parsec 0.1.2 - - install atd 2.15.0 - - install coq-itree-io dev - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install coq-json 0.1.2 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-quickchick dev - - install coq-async-test dev -===== 38 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-async-test.dev (git+https://github.com/liyishuai/coq-async-test) --> retrieved coq-ceres.dev (git+https://github.com/Lysxia/coq-ceres#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-itree.dev (git+https://github.com/DeepSpec/InteractionTrees) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-ext-lib.dev (git+https://github.com/coq-community/coq-ext-lib#master) --> retrieved coq-json.0.1.2 (https://github.com/liyishuai/coq-json/archive/v0.1.2.tar.gz) --> installed coq-ceres.dev --> retrieved coq-itree-io.dev (git+https://github.com/Lysxia/coq-itree-io) --> retrieved coq-paco.dev (git+https://github.com/snu-sf/paco.git#master) --> retrieved coq-parsec.0.1.2 (https://github.com/liyishuai/coq-parsec/archive/v0.1.2.tar.gz) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-quickchick.dev (git+https://github.com/QuickChick/QuickChick#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-simple-io.dev (git+https://github.com/Lysxia/coq-simple-io#master) --> installed coq-ext-lib.dev --> installed coq-paco.dev --> installed coq-parsec.0.1.2 --> installed cppo.1.6.9 --> installed easy-format.1.3.4 --> installed biniou.1.2.2 --> installed coq-simple-io.dev --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed coq-menhirlib.dev --> installed ocamlbuild.0.14.3 --> installed ppx_derivers.1.2.1 --> installed result.1.5 --> installed seq.base --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed coq-itree.dev --> installed ppxlib.0.31.0 --> installed atdgen-runtime.2.15.0 --> installed coq-itree-io.dev --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev -[ERROR] The compilation of coq-json.0.1.2 failed at "make -j4". --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-json.0.1.2 =====================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-json.0.1.2 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -# exit-code 2 -# env-file ~/.opam/log/coq-json-20576-dabc5f.env -# output-file ~/.opam/log/coq-json-20576-dabc5f.out -### output ### -# [...] -# More precisely: -# - ?Ap: Cannot infer the implicit parameter Ap of sequence whose type is -# "Applicative.Applicative option" (no type class instance found) in -# environment: -# T : Type -# f : json -> option T -# j : json -# l : list json -# -# make[1]: *** [Makefile.coq:848: JSON.vo] Error 1 -# make[1]: *** [JSON.vo] Deleting file 'JSON.glob' -# make: *** [Makefile.coq:417: all] Error 2 -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-20576-fc86b4.env -# output-file ~/.opam/log/coq-elpi-20576-fc86b4.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -| - build coq-json 0.1.2 -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-ceres dev -| - install coq-ext-lib dev -| - install coq-itree dev -| - install coq-itree-io dev -| - install coq-menhirlib dev -| - install coq-paco dev -| - install coq-parsec 0.1.2 -| - install coq-simple-io dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ocamlbuild 0.14.3 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130044255.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-http.0.2.1 coq.dev
No files were installed.
+Total: 6 M
+../ocaml-base-compiler.5.1.1/bin/TestHttp.native
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/App/Decode.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/App/AppMessage.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Parser.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Execute.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Semantics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Tester.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Tcp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IShrink/IShrink.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Observe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Gen.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/NetUnix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Semantics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Decode.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Tester.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Encode.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Message.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Trace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Parser.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Codec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Printer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IShrink/IShrink.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Tcp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/App/AppMessage.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/NetUnix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Message.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/App/Form.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Observe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Gen.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Semantics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Decode.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Execute.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Parser.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Tester.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Printer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/App/Decode.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/IShrink/IShrink.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/App/AppMessage.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Encode.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Tcp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Message.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Observe.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Printer.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/NetUnix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Execute.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Decode.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Gen.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Encode.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/App/Decode.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/App/Form.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Trace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Codec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/App/Form.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Trace.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/HTTP/Codec.v
true
opam remove -y coq-http.0.2.1
opam list; echo; timeout 4h opam install -y --deps-only coq-idt.1.2.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-idt.1.2.0 coq.dev
# Packages matching: installed # Name # Installed # Synopsis @@ -147,73 +138,78 @@Install ๐
conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-equations dev A function definition package for Coq -coq-metacoq-common dev The common library of Template Coq and PCUIC -coq-metacoq-template dev A quoting and unquoting library for Coq in Coq -coq-metacoq-utils dev The utility library of Template Coq and PCUIC coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 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 -stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers -[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install coq-idt 1.2.0 + - install stdlib-shims 0.3.0 + - install coq-equations dev + - install coq-metacoq-utils dev + - install coq-metacoq-common dev + - install coq-metacoq-template dev +===== 5 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -Processing 1/3: [coq-idt.1.2.0: http] -Processing 1/3: --> retrieved coq-idt.1.2.0 (https://github.com/ccyip/coq-idt/archive/refs/tags/v1.2.0.tar.gz) -Processing 2/3: [coq-idt: make] -+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0) -- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0' -- COQDEP VFILES -- COQC theories/idt.v -- COQC theories/utils.v -- File "./theories/idt.v", line 222, characters 21-39: -- Error: The reference Universe.of_levels was not found in the current -- environment. -- -- make[2]: *** [Makefile.coq:848: theories/idt.vo] Error 1 -- make[2]: *** [theories/idt.vo] Deleting file 'theories/idt.glob' -- make[1]: *** [Makefile.coq:417: all] Error 2 -- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0' -- make: *** [Makefile:7: all] Error 2 -[ERROR] The compilation of coq-idt.1.2.0 failed at "make -j4". -#=== ERROR while compiling coq-idt.1.2.0 ======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 +-> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) +-> retrieved coq-metacoq-common.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed stdlib-shims.0.3.0 +-> retrieved coq-metacoq-utils.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed coq-equations.dev +-> installed coq-metacoq-utils.dev +-> installed coq-metacoq-common.dev +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq # exit-code 2 -# env-file ~/.opam/log/coq-idt-27542-80fe1a.env -# output-file ~/.opam/log/coq-idt-27542-80fe1a.out +# env-file ~/.opam/log/coq-metacoq-template-11271-b434cd.env +# output-file ~/.opam/log/coq-metacoq-template-11271-b434cd.out ### output ### # [...] -# COQDEP VFILES -# COQC theories/idt.v -# COQC theories/utils.v -# File "./theories/idt.v", line 222, characters 21-39: -# Error: The reference Universe.of_levels was not found in the current -# environment. -# -# make[2]: *** [Makefile.coq:848: theories/idt.vo] Error 1 -# make[2]: *** [theories/idt.vo] Deleting file 'theories/idt.glob' -# make[1]: *** [Makefile.coq:417: all] Error 2 -# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-idt.1.2.0' -# make: *** [Makefile:7: all] Error 2 +# 359 | Declare.declare_variable ~typing_flags:None ~name ~kind (SectionLocalAssum { typ; impl=Glob_term.Explicit; univs=empty_mono_univ_entry }); +# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +# Error: The function applied to this argument has type +# typ:Constr.types -> +# impl:Glob_term.binding_kind -> +# univs:UState.named_universes_entry -> unit +# This argument cannot be applied without label +# make[2]: *** [Makefile.template:765: src/run_template_monad.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-idt 1.2.0 +| - build coq-metacoq-template dev ++- ++- The following changes have been performed +| - install coq-equations dev +| - install coq-metacoq-common dev +| - install coq-metacoq-utils dev +| - install stdlib-shims 0.3.0 +- -- No changes have been performed # Run eval $(opam env) to update the current shell environment -'opam install -y -v coq-idt.1.2.0 coq.dev' failed. +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240220231826.export"
true
No files were installed.
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-infotheo = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-infotheo = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-infotheo = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-infotheo = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-infotheo = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.2.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.2.2.html index 62f193f87dfb..61b1e3cc6054 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.2.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.2.2.html @@ -58,7 +58,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,18 +130,18 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-infotheo = 0.2.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ + - coq-infotheo = 0.2.2 -> coq-mathcomp-ssreflect -> coq < 8.8~ * No agreement on the version of coq-mathcomp-ssreflect: - coq-infotheo = 0.2.2 -> coq-mathcomp-ssreflect * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-infotheo = 0.2.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-infotheo = 0.2.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-infotheo = 0.2.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-infotheo = 0.2.2 -> coq-mathcomp-ssreflect -> coq < 8.15~ * Missing dependency: - coq-infotheo = 0.2.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.2.html index 68fd6f6bf0bb..0ad95030642c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -132,12 +132,12 @@Dry install ๐๏ธ
- coq >= dev - coq-infotheo = 0.2 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-infotheo = 0.2 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-infotheo = 0.2 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-infotheo = 0.2 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-infotheo = 0.2 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.1.html index 9fcf4bbe79d6..62cc5d65118c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,18 +129,18 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-infotheo = 0.3.1 -> coq-mathcomp-ssreflect -> coq < 8.6~ + - coq-infotheo = 0.3.1 -> coq-mathcomp-ssreflect -> coq < 8.8~ * No agreement on the version of coq-mathcomp-ssreflect: - coq-infotheo = 0.3.1 -> coq-mathcomp-ssreflect * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-infotheo = 0.3.1 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-infotheo = 0.3.1 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-infotheo = 0.3.1 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-infotheo = 0.3.1 -> coq-mathcomp-ssreflect -> coq < 8.15~ * Missing dependency: - coq-infotheo = 0.3.1 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.2.html index 107babd2f2eb..758c0a4da72e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,18 +129,18 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-infotheo = 0.3.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ + - coq-infotheo = 0.3.2 -> coq-mathcomp-ssreflect -> coq < 8.8~ * No agreement on the version of coq-mathcomp-ssreflect: - coq-infotheo = 0.3.2 -> coq-mathcomp-ssreflect * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-infotheo = 0.3.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-infotheo = 0.3.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-infotheo = 0.3.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-infotheo = 0.3.2 -> coq-mathcomp-ssreflect -> coq < 8.15~ * Missing dependency: - coq-infotheo = 0.3.2 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.3.html index efacb6395afc..4ae871fe4805 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,18 +129,18 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-infotheo = 0.3.3 -> coq-mathcomp-ssreflect -> coq < 8.6~ + - coq-infotheo = 0.3.3 -> coq-mathcomp-ssreflect -> coq < 8.8~ * No agreement on the version of coq-mathcomp-ssreflect: - coq-infotheo = 0.3.3 -> coq-mathcomp-ssreflect * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-infotheo = 0.3.3 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-infotheo = 0.3.3 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-infotheo = 0.3.3 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-infotheo = 0.3.3 -> coq-mathcomp-ssreflect -> coq < 8.15~ * Missing dependency: - coq-infotheo = 0.3.3 -> coq-mathcomp-ssreflect -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.4.html index a35b70e7f4fa..5e827e5896b3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/infotheo/0.3.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -139,7 +139,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -153,7 +153,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -177,13 +177,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -198,80 +198,80 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-analysis.0.3.11 (https://github.com/math-comp/analysis/archive/0.3.11.tar.gz) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed cppo.1.6.9 +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed menhirSdk.dev -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 -> installed re.1.11.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev -> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-22526-c36b07.env -# output-file ~/.opam/log/coq-elpi-22526-c36b07.out +# env-file ~/.opam/log/coq-elpi-13293-972ca7.env +# output-file ~/.opam/log/coq-elpi-13293-972ca7.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -287,14 +287,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -304,7 +304,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127010554.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222091952.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -153,7 +153,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -177,13 +177,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -198,12 +198,12 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-analysis.0.3.13 (https://github.com/math-comp/analysis/archive/0.3.13.tar.gz) @@ -218,60 +218,60 @@Install dependencies
-> installed easy-format.1.3.4 -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 -> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 +-> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed re.1.11.0 +-> installed ocaml-compiler-libs.v0.12.4 +-> installed sexplib0.v0.16.0 -> installed yojson.2.1.2 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-2995-66ac0a.env -# output-file ~/.opam/log/coq-elpi-2995-66ac0a.out +# env-file ~/.opam/log/coq-elpi-26010-31b986.env +# output-file ~/.opam/log/coq-elpi-26010-31b986.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -287,14 +287,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -304,7 +304,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129114123.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223145320.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -153,7 +153,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -177,13 +177,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -206,8 +206,8 @@Install dependencies
-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-analysis.0.3.13 (https://github.com/math-comp/analysis/archive/0.3.13.tar.gz) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) @@ -216,62 +216,62 @@Install dependencies
-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 -> installed re.1.11.0 -> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirSdk.dev -> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-10159-15bc5d.env -# output-file ~/.opam/log/coq-elpi-10159-15bc5d.out +# env-file ~/.opam/log/coq-elpi-16309-53b1cb.env +# output-file ~/.opam/log/coq-elpi-16309-53b1cb.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -287,14 +287,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -304,7 +304,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131005614.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225051913.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -153,7 +153,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -177,13 +177,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -201,77 +201,77 @@Install dependencies
-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-mathcomp-analysis.0.5.4 (https://github.com/math-comp/analysis/archive/0.5.4.tar.gz) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-mathcomp-analysis.0.5.4 (https://github.com/math-comp/analysis/archive/0.5.4.tar.gz) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 -> installed seq.base --> installed sexplib0.v0.16.0 +-> installed menhirSdk.dev -> installed ocaml-compiler-libs.v0.12.4 +-> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 --> installed re.1.11.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 +-> installed re.1.11.0 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-15446-c4d01f.env -# output-file ~/.opam/log/coq-elpi-15446-c4d01f.out +# env-file ~/.opam/log/coq-elpi-23504-50a95e.env +# output-file ~/.opam/log/coq-elpi-23504-50a95e.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -287,14 +287,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -304,7 +304,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128131730.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223110736.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -154,7 +154,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -178,13 +178,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -199,80 +199,80 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-analysis.0.5.4 (https://github.com/math-comp/analysis/archive/0.5.4.tar.gz) -> installed cmdliner.1.2.0 +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-mathcomp-analysis.0.5.4 (https://github.com/math-comp/analysis/archive/0.5.4.tar.gz) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> installed cppo.1.6.9 -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> installed result.1.5 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 --> installed re.1.11.0 +-> installed menhirLib.dev -> installed sexplib0.v0.16.0 +-> installed re.1.11.0 +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-15266-769875.env -# output-file ~/.opam/log/coq-elpi-15266-769875.out +# env-file ~/.opam/log/coq-elpi-31077-b5e466.env +# output-file ~/.opam/log/coq-elpi-31077-b5e466.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -288,14 +288,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -305,7 +305,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127225343.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225042406.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -153,7 +153,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -177,13 +177,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -198,16 +198,16 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-analysis.0.5.4 (https://github.com/math-comp/analysis/archive/0.5.4.tar.gz) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) @@ -218,60 +218,60 @@Install dependencies
-> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 +-> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev +-> installed sexplib0.v0.16.0 +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed re.1.11.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-15251-50614e.env -# output-file ~/.opam/log/coq-elpi-15251-50614e.out +# env-file ~/.opam/log/coq-elpi-14196-549ce2.env +# output-file ~/.opam/log/coq-elpi-14196-549ce2.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -287,14 +287,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -304,7 +304,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128034227.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222034622.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -154,7 +154,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -178,13 +178,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -202,13 +202,13 @@Install dependencies
-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-analysis.0.5.4 (https://github.com/math-comp/analysis/archive/0.5.4.tar.gz) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-mathcomp-analysis.0.5.4 (https://github.com/math-comp/analysis/archive/0.5.4.tar.gz) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) @@ -217,62 +217,62 @@Install dependencies
-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> installed seq.base --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> installed ocaml-compiler-libs.v0.12.4 +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 +-> installed menhirLib.dev -> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 +-> installed re.1.11.0 +-> installed menhirSdk.dev -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 +-> installed ppxlib.0.32.0 -> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-24216-ca83d4.env -# output-file ~/.opam/log/coq-elpi-24216-ca83d4.out +# env-file ~/.opam/log/coq-elpi-2490-fabfcd.env +# output-file ~/.opam/log/coq-elpi-2490-fabfcd.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -288,14 +288,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -305,7 +305,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130084136.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223235950.export"
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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.17" & < "8.20~") | (= "dev") } + "coq-mathcomp-ssreflect" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-fingroup" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-algebra" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-solvable" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-field" { (>= "1.16.0" & < "1.20.0") | (= "dev") } + "coq-mathcomp-analysis" { (>= "0.6.6") & (< "0.8~")} + "coq-hierarchy-builder" { >= "1.5.0" } + "coq-mathcomp-algebra-tactics" { = "1.1.1" } +] +tags: [ + "keyword:information theory" + "keyword:probability" + "keyword:error-correcting codes" + "keyword:convexity" + "logpath:infotheo" + "date:2024-02-04" +] +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 { + src: "https://github.com/affeldt-aist/infotheo/archive/0.6.1.tar.gz" + checksum: "sha512=b19de685499aab32226f5da90256755536c7b26e6751708b291b137f1fb1a3368ba8ec537472f375b8f656012b067b4e5dc4391ffcbd7924d5bdd0b7f8a79a3d" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-infotheo.0.6.1 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-infotheo >= 0.6.1 -> coq-mathcomp-algebra-tactics = 1.1.1 -> coq < 8.20~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-infotheo >= 0.6.1 -> coq-mathcomp-algebra-tactics = 1.1.1 -> coq < 8.20~ -> ocaml < 4.05.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.1.1 + - coq-infotheo >= 0.6.1 -> coq-mathcomp-algebra-tactics = 1.1.1 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-infotheo >= 0.6.1 -> coq-mathcomp-algebra-tactics = 1.1.1 -> coq < 8.20~ + * Missing dependency: + - coq-infotheo >= 0.6.1 -> coq-mathcomp-algebra-tactics = 1.1.1 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-variants -> 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.6.1
true
true
No files were installed.
+true
# Packages matching: installed # Name # Installed # Synopsis @@ -148,7 +148,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -177,13 +177,13 @@Install dependencies
- install re 1.11.0 - install conf-autoconf 0.1 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -193,26 +193,26 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed conf-g++.1.0 -> installed conf-which.1 +-> installed conf-autoconf.0.1 -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed conf-autoconf.0.1 -> installed cmdliner.1.2.0 --> retrieved coq-coquelicot.dev (git+https://gitlab.inria.fr/coquelicot/coquelicot.git) -> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) +-> retrieved coq-coquelicot.dev (git+https://gitlab.inria.fr/coquelicot/coquelicot.git) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-flocq.dev (git+https://gitlab.inria.fr/flocq/flocq.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed coq-bignums.dev -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) @@ -220,53 +220,53 @@Install dependencies
-> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed sexplib0.v0.16.0 +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.11.0 +-> installed sexplib0.v0.16.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed coq-flocq.dev -> installed menhirLib.dev +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". +-> installed coq-flocq.dev #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-4433-43e164.env -# output-file ~/.opam/log/coq-elpi-4433-43e164.out +# env-file ~/.opam/log/coq-elpi-8908-fbdc4c.env +# output-file ~/.opam/log/coq-elpi-8908-fbdc4c.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -287,14 +287,14 @@Install dependencies
| - install coq-flocq dev | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -304,7 +304,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131021950.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222045839.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-hello-world < 1.1.0 -> coq-io-system < 2.3.0 -> coq-io-system-ocaml -> ocaml < 4.06.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.1.1 - - coq-io-hello-world < 1.1.0 -> coq-io-system < 2.3.0 -> coq-io-system-ocaml -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-hello-world < 1.1.0 -> coq-io-system < 2.3.0 -> coq-io-system-ocaml -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-hello-world < 1.1.0 -> coq-io-system < 2.3.0 -> coq-io-system-ocaml -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-hello-world/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-hello-world/1.1.0.html index 7da684b3c513..670f744b8ad3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-hello-world/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-hello-world/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-hello-world = 1.1.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-io-hello-world = 1.1.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-hello-world = 1.1.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-hello-world = 1.1.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-hello-world/1.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-hello-world/1.2.0.html index 4d9b2eb54f25..6db8a7b2e4d6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-hello-world/1.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-hello-world/1.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,12 +113,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-hello-world >= 1.2.0 -> coq-io-system-ocaml >= 2.3.0 -> ocaml < 4.06.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.1.1 - - coq-io-hello-world >= 1.2.0 -> coq-io-system-ocaml >= 2.3.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-hello-world >= 1.2.0 -> coq-io-system-ocaml >= 2.3.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-hello-world >= 1.2.0 -> coq-io-system-ocaml >= 2.3.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-list/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-list/1.0.0.html index 8d8088a5a733..2c1835f1f20a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-list/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-list/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,14 +111,14 @@Dry install ๐๏ธ
- coq >= dev - coq-io-list < 1.1.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-list < 1.1.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-io-list < 1.1.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-list < 1.1.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-io-list < 1.1.0 -> coq < 8.16~ * Missing dependency: - coq-io-list < 1.1.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-list/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-list/1.1.0.html index fe539ef56829..7bde4289c26b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-list/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-list/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,14 +111,14 @@Dry install ๐๏ธ
- coq >= dev - coq-io-list >= 1.1.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-list >= 1.1.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-io-list >= 1.1.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-list >= 1.1.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-io-list >= 1.1.0 -> coq < 8.16~ * Missing dependency: - coq-io-list >= 1.1.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.0.0.html index 2d790874fdff..d58d985bc150 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system-ocaml < 2.1.0 -> ocaml < 4.06.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.1.1 - - coq-io-system-ocaml < 2.1.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system-ocaml < 2.1.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system-ocaml < 2.1.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.1.0.html index e25c92025ffe..5f17fde54f12 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system-ocaml = 2.1.0 -> ocaml < 4.06.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.1.1 - - coq-io-system-ocaml = 2.1.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system-ocaml = 2.1.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system-ocaml = 2.1.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.2.0.html index 43db588a2641..f2eb4089f879 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system-ocaml = 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-io-system-ocaml = 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system-ocaml = 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system-ocaml = 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.3.0.html index 90aa2d8fc983..ed655ceb9751 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.3.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.3.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system-ocaml = 2.3.0 -> ocaml < 4.06.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.1.1 - - coq-io-system-ocaml = 2.3.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system-ocaml = 2.3.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system-ocaml = 2.3.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.3.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.3.1.html index 5896bf13211f..059faf702a85 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.3.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system-ocaml/2.3.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system-ocaml >= 2.3.1 -> lwt < 5 -> ocaml < 3.13.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.1.1 - - coq-io-system-ocaml >= 2.3.1 -> lwt < 5 -> ocaml < 3.13.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system-ocaml >= 2.3.1 -> lwt < 5 -> ocaml < 3.13.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system-ocaml >= 2.3.1 -> lwt < 5 -> ocaml < 3.13.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.0.0.html index 142b90a01021..6e672c93ccaf 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system < 2.1.0 -> coq-io-system-ocaml -> ocaml < 4.06.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.1.1 - - coq-io-system < 2.1.0 -> coq-io-system-ocaml -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system < 2.1.0 -> coq-io-system-ocaml -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system < 2.1.0 -> coq-io-system-ocaml -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.1.0.html index 2b9e4bc669f3..c2023287c9b2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system = 2.1.0 -> coq-io-system-ocaml >= 2.1.0 -> ocaml < 4.06.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.1.1 - - coq-io-system = 2.1.0 -> coq-io-system-ocaml >= 2.1.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system = 2.1.0 -> coq-io-system-ocaml >= 2.1.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system = 2.1.0 -> coq-io-system-ocaml >= 2.1.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.2.0.html index 2694d021a4ba..96eb176725ad 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system = 2.2.0 -> coq-io-system-ocaml < 2.3.0 -> ocaml < 4.06.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.1.1 - - coq-io-system = 2.2.0 -> coq-io-system-ocaml < 2.3.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system = 2.2.0 -> coq-io-system-ocaml < 2.3.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system = 2.2.0 -> coq-io-system-ocaml < 2.3.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.3.0.html index e48170e12515..dad967d822a7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.3.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.3.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system = 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-io-system = 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system = 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system = 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.4.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.4.0.html index ac9219ddd054..144f440d223d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.4.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.4.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system = 2.4.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-io-system = 2.4.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system = 2.4.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system = 2.4.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.4.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.4.1.html index 38a16b6fb6b8..b1308a25abad 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.4.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io-system/2.4.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io-system >= 2.4.1 -> coq-io-system-ocaml >= 2.3.0 -> ocaml < 4.06.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.1.1 - - coq-io-system >= 2.4.1 -> coq-io-system-ocaml >= 2.3.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io-system >= 2.4.1 -> coq-io-system-ocaml >= 2.3.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io-system >= 2.4.1 -> coq-io-system-ocaml >= 2.3.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/2.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/2.0.0.html index 101be6f556fa..30ef4807ef31 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/2.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/2.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/2.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/2.1.0.html index 55c94d779ca7..897a44239b60 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/2.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/2.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.0.0.html index 5db25eaa34e6..3dd929f2a2e2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.1.0.html index 1ce184918e79..725235d7d067 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.2.0.html index 44553773d272..8ad24c23d636 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -110,12 +110,12 @@Dry install ๐๏ธ
- coq >= dev - coq-io = 3.2.0 -> coq < 8.5~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io = 3.2.0 -> coq < 8.5~ -> ocaml < 4.05.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.1.1 - - coq-io = 3.2.0 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io = 3.2.0 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io = 3.2.0 -> coq < 8.5~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.3.0.html index a4806dce32f9..bf86401655a7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.3.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/3.3.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -110,12 +110,12 @@Dry install ๐๏ธ
- coq >= dev - coq-io = 3.3.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io = 3.3.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-io = 3.3.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io = 3.3.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-io = 3.3.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/4.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/4.0.0.html index 22dc0e82a919..4d017a2f9238 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/4.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/io/4.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,14 +113,14 @@Dry install ๐๏ธ
- coq >= dev - coq-io >= 4.0.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-io >= 4.0.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-io >= 4.0.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-io >= 4.0.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-io >= 4.0.0 -> coq < 8.16~ * Missing dependency: - coq-io >= 4.0.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.10.0.html index 85b638260cdf..f9f9e6d389c5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -128,12 +128,12 @@Dry install ๐๏ธ
- coq >= dev - coq-ipc = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ipc = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-ipc = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ipc = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-ipc = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.5.0.html index 83e495897a31..e5eafecc2dd8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
- coq >= dev - coq-ipc < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ipc < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-ipc < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ipc < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-ipc < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.6.0.html index e95ec16c6aa7..9624e383aeca 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
- coq >= dev - coq-ipc = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ipc = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-ipc = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ipc = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-ipc = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.7.0.html index 6b5ebf81bf60..d278646c588c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
- coq >= dev - coq-ipc = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ipc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-ipc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ipc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-ipc = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.8.0.html index 68bb5912ec04..f9ba4ae9a6d1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
- coq >= dev - coq-ipc = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ipc = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-ipc = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ipc = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-ipc = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.9.0.html index 0e1fcb85b624..043e6c9bfb05 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -128,12 +128,12 @@Dry install ๐๏ธ
- coq >= dev - coq-ipc = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ipc = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-ipc = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ipc = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-ipc = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/dev.html index 839b66bf3b97..4b8733f63571 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ipc/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -147,7 +147,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -165,8 +165,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-ipc.dev # command ~/.opam/opam-init/hooks/sandbox.sh build coq_makefile -f Make -o Makefile # exit-code 1 -# env-file ~/.opam/log/coq-ipc-19951-07de4a.env -# output-file ~/.opam/log/coq-ipc-19951-07de4a.out +# env-file ~/.opam/log/coq-ipc-7659-95f589.env +# output-file ~/.opam/log/coq-ipc-7659-95f589.out ### output ### # Error: Make: No such file or directory. <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.4.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.4.0.html index 6c2dc02c516a..5295905b764e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.4.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.4.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -132,7 +132,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -152,8 +152,8 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-stdpp.1.5.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-stdpp-21695-f308cf.env -# output-file ~/.opam/log/coq-stdpp-21695-f308cf.out +# env-file ~/.opam/log/coq-stdpp-14764-08d88f.env +# output-file ~/.opam/log/coq-stdpp-14764-08d88f.out ### output ### # [...] # whenever possible. Use the attributes #[local], #[global] and #[export] diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.5.0.html index db16a874d580..983d237cf284 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,7 +134,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -154,8 +154,8 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-stdpp.1.6.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-stdpp-6054-0633f6.env -# output-file ~/.opam/log/coq-stdpp-6054-0633f6.out +# env-file ~/.opam/log/coq-stdpp-29859-e686bd.env +# output-file ~/.opam/log/coq-stdpp-29859-e686bd.out ### output ### # [...] # whenever possible. Use the attributes #[local], #[global] and #[export] diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.6.0.html index c610effc078a..f52b20faa95b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/3.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,7 +134,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -154,8 +154,8 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-stdpp.1.7.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-stdpp-15910-1965bf.env -# output-file ~/.opam/log/coq-stdpp-15910-1965bf.out +# env-file ~/.opam/log/coq-stdpp-22205-8b461c.env +# output-file ~/.opam/log/coq-stdpp-22205-8b461c.out ### output ### # [...] # #[global] for ':>' currently. Add an explicit #[global] attribute to the diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/4.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/4.0.0.html index 616d8ccb93b3..10e51c6ed8e7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/4.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/4.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,7 +134,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -146,19 +146,19 @@Install dependencies
- install coq-iris 4.0.0 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved coq-iris.4.0.0 (https://gitlab.mpi-sws.org/iris/iris/-/archive/iris-4.0.0.tar.gz) -> retrieved coq-stdpp.1.8.0 (https://gitlab.mpi-sws.org/iris/stdpp/-/archive/coq-stdpp-1.8.0.tar.gz) +-> retrieved coq-iris.4.0.0 (https://gitlab.mpi-sws.org/iris/iris/-/archive/iris-4.0.0.tar.gz) [ERROR] The compilation of coq-stdpp.1.8.0 failed at "./make-package stdpp -j4". #=== ERROR while compiling coq-stdpp.1.8.0 ====================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-stdpp.1.8.0 # command ~/.opam/opam-init/hooks/sandbox.sh build ./make-package stdpp -j4 # exit-code 2 -# env-file ~/.opam/log/coq-stdpp-21662-09705b.env -# output-file ~/.opam/log/coq-stdpp-21662-09705b.out +# env-file ~/.opam/log/coq-stdpp-16671-deee50.env +# output-file ~/.opam/log/coq-stdpp-16671-deee50.out ### output ### # [...] -# COQC stdpp/functions.v +# [deprecated-tactic-notation-since-8.18,deprecated-since-8.18,deprecated-tactic-notation,deprecated,default] # COQC stdpp/hlist.v # COQC stdpp/telescopes.v # COQC stdpp/numbers.v diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/4.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/4.1.0.html index 6c178cfe2431..81ab026a7fbe 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/4.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-heap-lang/4.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,7 +134,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -154,12 +154,11 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-stdpp.1.9.0 # command ~/.opam/opam-init/hooks/sandbox.sh build ./make-package stdpp -j4 # exit-code 2 -# env-file ~/.opam/log/coq-stdpp-32600-d1533f.env -# output-file ~/.opam/log/coq-stdpp-32600-d1533f.out +# env-file ~/.opam/log/coq-stdpp-28939-de1495.env +# output-file ~/.opam/log/coq-stdpp-28939-de1495.out ### output ### # [...] # [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] -# COQC stdpp/functions.v # COQC stdpp/hlist.v # COQC stdpp/telescopes.v # COQC stdpp/numbers.v @@ -169,6 +168,7 @@Install dependencies
# # make[1]: *** [Makefile.package.stdpp:848: stdpp/numbers.vo] Error 1 # make[1]: *** [stdpp/numbers.vo] Deleting file 'stdpp/numbers.glob' +# make[1]: *** Waiting for unfinished jobs.... # make: *** [Makefile.package.stdpp:417: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-string-ident/0.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-string-ident/0.1.0.html index 250c7383b90a..981da0505cef 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-string-ident/0.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris-string-ident/0.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,14 +113,14 @@Dry install ๐๏ธ
- coq >= dev - coq-iris-string-ident -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-iris-string-ident -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-iris-string-ident -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-iris-string-ident -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-iris-string-ident -> coq < 8.14~ * Missing dependency: - coq-iris-string-ident -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris/3.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris/3.0.0.html index f6294e86692a..e37efff129d4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris/3.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iris/3.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,7 +118,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -132,7 +132,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -156,13 +156,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -171,8 +171,8 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) @@ -182,61 +182,61 @@Install dependencies
-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> installed cppo.1.6.9 -> installed biniou.1.2.2 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> installed seq.base +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirSdk.dev +-> installed menhirLib.dev +-> installed result.1.5 -> installed re.1.11.0 +-> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-21436-c9b749.env -# output-file ~/.opam/log/coq-elpi-21436-c9b749.out +# env-file ~/.opam/log/coq-elpi-4636-4c654b.env +# output-file ~/.opam/log/coq-elpi-4636-4c654b.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -252,14 +252,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -269,7 +269,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127032640.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224132605.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -131,7 +131,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -156,13 +156,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -170,62 +170,64 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-stdpp.1.1.0 (https://gitlab.mpi-sws.org/iris/stdpp/-/archive/coq-stdpp-1.1.0.tar.gz) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed cppo.1.6.9 -[ERROR] The compilation of coq-stdpp.1.1.0 failed at "make -j4". -> installed easy-format.1.3.4 --> installed biniou.1.2.2 +[ERROR] The compilation of coq-stdpp.1.1.0 failed at "make -j4". -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> installed cppo.1.6.9 +-> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> installed menhirLib.dev +-> installed seq.base -> installed result.1.5 +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirSdk.dev +-> installed sexplib0.v0.16.0 -> installed re.1.11.0 -> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". +-> installed elpi.1.18.1 +-> installed coq-elpi.dev +-> installed coq-hierarchy-builder.dev +-> installed coq-mathcomp-ssreflect.dev #=== ERROR while compiling coq-stdpp.1.1.0 ====================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-stdpp.1.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-stdpp-4403-905171.env -# output-file ~/.opam/log/coq-stdpp-4403-905171.out +# env-file ~/.opam/log/coq-stdpp-14175-3233b0.env +# output-file ~/.opam/log/coq-stdpp-14175-3233b0.out ### output ### # [...] # File "./theories/base.v", line 124, characters 0-42: @@ -240,60 +242,41 @@Install dependencies
# make[1]: *** [Makefile.coq:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-stdpp.1.1.0' # make: *** [Makefile:6: all] Error 2 -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-4403-613261.env -# output-file ~/.opam/log/coq-elpi-4403-613261.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev | - build coq-stdpp 1.1.0 +- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 ++- The following changes have been performed +| - install atd 2.15.0 +| - install atdgen 2.15.0 +| - install atdgen-runtime 2.15.0 +| - install atdts 2.15.0 +| - install biniou 1.2.2 +| - install camlp-streams 5.0.1 +| - install cmdliner 1.2.0 +| - install coq-elpi dev +| - install coq-hierarchy-builder dev +| - install coq-mathcomp-ssreflect dev +| - install cppo 1.6.9 +| - install easy-format 1.3.4 +| - install elpi 1.18.1 +| - install menhir dev +| - install menhirLib dev +| - install menhirSdk dev +| - install ocaml-compiler-libs v0.12.4 +| - install ppx_derivers 1.2.1 +| - install ppx_deriving 5.2.1 +| - install ppxlib 0.32.0 +| - install re 1.11.0 +| - install result 1.5 +| - install seq base +| - install sexplib0 v0.16.0 +| - install stdlib-shims 0.3.0 +| - install yojson 2.1.2 +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129184353.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240220140301.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-itauto = 8.13+no -> ocaml < 4.13~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-itauto = 8.13+no -> ocaml < 4.13~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-itauto = 8.13+no -> ocaml < 4.13~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-itauto = 8.13+no -> ocaml < 4.13~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.13.html index 4bca8ad3c95f..d751d19ee3e3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,14 +113,14 @@Dry install ๐๏ธ
- coq >= dev - coq-itauto < 8.13+no -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-itauto < 8.13+no -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-itauto < 8.13+no -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-itauto < 8.13+no -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-itauto < 8.13+no -> coq < 8.14~ * Missing dependency: - coq-itauto < 8.13+no -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.14.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.14.0.html index 867ce74d458b..7692a831a28a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.14.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.14.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,14 +117,14 @@Dry install ๐๏ธ
- coq >= dev - coq-itauto = 8.14.0 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-itauto = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-itauto = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-itauto = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-itauto = 8.14.0 -> coq < 8.15~ * Missing dependency: - coq-itauto = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.15.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.15.0.html index 255c2b122e96..fd7e3976d0b3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.15.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.15.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,14 +122,14 @@Dry install ๐๏ธ
- coq >= dev - coq-itauto = 8.15.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-itauto = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-itauto = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-itauto = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-itauto = 8.15.0 -> coq < 8.16~ * Missing dependency: - coq-itauto = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.16.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.16.0.html index ecd8035f555a..f8ba42187300 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.16.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.16.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-itauto = 8.16.0 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-itauto = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-itauto = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-itauto = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-itauto = 8.16.0 -> coq < 8.17~ * Missing dependency: - coq-itauto = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.17.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.17.0.html index b96dc837203b..8589428e42cc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.17.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.17.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-itauto = 8.17.0 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-itauto = 8.17.0 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-itauto = 8.17.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-itauto = 8.17.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-itauto = 8.17.0 -> coq < 8.18~ * Missing dependency: - coq-itauto = 8.17.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.18.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.18.0.html index e606e21e92ab..36c4d101a1f3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.18.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.18.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-itauto = 8.18.0 -> coq < 8.19 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-itauto = 8.18.0 -> coq < 8.19 -> ocaml < 4.05.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.1.1 - - coq-itauto = 8.18.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-itauto = 8.18.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-itauto = 8.18.0 -> coq < 8.19 * Missing dependency: - coq-itauto = 8.18.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.19.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.19.0.html index 8891a08c10c1..e50e26718a8f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.19.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/8.19.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-itauto = 8.19.0 -> coq < 8.20 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-itauto = 8.19.0 -> coq < 8.20 -> ocaml < 4.05.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.1.1 - - coq-itauto = 8.19.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-itauto = 8.19.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-itauto = 8.19.0 -> coq < 8.20 * Missing dependency: - coq-itauto = 8.19.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/dev.html index 9e19a34eb763..e7972778a9e6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itauto/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iterable/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iterable/1.0.0.html index 9edddeaaf4cf..6c116cdda1a5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iterable/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/iterable/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itree-extra/5.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itree-extra/5.0.0.html index 0c2de433c763..db98e7cdbf8a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itree-extra/5.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/itree-extra/5.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,7 +124,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install ๐
coq-paco dev Coq library implementing parameterized coinduction coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -172,34 +172,21 @@Install ๐
- 3.8 and will be removed in an upcoming Dune version. - Hint: To disable this warning, add the following to your dune-project file: - (warnings (deprecated_coq_lang_lt_08 disabled)) -- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/Dijkstra/ITreeDijkstra.v) -- File "./extra/Dijkstra/ITreeDijkstra.v", line 253, characters 50-60: -- Warning: -- "auto with *" was used through the default "intuition_solver" tactic. -- This will be replaced by just "auto" in the future. -- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] -- File "./extra/Dijkstra/ITreeDijkstra.v", line 263, characters 37-60: -- Warning: -- "auto with *" was used through the default "intuition_solver" tactic. -- This will be replaced by just "auto" in the future. -- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] -- File "./extra/Dijkstra/ITreeDijkstra.v", line 545, characters 6-51: -- Warning: -- "auto with *" was used through the default "intuition_solver" tactic. -- This will be replaced by just "auto" in the future. -- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] -- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITraceFacts.v) -- File "./extra/ITrace/ITraceFacts.v", line 417, characters 6-29: -- Warning: -- "auto with *" was used through the default "intuition_solver" tactic. -- This will be replaced by just "auto" in the future. -- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] -- File "./extra/ITrace/ITraceFacts.v", line 695, characters 61-71: -- Warning: -- "auto with *" was used through the default "intuition_solver" tactic. -- This will be replaced by just "auto" in the future. -- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] -- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITracePrefix.v) +- (cd _build/default/extra && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqdep -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R . ITree.Extra -dyndep opt -vos Secure/StrongBisimProper.v Secure/SecureStateHandlerPi.v Secure/SecureStateHandler.v Secure/SecureEqWcompat.v Secure/SecureEqProgInsensFacts.v Secure/SecureEqProgInsens.v Secure/SecureEqHaltProgInsens.v Secure/SecureEqHalt.v Secure/SecureEqEuttTrans.v Secure/SecureEqEuttHalt.v Secure/SecureEqBind.v Secure/Labels.v ITrace/ITracePrefix.v ITrace/ITracePreds.v ITrace/ITraceFacts.v ITrace/ITraceDefinition.v ITrace/ITraceBind.v Dijkstra/TracesIT.v Dijkstra/StateSpecT.v Dijkstra/StateIOTrace.v Dijkstra/StateDelaySpec.v Dijkstra/PureITreeDijkstra.v Dijkstra/PureITreeBasics.v Dijkstra/IterRel.v Dijkstra/ITreeDijkstra.v Dijkstra/DijkstraMonad.v Dijkstra/DelaySpecMonad.v IForest.v) > _build/default/extra/.ITree.theory.d +- Warning: in file Secure/SecureEqHalt.v, library Basics.Tacs is required +- from root ITree and has not been found in the loadpath! +- [module-not-found,filesystem,default] +- Warning: in file Secure/Labels.v, library Basics.Tacs is required +- from root ITree and has not been found in the loadpath! +- [module-not-found,filesystem,default] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/Secure/Labels.v) +- File "./extra/Secure/Labels.v", line 3, characters 0-49: +- Error: Cannot find a physical path bound to logical path +- Basics.Tacs with prefix ITree. +- +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/p +[...] truncated +ase-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITracePrefix.v) - File "./extra/ITrace/ITracePrefix.v", line 246, characters 61-71: - Warning: - "auto with *" was used through the default "intuition_solver" tactic. @@ -267,8 +254,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-itree-extra.5.0.0 # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-itree-extra -j 4 @install # exit-code 1 -# env-file ~/.opam/log/coq-itree-extra-24448-3821fb.env -# output-file ~/.opam/log/coq-itree-extra-24448-3821fb.out +# env-file ~/.opam/log/coq-itree-extra-27113-6f6bef.env +# output-file ~/.opam/log/coq-itree-extra-27113-6f6bef.out ### output ### # [...] # This will be replaced by just "auto" in the future. @@ -290,6 +277,7 @@Install ๐
- No changes have been performed # Run eval $(opam env) to update the current shell environment 'opam install -y -v coq-itree-extra.5.0.0 coq.dev' failed. +The middle of the output is truncated (maximum 20000 characters)
opam list; echo; timeout 4h opam install -y -v coq-itree-extra.5.1.2 coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-ext-lib dev a library of Coq definitions, theorems, and tactics +coq-itree dev A Library for Representing Recursive and Impure Programs in Coq +coq-paco dev Coq library implementing parameterized coinduction +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +[NOTE] Package coq is already installed (current version is dev). +The following actions will be performed: + - install coq-itree-extra 5.1.2 +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +Processing 1/3: [coq-itree-extra.5.1.2: http] +Processing 1/3: +-> retrieved coq-itree-extra.5.1.2 (https://github.com/DeepSpec/InteractionTrees/archive/5.1.2.tar.gz) +Processing 2/3: [coq-itree-extra: ./fixup.sh] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "./fixup.sh" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-itree-extra.5.1.2) +Processing 2/3: [coq-itree-extra: dune build] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-itree-extra" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-itree-extra.5.1.2) +- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune +- 3.8 and will be removed in an upcoming Dune version. +- Hint: To disable this warning, add the following to your dune-project file: +- (warnings (deprecated_coq_lang_lt_08 disabled)) +- (cd _build/default/extra && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqdep -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R . ITree.Extra -dyndep opt -vos Secure/StrongBisimProper.v Secure/SecureStateHandlerPi.v Secure/SecureStateHandler.v Secure/SecureEqWcompat.v Secure/SecureEqProgInsensFacts.v Secure/SecureEqProgInsens.v Secure/SecureEqHaltProgInsens.v Secure/SecureEqHalt.v Secure/SecureEqEuttTrans.v Secure/SecureEqEuttHalt.v Secure/SecureEqBind.v Secure/Labels.v ITrace/ITracePrefix.v ITrace/ITracePreds.v ITrace/ITraceFacts.v ITrace/ITraceDefinition.v ITrace/ITraceBind.v Dijkstra/TracesIT.v Dijkstra/StateSpecT.v Dijkstra/StateIOTrace.v Dijkstra/StateDelaySpec.v Dijkstra/PureITreeDijkstra.v Dijkstra/PureITreeBasics.v Dijkstra/IterRel.v Dijkstra/ITreeDijkstra.v Dijkstra/DijkstraMonad.v Dijkstra/DelaySpecMonad.v IForest.v) > _build/default/extra/.ITree.theory.d +- Warning: in file Secure/SecureEqHalt.v, library Basics.Tacs is required +- from root ITree and has not been found in the loadpath! +- [module-not-found,filesystem,default] +- Warning: in file Secure/Labels.v, library Basics.Tacs is required +- from root ITree and has not been found in the loadpath! +- [module-not-found,filesystem,default] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/Secure/Labels.v) +- File "./extra/Secure/Labels.v", line 3, characters 0-49: +- Error: Cannot find a physical path bound to logical path +- Basics.Tacs with prefix ITree. +- +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/p +[...] truncated +coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITraceFacts.v) +- File "./extra/ITrace/ITraceFacts.v", line 417, characters 6-29: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceFacts.v", line 695, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITracePrefix.v) +- File "./extra/ITrace/ITracePrefix.v", line 246, characters 61-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R extra ITree.Extra extra/ITrace/ITraceBind.v) +- File "./extra/ITrace/ITraceBind.v", line 278, characters 12-57: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceBind.v", line 292, characters 35-80: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceBind.v", line 523, characters 10-55: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceBind.v", line 525, characters 10-55: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceBind.v", line 537, characters 21-56: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceBind.v", line 538, characters 29-64: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceBind.v", line 576, characters 36-71: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceBind.v", line 578, characters 38-73: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceBind.v", line 660, characters 27-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./extra/ITrace/ITraceBind.v", line 670, characters 27-72: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +[ERROR] The compilation of coq-itree-extra.5.1.2 failed at "dune build -p coq-itree-extra -j 4 @install". +#=== ERROR while compiling coq-itree-extra.5.1.2 ==============================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-itree-extra.5.1.2 +# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-itree-extra -j 4 @install +# exit-code 1 +# env-file ~/.opam/log/coq-itree-extra-20809-47d809.env +# output-file ~/.opam/log/coq-itree-extra-20809-47d809.out +### output ### +# [...] +# This will be replaced by just "auto" in the future. +# [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +# File "./extra/ITrace/ITraceBind.v", line 660, characters 27-72: +# Warning: +# "auto with *" was used through the default "intuition_solver" tactic. +# This will be replaced by just "auto" in the future. +# [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +# File "./extra/ITrace/ITraceBind.v", line 670, characters 27-72: +# Warning: +# "auto with *" was used through the default "intuition_solver" tactic. +# This will be replaced by just "auto" in the future. +# [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-itree-extra 5.1.2 ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +'opam install -y -v coq-itree-extra.5.1.2 coq.dev' failed. +The middle of the output is truncated (maximum 20000 characters) +
Total: 17 M
-../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttHalt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceBind.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqWcompat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePrefix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsens.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/ITreeDijkstra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/IForest.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandler.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqBind.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttTrans.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandlerPi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateIOTrace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsensFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/TracesIT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHalt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHaltProgInsens.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/DelaySpecMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateDelaySpec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeDijkstra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePreds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateSpecT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeBasics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceBind.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/IterRel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttHalt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/IForest.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceDefinition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceFacts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeDijkstra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/ITreeDijkstra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/StrongBisimProper.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsens.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/DijkstraMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqWcompat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandler.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/Labels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/TracesIT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePrefix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqBind.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHaltProgInsens.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/DelaySpecMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureStateHandlerPi.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateIOTrace.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateDelaySpec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqHalt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqEuttTrans.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/StateSpecT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITracePreds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/SecureEqProgInsensFacts.v
../ocaml-base-compiler.5.1.1/doc/coq-itree-extra/CHANGELOG.md
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/IterRel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/PureITreeBasics.v
../ocaml-base-compiler.5.1.1/lib/coq-itree-extra/dune-package
../ocaml-base-compiler.5.1.1/doc/coq-itree-extra/README.md
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra/DijkstraMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace/ITraceDefinition.v
../ocaml-base-compiler.5.1.1/doc/coq-itree-extra/LICENSE
../ocaml-base-compiler.5.1.1/lib/coq-itree-extra/opam
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/Labels.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure/StrongBisimProper.v
../ocaml-base-compiler.5.1.1/lib/coq-itree-extra/META
No files were installed.
opam remove -y coq-itree-extra.5.1.2
true
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Dijkstra
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/ITrace
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Extra/Secure
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Interp/InterpFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Core/KTreeFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Eq/Rutt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Basics/CategoryTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Basics/CategoryTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Interp/TranslateFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Props/EuttNoRet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Basics/HeterogeneousRelations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Basics/CategoryFacts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Events/Map.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Interp/Handler.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Basics/HeterogeneousRelations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/ITreeFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Events/Nondeterminism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Basics/HeterogeneousRelations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Core/Subevent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Events/Exception.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Events/State.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Axioms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Eq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Events/Concurrency.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Basics/CategoryTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Interp/Recursion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Basics/CategoryRelations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Basics/CategoryTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Eq/Paco2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Core/ITreeMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ITree/Events.vo
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "JSON in Coq" +description: "From JSON to Coq, and vice versa." +maintainer: "Yishuai Li <liyishuai.lys@alibaba-inc.com>" +authors: "Yishuai Li <liyishuai.lys@alibaba-inc.com>" +license: "BSD-3-Clause" +tags: [ + "category:Computer Science/Data Types and Data Structures" + "keyword:serialization" + "keyword:JSON" + "logpath:JSON" +] +homepage: "https://github.com/liyishuai/coq-json" +bug-reports: "https://github.com/liyishuai/coq-json/issues" +depends: [ + "coq" {>= "8.14~"} + "coq-parsec" {>= "0.1.1"} + "coq-ext-lib" + "menhir" {>= "20220210"} + "coq-menhirlib" {>= "20220210"} +] +build: [make "-j%{jobs}%"] +run-test: [make "-j%{jobs}%" "test"] +install: [make "install"] +dev-repo: "git+https://github.com/liyishuai/coq-json.git" +url { + src: + "https://github.com/liyishuai/coq-json/archive/refs/tags/v0.1.3.tar.gz" + checksum: [ + "md5=79a4a65258d14ced6933f41e9cf66b31" + "sha512=6edac6aadf770b25ee638948ab9fcc631ba4b189d3f67f7b368c0ca94bfe920300326610ea76c38e0c970dfe47dcc9a706e56be94fd9c4b73f5a22bf5dde5a6c" + ] +}+
true
Dry install with the current Coq version:
+opam install -y --show-action coq-json.0.1.3 coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-json.0.1.3 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-json.0.1.3 coq.dev
Total: 2 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Parser.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Parser.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Operator.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Lexer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Decode.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Parser.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/JSON.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Encode.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Jpath.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Printer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Operator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Lexer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Decode.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/JSON.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Encode.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Operator.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Jpath.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Lexer.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Decode.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Printer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/JSON.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Encode.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Jpath.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Printer.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/JSON/Instances.v
opam remove -y coq-json.0.1.3
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "Base Coq library for manipulating Almost Full relations" +description: """ + This library formalizes ground results about Almost Full relations (AF) in Coq 8.14+, up to Dickson's lemma. +""" +maintainer: ["Dominique Larchey-Wendling (https://github.com/DmxLarchey)"] +authors: "Dominique Larchey-Wendling (https://github.com/DmxLarchey)" +license: "MPL-2.0" +homepage: "https://github.com/DmxLarchey/Kruskal-AlmostFull/" +bug-reports: "https://github.com/DmxLarchey/Kruskal-AlmostFull/issues" +dev-repo: "git+https://github.com:DmxLarchey/Kruskal-AlmostFull/" +build: [ + [ make "-j%{jobs}%" "type"] +] +install: [ + [make "install"] +] +depends: [ + "coq" {>= "8.14" & < "8.20~"} + "coq-kruskal-trees" {>= "1.1"} + "coq-kruskal-finite" {>= "1.1"} +] +url { + src: "https://github.com/DmxLarchey/Kruskal-AlmostFull/archive/refs/tags/1.0.tar.gz" + checksum: [ "sha256=9ca35de070b38d4fea624e572a6ad2ef030e10b538cc27f676f690e7dfb38f3a" ] +} +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-16" + "logpath:KruskalAfProp" + "logpath:KruskalAfType" +] ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-kruskal-almostfull.1.0 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-kruskal-almostfull -> coq < 8.20~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-kruskal-almostfull -> coq < 8.20~ -> ocaml < 4.05.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.1.1 + - coq-kruskal-almostfull -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-kruskal-almostfull -> coq < 8.20~ + * Missing dependency: + - coq-kruskal-almostfull -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-kruskal-almostfull.1.0
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "Coq library for manipulating finiteness, finite choice and decision as used in proof of Kruskal's tree theorem" +description: """ + Tools to facilitate proofs of finiteness (ie listability), finite choice principles + and finite decidability. +""" +maintainer: ["Dominique Larchey-Wendling (https://github.com/DmxLarchey)"] +authors: "Dominique Larchey-Wendling (https://github.com/DmxLarchey)" +license: "CeCILL-B" +homepage: "https://github.com/DmxLarchey/Kruskal-Finite/" +bug-reports: "https://github.com/DmxLarchey/Kruskal-Finite/issues" +dev-repo: "git+https://github.com:DmxLarchey/Kruskal-Finite/" +build: [ + [ make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" + "coq" {>= "8.14" & < "8.19~"} + "coq-kruskal-trees" {= "1.1"} +] +url { + src: "https://github.com/DmxLarchey/Kruskal-Finite/archive/refs/tags/1.1.1.tar.gz" + checksum: [ + "sha256=c8ca0a1887be7082ecfd39af592dd9ae6077292cf3884c616ab426b12f9b8218" + ] +} +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-08" + "logpath:KruskalFinite" +] ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-kruskal-finite.1.1.1 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-kruskal-finite = 1.1.1 -> coq < 8.19~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-kruskal-finite = 1.1.1 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 + - coq-kruskal-finite = 1.1.1 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-kruskal-finite = 1.1.1 -> coq < 8.19~ + * Missing dependency: + - coq-kruskal-finite = 1.1.1 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-kruskal-finite.1.1.1
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "Coq library for manipulating finiteness, finite choice and decision as used in proof of Kruskal's tree theorem" +description: """ + Tools to facilitate proofs of finiteness (ie listability), finite choice principles + and finite decidability. +""" +maintainer: ["Dominique Larchey-Wendling (https://github.com/DmxLarchey)"] +authors: "Dominique Larchey-Wendling (https://github.com/DmxLarchey)" +license: "MPL-2.0" +homepage: "https://github.com/DmxLarchey/Kruskal-Finite/" +bug-reports: "https://github.com/DmxLarchey/Kruskal-Finite/issues" +dev-repo: "git+https://github.com:DmxLarchey/Kruskal-Finite/" +build: [ + [ make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "coq" {>= "8.14" & < "8.20~"} + "coq-kruskal-trees" {>= "1.1"} +] +url { + src: "https://github.com/DmxLarchey/Kruskal-Finite/archive/refs/tags/1.2.tar.gz" + checksum: [ + "sha256=0ee07853577a347bc8043ca667f30be79c60573bc2ebb8345d6ed08a525880ea" + ] +} +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-16" + "logpath:KruskalFinite" +] ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-kruskal-finite.1.2 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-kruskal-finite >= 1.2 -> coq < 8.20~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-kruskal-finite >= 1.2 -> coq < 8.20~ -> ocaml < 4.05.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.1.1 + - coq-kruskal-finite >= 1.2 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-kruskal-finite >= 1.2 -> coq < 8.20~ + * Missing dependency: + - coq-kruskal-finite >= 1.2 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-kruskal-finite.1.2
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "Coq library for manipulating rose trees (ie finitely branching) as used in proof of Kruskal's tree theorem" +description: """ + Several implementations for roses trees are proposed with proper induction principles. + Sons of the root are collected into dependent vectors, vectors, lists, etc. +""" +maintainer: ["Dominique Larchey-Wendling (https://github.com/DmxLarchey)" "Jerome Hugues (https://github.com/jjhugues)"] +authors: "Dominique Larchey-Wendling (https://github.com/DmxLarchey)" +license: "MPL-2.0" +homepage: "https://github.com/DmxLarchey/Kruskal-Trees/" +bug-reports: "https://github.com/DmxLarchey/Kruskal-Trees/issues" +dev-repo: "git+https://github.com:DmxLarchey/Kruskal-Trees/" +build: [ + [ make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "coq" {>= "8.14" & < "8.20~"} +] +url { + src: "https://github.com/DmxLarchey/Kruskal-Trees/archive/refs/tags/1.2.tar.gz" + checksum: [ + "sha256=dfefdb5c52c003494ba52a93bad9cf89321f3e732d77327354cb108a8c749c09" + ] +} +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-16" + "logpath:KruskalTrees" +] ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-kruskal-trees.1.2 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-kruskal-trees >= 1.2 -> coq < 8.20~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-kruskal-trees >= 1.2 -> coq < 8.20~ -> ocaml < 4.05.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.1.1 + - coq-kruskal-trees >= 1.2 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-kruskal-trees >= 1.2 -> coq < 8.20~ + * Missing dependency: + - coq-kruskal-trees >= 1.2 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-kruskal-trees.1.2
true
true
No files were installed.
+true
# Packages matching: installed # Name # Installed # Synopsis @@ -149,7 +149,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -173,13 +173,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -193,67 +193,67 @@Install dependencies
-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 -> installed easy-format.1.3.4 +-> installed biniou.1.2.2 -> installed cppo.1.6.9 -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed re.1.11.0 +-> installed ocaml-compiler-libs.v0.12.4 -> installed result.1.5 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed re.1.11.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev -> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-23264-51e1cd.env -# output-file ~/.opam/log/coq-elpi-23264-51e1cd.out +# env-file ~/.opam/log/coq-elpi-23183-288420.env +# output-file ~/.opam/log/coq-elpi-23183-288420.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -269,14 +269,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -286,7 +286,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131110838.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222023506.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-lemma-overloading.8.12.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-lemma-overloading.8.12.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== + - install coq-lemma-overloading 8.12.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-lemma-overloading.8.12.0: http] +Processing 1/3: +-> retrieved coq-lemma-overloading.8.12.0 (https://github.com/coq-community/lemma-overloading/archive/v8.12.0.tar.gz) +Processing 2/3: [coq-lemma-overloading: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-lemma-overloading.8.12.0) +- coq_makefile -f _CoqProject -o Makefile.coq +- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-lemma-overloading.8.12.0' +- COQDEP VFILES +- COQC theories/prelude.v +- COQC theories/rels.v +- COQC theories/ordtype.v +- COQC theories/prefix.v +- File "./theories/rels.v", line 157, characters 2-9: +- Error: Notation nosimpl is deprecated since mathcomp 2.4. +- Use `Arguments def : simpl never` instead (should work fine since Coq 8.18). +- [deprecated-syntactic-definition-since-mathcomp-2.4,deprecated-since-mathcomp-2.4,deprecated-syntactic-definition,deprecated,default] +- +- File "./theories/ordtype.v", line 41, characters 28-29: +- Error: +- In environment +- class_of : Type -> Type +- T : Type +- The term "T" has type "Type" while it is expected to have type "eqType". +- +- make[2]: *** [Makefile.coq:848: theories/rels.vo] Error 1 +- make[2]: *** [theories/rels.vo] Deleting file 'theories/rels.glob' +- make[2]: *** Waiting for unfinished jobs.... +- make[2]: *** [Makefile.coq:848: theories/ordtype.vo] Error 1 +- make[2]: *** [theories/ordtype.vo] Deleting file 'theories/ordtype.glob' +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-lemma-overloading.8.12.0' +- make: *** [Makefile:2: all] Error 2 +[ERROR] The compilation of coq-lemma-overloading.8.12.0 failed at "make -j4". +#=== ERROR while compiling coq-lemma-overloading.8.12.0 =======================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-lemma-overloading.8.12.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-23078-f50dec.env -# output-file ~/.opam/log/coq-elpi-23078-f50dec.out +# env-file ~/.opam/log/coq-lemma-overloading-10039-8a8805.env +# output-file ~/.opam/log/coq-lemma-overloading-10039-8a8805.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# class_of : Type -> Type +# T : Type +# The term "T" has type "Type" while it is expected to have type "eqType". +# +# make[2]: *** [Makefile.coq:848: theories/rels.vo] Error 1 +# make[2]: *** [theories/rels.vo] Deleting file 'theories/rels.glob' +# make[2]: *** Waiting for unfinished jobs.... +# make[2]: *** [Makefile.coq:848: theories/ordtype.vo] Error 1 +# make[2]: *** [theories/ordtype.vo] Deleting file 'theories/ordtype.glob' +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-lemma-overloading.8.12.0' +# make: *** [Makefile:2: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-lemma-overloading 8.12.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131132915.export" +'opam install -y -v coq-lemma-overloading.8.12.0 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -148,7 +148,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -172,13 +172,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -189,70 +189,70 @@Install dependencies
-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> installed cmdliner.1.2.0 --> installed biniou.1.2.2 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed re.1.11.0 +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 +-> installed menhirLib.dev +-> installed menhirSdk.dev -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 +-> installed ppxlib.0.32.0 -> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-13290-f1bf0e.env -# output-file ~/.opam/log/coq-elpi-13290-f1bf0e.out +# env-file ~/.opam/log/coq-elpi-6221-12882d.env +# output-file ~/.opam/log/coq-elpi-6221-12882d.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -268,14 +268,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -285,7 +285,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128012152.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224084046.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-lens < 1.0.1+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-lens < 1.0.1+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-lens < 1.0.1+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-lens < 1.0.1+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/lens/1.0.1+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/lens/1.0.1+8.11.html index d90379202ff6..00f69f2f015d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/lens/1.0.1+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/lens/1.0.1+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,16 +112,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-lens = 1.0.1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ + - coq-lens = 1.0.1+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-lens = 1.0.1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-lens = 1.0.1+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-lens = 1.0.1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-lens = 1.0.1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-lens = 1.0.1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-lens = 1.0.1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
Total: 330 K
+Total: 328 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibSpecialize.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHyps.vo
Total: 330 K
+Total: 328 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibSpecialize.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHyps.vo
Total: 330 K
+Total: 328 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibSpecialize.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHyps.vo
Total: 330 K
+Total: 328 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibSpecialize.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHyps.vo
Total: 256 K
+Total: 254 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.v
Total: 256 K
+Total: 254 K
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/LibHyps/LibHypsNaming.v
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-libvalidsdp < 0.6.0 -> camlp4 -> ocaml < 4.02 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-libvalidsdp < 0.6.0 -> camlp4 -> ocaml < 4.02 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-libvalidsdp < 0.6.0 -> camlp4 -> ocaml < 4.02 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-libvalidsdp < 0.6.0 -> camlp4 -> ocaml < 4.02 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/0.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/0.6.0.html index 740be8616595..3bb8507d4186 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/0.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/0.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -135,12 +135,12 @@Dry install ๐๏ธ
- coq >= dev - coq-libvalidsdp = 0.6.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-libvalidsdp = 0.6.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-libvalidsdp = 0.6.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-libvalidsdp = 0.6.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-libvalidsdp = 0.6.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/0.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/0.7.0.html index 7532d83b4ef9..ea7b34ae89b4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/0.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/0.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,12 +134,12 @@Dry install ๐๏ธ
- coq >= dev - coq-libvalidsdp = 0.7.0 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-libvalidsdp = 0.7.0 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-libvalidsdp = 0.7.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-libvalidsdp = 0.7.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-libvalidsdp = 0.7.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.0.html index bc7c04148726..bfe53a2cc838 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,14 +136,14 @@Dry install ๐๏ธ
- coq >= dev - coq-libvalidsdp = 1.0.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-libvalidsdp = 1.0.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-libvalidsdp = 1.0.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-libvalidsdp = 1.0.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-libvalidsdp = 1.0.0 -> coq < 8.16~ * Missing dependency: - coq-libvalidsdp = 1.0.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.1.html index 14149e68321f..2f2eaf7226e0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,14 +136,14 @@Dry install ๐๏ธ
- coq >= dev - coq-libvalidsdp = 1.0.1 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-libvalidsdp = 1.0.1 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-libvalidsdp = 1.0.1 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-libvalidsdp = 1.0.1 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-libvalidsdp = 1.0.1 -> coq < 8.17~ * Missing dependency: - coq-libvalidsdp = 1.0.1 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.2.html index d5a0ac2f0969..063a8f12eb6b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/1.0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,14 +136,14 @@Dry install ๐๏ธ
- coq >= dev - coq-libvalidsdp = 1.0.2 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-libvalidsdp = 1.0.2 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-libvalidsdp = 1.0.2 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-libvalidsdp = 1.0.2 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-libvalidsdp = 1.0.2 -> coq < 8.19~ * Missing dependency: - coq-libvalidsdp = 1.0.2 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/dev.html index 7e4ef0fe450b..81b7ef3fd83f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/libvalidsdp/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -143,7 +143,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -157,7 +157,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -186,13 +186,13 @@Install dependencies
- install menhir dev - install conf-autoconf 0.1 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -210,26 +210,26 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed conf-which.1 --> installed conf-g++.1.0 -> installed camlp-streams.5.0.1 +-> installed conf-g++.1.0 +-> installed conf-which.1 -> installed conf-autoconf.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-coquelicot.dev (git+https://gitlab.inria.fr/coquelicot/coquelicot.git) -> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-flocq.dev (git+https://gitlab.inria.fr/flocq/flocq.git#master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-flocq.dev (git+https://gitlab.inria.fr/flocq/flocq.git#master) -> retrieved coq-interval.dev (git+https://gitlab.inria.fr/coqinterval/interval.git/#master) -> retrieved coq-mathcomp-analysis.dev (git+https://github.com/math-comp/analysis.git#master) +-> retrieved coq-mathcomp-classical.dev (git+https://github.com/math-comp/analysis.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) --> retrieved coq-mathcomp-classical.dev (git+https://github.com/math-comp/analysis.git#master) -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) @@ -238,62 +238,62 @@Install dependencies
-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed coq-bignums.dev --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed ocaml-compiler-libs.v0.12.4 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed menhirLib.dev -> installed re.1.11.0 -> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed menhirSdk.dev -> installed yojson.2.1.2 --> installed ppxlib.0.31.0 -> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 -> installed ppx_deriving.5.2.1 --> installed coq-flocq.dev --> installed menhirLib.dev --> installed menhirSdk.dev -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". +-> installed coq-flocq.dev #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-30180-ed7c73.env -# output-file ~/.opam/log/coq-elpi-30180-ed7c73.out +# env-file ~/.opam/log/coq-elpi-22596-a3ac35.env +# output-file ~/.opam/log/coq-elpi-22596-a3ac35.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -314,14 +314,14 @@Install dependencies
| - install coq-flocq dev | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -331,7 +331,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131140151.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222052638.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -139,7 +139,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -164,13 +164,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -179,61 +179,63 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved coq-haskell.1.1.0 (https://github.com/jwiegley/coq-haskell/archive/refs/tags/1.1.tar.gz) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -[ERROR] The compilation of coq-haskell.1.1.0 failed at "make -j4". -> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +[ERROR] The compilation of coq-haskell.1.1.0 failed at "make -j4". -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> installed seq.base +-> installed menhirLib.dev +-> installed menhirSdk.dev -> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed re.1.11.0 --> installed stdlib-shims.0.3.0 +-> installed result.1.5 -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 +-> installed coq-elpi.dev +-> installed coq-hierarchy-builder.dev +-> installed coq-mathcomp-ssreflect.dev #=== ERROR while compiling coq-haskell.1.1.0 ==================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-haskell.1.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-haskell-17674-9f0c7c.env -# output-file ~/.opam/log/coq-haskell-17674-9f0c7c.out +# env-file ~/.opam/log/coq-haskell-16715-b672ff.env +# output-file ~/.opam/log/coq-haskell-16715-b672ff.out ### output ### # [...] # File "./src/Crush.v", line 113, characters 23-30: @@ -248,60 +250,41 @@Install dependencies
# make[1]: *** [Makefile.coq:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-haskell.1.1.0' # make: *** [Makefile:12: all] Error 2 -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-17674-ae41e1.env -# output-file ~/.opam/log/coq-elpi-17674-ae41e1.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev | - build coq-haskell 1.1.0 +- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 ++- The following changes have been performed +| - install atd 2.15.0 +| - install atdgen 2.15.0 +| - install atdgen-runtime 2.15.0 +| - install atdts 2.15.0 +| - install biniou 1.2.2 +| - install camlp-streams 5.0.1 +| - install cmdliner 1.2.0 +| - install coq-elpi dev +| - install coq-hierarchy-builder dev +| - install coq-mathcomp-ssreflect dev +| - install cppo 1.6.9 +| - install easy-format 1.3.4 +| - install elpi 1.18.1 +| - install menhir dev +| - install menhirLib dev +| - install menhirSdk dev +| - install ocaml-compiler-libs v0.12.4 +| - install ppx_derivers 1.2.1 +| - install ppx_deriving 5.2.1 +| - install ppxlib 0.32.0 +| - install re 1.11.0 +| - install result 1.5 +| - install seq base +| - install sexplib0 v0.16.0 +| - install stdlib-shims 0.3.0 +| - install yojson 2.1.2 +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129192056.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240220052334.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-lsp.dev coq.dev
opam list; echo; timeout 4h opam install -y coq-lsp.dev coq.dev
# Packages matching: installed # Name # Installed # Synopsis -base v0.16.3 Full standard library replacement for OCaml base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base -cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-serapi dev Serialization library and protocol for machine interaction with the Coq proof assistant coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -cppo 1.6.9 Code preprocessor like cpp for OCaml -csexp 1.5.2 Parsing and printing of S-expressions in Canonical form -dune 3.13.0 Fast, portable, and opinionated build system -dune-configurator 3.13.0 Helper library for gathering system configuration -num 1.5 The legacy Num library for arbitrary-precision integer and rational arithmetic +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 -ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged 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 -parsexp v0.16.0 S-expression parsing library -ppx_compare v0.16.0 Generation of comparison functions from types -ppx_derivers 1.2.1 Shared [@@deriving] plugin registry -ppx_deriving 5.2.1 Type-driven code generation for OCaml -ppx_deriving_yojson 3.7.0 JSON codec generator for OCaml -ppx_hash v0.16.0 A ppx rewriter that generates hash functions from type expressions and definitions -ppx_import 1.10.0 A syntax extension for importing declarations from interface files -ppx_sexp_conv v0.16.0 [@@deriving] plugin to generate S-expression conversion functions -ppxlib 0.31.0 Standard infrastructure for ppx rewriters -result 1.5 Compatibility Result module -seq base Compatibility package for OCaml's standard iterator type starting from 4.07. -sexplib v0.16.0 Library for serializing OCaml values to and from S-expressions -sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters -stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler -yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers -[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install coq-lsp dev + - install cppo 1.6.9 + - install ppx_derivers 1.2.1 + - install num 1.5 + - install cmdliner 1.2.0 + - install result 1.5 + - install seq base + - install csexp 1.5.2 + - install ocaml-compiler-libs v0.12.4 + - install sexplib0 v0.16.0 + - install stdlib-shims 0.3.0 + - install yojson 2.1.2 + - install dune-configurator 3.14.0 + - install parsexp v0.16.0 + - install ppxlib 0.32.0 + - install base v0.16.3 + - install sexplib v0.16.0 + - install ppx_import 1.10.0 + - install ppx_deriving 5.2.1 + - install ppx_sexp_conv v0.16.0 + - install ppx_compare v0.16.0 + - install ppx_deriving_yojson 3.7.0 + - install ppx_hash v0.16.0 + - install coq-serapi dev +===== 23 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved coq-lsp.dev (git+https://github.com/ejgallego/coq-lsp.git#main) -[ERROR] The compilation of coq-lsp.dev failed at "dune build -p coq-lsp -j 4". -#=== ERROR while compiling coq-lsp.dev ========================================# +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> retrieved base.v0.16.3 (https://opam.ocaml.org/cache) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved csexp.1.5.2 (https://opam.ocaml.org/cache) +-> retrieved num.1.5 (https://opam.ocaml.org/cache) +-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> installed csexp.1.5.2 +-> retrieved parsexp.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved dune-configurator.3.14.0 (cached) +-> installed cppo.1.6.9 +-> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppx_compare.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) +-> retrieved coq-serapi.dev (git+https://github.com/ejgallego/coq-serapi.git#main) +-> retrieved ppx_deriving_yojson.3.7.0 (https://opam.ocaml.org/cache) +-> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved ppx_hash.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppx_import.1.10.0 (https://opam.ocaml.org/cache) +-> retrieved ppx_sexp_conv.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved sexplib.v0.16.0 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 +-> installed ppx_derivers.1.2.1 +-> installed seq.base +-> installed num.1.5 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed result.1.5 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 +-> installed dune-configurator.3.14.0 +-> installed yojson.2.1.2 +-> installed parsexp.v0.16.0 +-> installed sexplib.v0.16.0 +-> installed base.v0.16.3 +-> installed ppxlib.0.32.0 +-> installed ppx_compare.v0.16.0 +-> installed ppx_import.1.10.0 +-> installed ppx_sexp_conv.v0.16.0 +-> installed ppx_deriving.5.2.1 +-> installed ppx_hash.v0.16.0 +-> installed ppx_deriving_yojson.3.7.0 +[ERROR] The compilation of coq-serapi.dev failed at "dune build -p coq-serapi -j 4". +#=== ERROR while compiling coq-serapi.dev =====================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-lsp.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-lsp -j 4 +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-serapi.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-serapi -j 4 # exit-code 1 -# env-file ~/.opam/log/coq-lsp-7200-5f5a59.env -# output-file ~/.opam/log/coq-lsp-7200-5f5a59.out +# env-file ~/.opam/log/coq-serapi-20901-2e73c2.env +# output-file ~/.opam/log/coq-serapi-20901-2e73c2.out ### output ### +# 16 | type t = Vmlibrary.t # [...] -# Error: Library "uri" not found. -# -> required by library "coq-lsp.lang" in _build/default/lang -# -> required by _build/default/META.coq-lsp -# -> required by _build/install/default/lib/coq-lsp/META -# -> required by _build/default/coq-lsp.install -# -> required by alias install -# File "fleche/waterproof/dune", line 6, characters 0-25: -# 6 | (menhir -# 7 | (modules ljson)) -# Error: Program menhir not found in the tree or in PATH -# (context: default) -# Hint: opam install menhir +# Error: Unbound module Vmlibrary +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlc.opt -w -40 -g -ppx '.ppx/341932708445810a638020e478ebc4f1/ppx.exe --as-ppx --cookie '\''library-name="serlib"'\''' -bin-annot -I serlib/.serlib.objs/byte -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/base -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/base/base_internalhash_types -I /home/bench/.opam/ocaml-b[...] +# File "serlib/ser_vmemitcodes.mli", line 19, characters 15-34: +# 19 | type patches = Vmemitcodes.patches +# ^^^^^^^^^^^^^^^^^^^ +# Error: Unbound type constructor Vmemitcodes.patches +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlc.opt -w -40 -g -ppx '.ppx/341932708445810a638020e478ebc4f1/ppx.exe --as-ppx --cookie '\''library-name="serlib"'\''' -bin-annot -I serlib/.serlib.objs/byte -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/base -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/base/base_internalhash_types -I /home/bench/.opam/ocaml-b[...] +# File "serlib/ser_sorts.mli", line 23, characters 15-28: +# 23 | type pattern = Sorts.pattern [@@deriving sexp,yojson,hash,compare] +# ^^^^^^^^^^^^^ +# Error: Unbound type constructor Sorts.pattern <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-lsp dev +| - build coq-serapi dev ++- ++- The following changes have been performed +| - install base v0.16.3 +| - install cmdliner 1.2.0 +| - install cppo 1.6.9 +| - install csexp 1.5.2 +| - install dune-configurator 3.14.0 +| - install num 1.5 +| - install ocaml-compiler-libs v0.12.4 +| - install parsexp v0.16.0 +| - install ppx_compare v0.16.0 +| - install ppx_derivers 1.2.1 +| - install ppx_deriving 5.2.1 +| - install ppx_deriving_yojson 3.7.0 +| - install ppx_hash v0.16.0 +| - install ppx_import 1.10.0 +| - install ppx_sexp_conv v0.16.0 +| - install ppxlib 0.32.0 +| - install result 1.5 +| - install seq base +| - install sexplib v0.16.0 +| - install sexplib0 v0.16.0 +| - install stdlib-shims 0.3.0 +| - install yojson 2.1.2 +- -- No changes have been performed # Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223231538.export"
true
No files were installed.
Total: 517 K
+Total: 518 K
../ocaml-base-compiler.5.1.1/lib/coq-ltac2-compiler/ltac2_compiler.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Ltac2Compiler/ltac2_compiler.cmxs
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-math-classes = 1.0.7 -> coq = 8.6 -> ocaml < 4.06.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.1.1 - - coq-math-classes = 1.0.7 -> coq = 8.6 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-math-classes = 1.0.7 -> coq = 8.6 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-math-classes = 1.0.7 -> coq = 8.6 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.11.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.11.0.html index aabb7a932308..4eddaaa79f1a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.11.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.11.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,12 +123,12 @@Dry install ๐๏ธ
- coq >= dev - coq-math-classes = 8.11.0 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-math-classes = 8.11.0 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-math-classes = 8.11.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-math-classes = 8.11.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-math-classes = 8.11.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.12.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.12.0.html index 4d303f3cfc5e..8f3929ba08f3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.12.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.12.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,12 +127,12 @@Dry install ๐๏ธ
- coq >= dev - coq-math-classes = 8.12.0 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-math-classes = 8.12.0 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-math-classes = 8.12.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-math-classes = 8.12.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-math-classes = 8.12.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.13.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.13.0.html index 84bc70d3de9c..1908ff96856a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.13.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.13.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-math-classes = 8.13.0 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-math-classes = 8.13.0 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-math-classes = 8.13.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-math-classes = 8.13.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-math-classes = 8.13.0 -> coq < 8.15~ * Missing dependency: - coq-math-classes = 8.13.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.15.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.15.0.html index 515f1004f344..d3bf3622646d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.15.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.15.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-math-classes = 8.15.0 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-math-classes = 8.15.0 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-math-classes = 8.15.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-math-classes = 8.15.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-math-classes = 8.15.0 -> coq < 8.17~ * Missing dependency: - coq-math-classes = 8.15.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.17.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.17.0.html index c6af5c3d73ad..df767c4534a9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.17.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.17.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-math-classes = 8.17.0 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-math-classes = 8.17.0 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-math-classes = 8.17.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-math-classes = 8.17.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-math-classes = 8.17.0 -> coq < 8.18~ * Missing dependency: - coq-math-classes = 8.17.0 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.18.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.18.0.html index 24ec286b2952..d6b16df273df 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.18.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.18.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-math-classes = 8.18.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-math-classes = 8.18.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-math-classes = 8.18.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-math-classes = 8.18.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-math-classes = 8.18.0 -> coq < 8.19~ * Missing dependency: - coq-math-classes = 8.18.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.8.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.8.1.html index d25b1e640b7e..044d1bcf4d28 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.8.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.8.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,12 +116,12 @@Dry install ๐๏ธ
- coq >= dev - coq-math-classes = 8.8.1 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-math-classes = 8.8.1 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-math-classes = 8.8.1 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-math-classes = 8.8.1 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-math-classes = 8.8.1 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.9.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.9.1.html index b77d77b81ca6..31b6fd43333d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.9.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/8.9.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
- coq >= dev - coq-math-classes = 8.9.1 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-math-classes = 8.9.1 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-math-classes = 8.9.1 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-math-classes = 8.9.1 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-math-classes = 8.9.1 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/dev.html index 108b60a4d05f..0ada2e53eccc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/math-classes/dev.html @@ -3,7 +3,7 @@ -math-classes: 2 m 0 s ๐ +math-classes: 3 m 0 s ๐ @@ -39,7 +39,7 @@math-classes dev - 2 m 0 s ๐ + 3 m 0 s ๐
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -140,22 +140,22 @@Install ๐
Total: 12 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/monoid_normalization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/dyadics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/dyadics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/semirings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/int_pow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/int_pow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/finite_sets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/abstract_algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/shiftl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/semirings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/categories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/sequences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/mset_finite_set.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/QType_rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/canonical_names.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_congruence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/series.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/quote_monoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/polynomials.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/series.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/cut_minus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/shiftl.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/int_pow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/orders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/nat_pow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/dyadics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/field_of_fractions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/monads.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/field_of_fractions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/lattices.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/fast_naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/lattices.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/lattices.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/abgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/int_abs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/maps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/rings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/maps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/universal_algebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/orders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/additional_operations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/nat_int.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/stdlib_rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/monads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/nonneg_integers_naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/vectorspace.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/misc/decision.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/nonneg_semiring_elements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/misc/decision.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_products.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_products.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/list_finite_set.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ring_ideals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ring_congruence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/abstract_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/positive_semiring_elements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/quote/classquote.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/categories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/quote/classquote.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/polynomials.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/abstract_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/list.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/monoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/semirings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/groups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/groups.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/dec_fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/groups.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/monads.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/semigroups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_term_monad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_homomorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/quote/classquote.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/quote/classquote.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/categories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/streams.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/stdlib_binary_naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/jections.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/jections.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/fields.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/minmax.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/nonzero_field_elements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_subvariety.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/algebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/products.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/lattices.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/additional_operations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/lattices.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_congruence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_congruence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/strong_setoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_transference.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/JMcat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/product.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/nat_pow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/nat_pow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/modular_ring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/jections.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/sequences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/universal_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/orders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/universal_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/ne_list.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/intfrac_rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/field_of_fractions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/intfrac_rationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/finite_sets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_subalgebraT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/varieties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_homomorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/monoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/sequences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/NType_naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/fast_rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/NType_naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/quote_monoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/ua_basic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_transference.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/ua_basic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/semirings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/int_abs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/semigroups.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/vectorspace.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/streams.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/groups.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/streams.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/semirings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/QType_rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/setoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/ne_list.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/setoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/misc/util.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/forget_variety.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/CoqStreams.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/peano_naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/abs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/canonical_names.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/canonical_names.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/stdlib_rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_term_monad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_mapped_operations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/int_pow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/misc/util.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/open_terms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ring_congruence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ring_congruence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/quote/classquote.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/empty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_subvariety.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/orders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/nonneg_integers_naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/misc/setoid_tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/JMcat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_mapped_operations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/list.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/JMcat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/semiring_pairs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/polynomials.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/nat_distance.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/abstract_algebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_mapped_operations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_subalgebraT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/ua_basic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/sequences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/nonzero_field_elements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/monads.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/categories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/cut_minus.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/products.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/cut_minus.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/minmax.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/universal_algebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/stdlib_binary_naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_congruence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/orders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/closed_terms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/setoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/varieties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/rationals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/rationals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/setoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/dual.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/dec_fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_products.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/strong_setoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_homomorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/functors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/integers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/setoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/fast_rationals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/setoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/integers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/rings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/vectorspace.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/forget_algebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/misc/decision.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/fast_integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/integers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/functors/constant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/ne_list.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/quote_monoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/functors/constant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/int_abs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/modular_ring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/categories/empty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/nonneg_semiring_elements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/finite_sets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/finite_sets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_term_monad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/open_terms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/ua_basic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/sequences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ring_ideals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_subalgebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/abs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/ua_subvariety.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/abs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/dec_fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/misc/workaround_tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/stdlib_binary_naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/intfrac_rationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/varieties/setoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/orders/minmax.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/rationals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/theory/forget_variety.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/interfaces/rationals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/misc/stdlib_hints.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/misc/workarounds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MathClasses/implementations/fast_integers.v
# Packages matching: installed # Name # Installed # Synopsis @@ -148,7 +148,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -172,13 +172,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -195,15 +195,14 @@Install dependencies
-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> installed cmdliner.1.2.0 --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) @@ -211,17 +210,18 @@Install dependencies
-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) +-> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed seq.base -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) @@ -230,41 +230,41 @@Install dependencies
-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 +-> installed sexplib0.v0.16.0 -> installed re.1.11.0 +-> installed menhirSdk.dev -> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-28463-622ee3.env -# output-file ~/.opam/log/coq-elpi-28463-622ee3.out +# env-file ~/.opam/log/coq-elpi-24527-8da063.env +# output-file ~/.opam/log/coq-elpi-24527-8da063.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -280,14 +280,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -297,7 +297,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128101020.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224012905.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -148,7 +148,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -172,13 +172,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -193,78 +193,78 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed menhirSdk.dev -> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 +-> installed re.1.11.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-2501-5f46e6.env -# output-file ~/.opam/log/coq-elpi-2501-5f46e6.out +# env-file ~/.opam/log/coq-elpi-6758-a1cf11.env +# output-file ~/.opam/log/coq-elpi-6758-a1cf11.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -280,14 +280,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -297,7 +297,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130115904.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225004914.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -149,7 +149,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -173,13 +173,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -196,76 +196,76 @@Install dependencies
-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> installed cmdliner.1.2.0 -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) +-> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed seq.base -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 +-> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirLib.dev -> installed sexplib0.v0.16.0 +-> installed menhirSdk.dev +-> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 +-> installed re.1.11.0 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 +-> installed ppx_deriving.5.2.1 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-29280-d9ff2b.env -# output-file ~/.opam/log/coq-elpi-29280-d9ff2b.out +# env-file ~/.opam/log/coq-elpi-24657-048d60.env +# output-file ~/.opam/log/coq-elpi-24657-048d60.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -281,14 +281,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -298,7 +298,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130064340.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223071214.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -145,7 +145,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -169,13 +169,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -192,70 +192,70 @@Install dependencies
-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed cmdliner.1.2.0 -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-zify.dev (git+https://github.com/math-comp/mczify.git#master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed seq.base -> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed menhirLib.dev -> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed sexplib0.v0.16.0 -> installed re.1.11.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-6246-1bb209.env -# output-file ~/.opam/log/coq-elpi-6246-1bb209.out +# env-file ~/.opam/log/coq-elpi-31810-5dbfe4.env +# output-file ~/.opam/log/coq-elpi-31810-5dbfe4.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -271,14 +271,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -288,7 +288,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240126220836.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223123747.export"
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/mxalgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/poly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/mxpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/mxpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/mxpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/interval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/vector.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/ssrint.glob
Total: 30 M
@@ -142,7 +142,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/mxalgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/poly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/mxpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/mxpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/mxpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/interval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/vector.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/algebra/ssrint.glob
# Packages matching: installed # Name # Installed # Synopsis @@ -166,7 +166,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -190,13 +190,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect 2.2.0 @@ -205,74 +205,74 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.2.2.0 (https://github.com/math-comp/math-comp/archive/mathcomp-2.2.0.tar.gz) -> retrieved coq-mathcomp-ssreflect.2.2.0 (cached) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cppo.1.6.9 -> installed easy-format.1.3.4 +-> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 +-> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed cmdliner.1.2.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 +-> installed seq.base -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 +-> installed re.1.11.0 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-25886-057194.env -# output-file ~/.opam/log/coq-elpi-25886-057194.out +# env-file ~/.opam/log/coq-elpi-16461-7ef93e.env +# output-file ~/.opam/log/coq-elpi-16461-7ef93e.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -288,14 +288,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -305,7 +305,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127144106.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223142420.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -129,7 +129,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -153,13 +153,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -168,74 +168,74 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-12734-618010.env -# output-file ~/.opam/log/coq-elpi-12734-618010.out +# env-file ~/.opam/log/coq-elpi-15554-baaa4c.env +# output-file ~/.opam/log/coq-elpi-15554-baaa4c.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -251,14 +251,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -268,7 +268,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129174205.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225084710.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -153,7 +153,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -177,13 +177,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -198,78 +198,78 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 +-> installed camlp-streams.5.0.1 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> installed cmdliner.1.2.0 -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ppx_derivers.1.2.1 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 +-> installed seq.base +-> installed result.1.5 +-> installed menhirSdk.dev -> installed stdlib-shims.0.3.0 --> installed re.1.11.0 -> installed sexplib0.v0.16.0 +-> installed re.1.11.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 +-> installed ppxlib.0.32.0 -> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-20857-0cd97a.env -# output-file ~/.opam/log/coq-elpi-20857-0cd97a.out +# env-file ~/.opam/log/coq-elpi-2892-50b2fe.env +# output-file ~/.opam/log/coq-elpi-2892-50b2fe.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -285,14 +285,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -302,7 +302,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128062630.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222014430.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -155,7 +155,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -179,13 +179,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -202,8 +202,8 @@Install dependencies
-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) @@ -217,61 +217,61 @@Install dependencies
-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> installed seq.base +-> installed menhirLib.dev +-> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev -> installed re.1.11.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev -> installed atd.2.15.0 +-> installed ppx_deriving.5.2.1 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-9509-5e16a3.env -# output-file ~/.opam/log/coq-elpi-9509-5e16a3.out +# env-file ~/.opam/log/coq-elpi-447-823a13.env +# output-file ~/.opam/log/coq-elpi-447-823a13.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -287,14 +287,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -304,7 +304,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128201636.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223133014.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -154,7 +154,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -178,13 +178,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -199,78 +199,78 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> installed cppo.1.6.9 -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 -> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 -> installed menhirSdk.dev -> installed menhirLib.dev +-> installed yojson.2.1.2 +-> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-18364-61045f.env -# output-file ~/.opam/log/coq-elpi-18364-61045f.out +# env-file ~/.opam/log/coq-elpi-30297-afab3d.env +# output-file ~/.opam/log/coq-elpi-30297-afab3d.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -286,14 +286,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -303,7 +303,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129235216.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224130406.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-analysis.0.3.13 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-analysis.0.3.13 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-algebra dev Mathematical Components Library on Algebra +coq-mathcomp-bigenough dev A small library to do epsilon - N reasonning +coq-mathcomp-field dev Mathematical Components Library on Fields +coq-mathcomp-fingroup dev Mathematical Components Library on finite groups +coq-mathcomp-finmap dev Finite sets, finite maps, finitely supported functions +coq-mathcomp-solvable dev Mathematical Components Library on finite groups (II) +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-finmap dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-bigenough dev - - install coq-mathcomp-algebra dev - - install coq-mathcomp-solvable dev - - install coq-mathcomp-field dev -===== 32 to install ===== + - install coq-mathcomp-analysis 0.3.13 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) --> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-mathcomp-analysis.0.3.13: http] +Processing 1/3: +-> retrieved coq-mathcomp-analysis.0.3.13 (https://github.com/math-comp/analysis/archive/0.3.13.tar.gz) +Processing 2/3: [coq-mathcomp-analysis: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.13) +- /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coq_makefile -f _CoqProject -o Makefile.coq +- make -f Makefile.coq +- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.13' +- COQDEP VFILES +- COQC theories/boolp.v +- COQC theories/forms.v +- COQC theories/altreals/xfinmap.v +- File "./theories/boolp.v", line 97, characters 16-31: +- Error: The reference Choice.mixin_of was not found in the current +- environment. +- +- make[2]: *** [Makefile.coq:848: theories/boolp.vo] Error 1 +- make[2]: *** [theories/boolp.vo] Deleting file 'theories/boolp.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./theories/forms.v", line 32, characters 40-51: +- Error: The reference Zp_zmodType was not found in the current environment. +- +- make[2]: *** [Makefile.coq:848: theories/forms.vo] Error 1 +- make[2]: *** [theories/forms.vo] Deleting file 'theories/forms.glob' +- File "./theories/altreals/xfinmap.v", line 28, characters 7-25: +- Warning: Notation "[ finType of _ ]" is deprecated since mathcomp 2.0.0. +- Use Finite.clone instead. +- [deprecated-notation-since-mathcomp-2.0.0,deprecated-since-mathcomp-2.0.0,deprecated-notation,deprecated,default] +- File "./theories/altreals/xfinmap.v", line 32, characters 7-28: +- Warning: Notation "[ finType of _ ]" is deprecated since mathcomp 2.0.0. +- Use Finite.clone instead. +- [deprecated-notation-since-mathcomp-2.0.0,deprecated-since-mathcomp-2.0.0,deprecated-notation,deprecated,default] +- File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +- Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +- Use ler_wpDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +- Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +- Use ler_wpDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +- Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +- Use ler_wpDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.13' +- make: *** [Makefile.common:63: this-build] Error 2 +[ERROR] The compilation of coq-mathcomp-analysis.0.3.13 failed at "make -j4". +#=== ERROR while compiling coq-mathcomp-analysis.0.3.13 =======================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.13 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-1086-5c3a9e.env -# output-file ~/.opam/log/coq-elpi-1086-5c3a9e.out +# env-file ~/.opam/log/coq-mathcomp-analysis-8145-363ceb.env +# output-file ~/.opam/log/coq-mathcomp-analysis-8145-363ceb.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +# File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +# Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +# Use ler_wpDr instead. +# [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +# File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +# Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +# Use ler_wpDr instead. +# [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.13' +# make: *** [Makefile.common:63: this-build] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-mathcomp-analysis 0.3.13 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130192628.export" +'opam install -y -v coq-mathcomp-analysis.0.3.13 coq.dev' failed.
true
No files were installed.
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-analysis/0.3.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-analysis/0.3.5.html index 265053082fca..11e63b29010e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-analysis/0.3.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-analysis/0.3.5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-mathcomp-analysis = 0.3.5 -> coq-hierarchy-builder < 1.1.0 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-mathcomp-analysis = 0.3.5 -> coq-hierarchy-builder < 1.1.0 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-mathcomp-analysis = 0.3.5 -> coq-hierarchy-builder < 1.1.0 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-analysis = 0.3.5 -> coq-hierarchy-builder < 1.1.0 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mathcomp-analysis = 0.3.5 -> coq-hierarchy-builder < 1.1.0 -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-analysis/0.3.6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-analysis/0.3.6.html index 37ce1f5ba223..99320d16235a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-analysis/0.3.6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-analysis/0.3.6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,7 +136,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -174,13 +174,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -196,77 +196,77 @@Install dependencies
-> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 -> installed seq.base -> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirSdk.dev -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 --> installed re.1.11.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed re.1.11.0 +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-8674-ca536d.env -# output-file ~/.opam/log/coq-elpi-8674-ca536d.out +# env-file ~/.opam/log/coq-elpi-7139-2f9273.env +# output-file ~/.opam/log/coq-elpi-7139-2f9273.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -282,14 +282,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -299,7 +299,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128073358.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224150556.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -174,13 +174,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -201,72 +201,72 @@Install dependencies
-> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) +-> installed cmdliner.1.2.0 -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> installed ocaml-compiler-libs.v0.12.4 +-> installed result.1.5 +-> installed re.1.11.0 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 --> installed re.1.11.0 -> installed yojson.2.1.2 +-> installed menhirSdk.dev -> installed atdgen-runtime.2.15.0 -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-11095-ee37ad.env -# output-file ~/.opam/log/coq-elpi-11095-ee37ad.out +# env-file ~/.opam/log/coq-elpi-27433-e13e64.env +# output-file ~/.opam/log/coq-elpi-27433-e13e64.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -282,14 +282,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -299,7 +299,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201002501.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222041905.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -152,7 +152,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -176,13 +176,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -199,11 +199,11 @@Install dependencies
-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed cmdliner.1.2.0 +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) @@ -212,63 +212,63 @@Install dependencies
-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> installed biniou.1.2.2 -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> installed cppo.1.6.9 -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed seq.base +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed seq.base -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed re.1.11.0 +-> installed menhirLib.dev +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-28253-5ec651.env -# output-file ~/.opam/log/coq-elpi-28253-5ec651.out +# env-file ~/.opam/log/coq-elpi-25684-78d712.env +# output-file ~/.opam/log/coq-elpi-25684-78d712.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -284,14 +284,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -301,7 +301,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127232729.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225093517.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-analysis.0.3.9 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-analysis.0.3.9 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-algebra dev Mathematical Components Library on Algebra +coq-mathcomp-bigenough dev A small library to do epsilon - N reasonning +coq-mathcomp-field dev Mathematical Components Library on Fields +coq-mathcomp-fingroup dev Mathematical Components Library on finite groups +coq-mathcomp-finmap dev Finite sets, finite maps, finitely supported functions +coq-mathcomp-solvable dev Mathematical Components Library on finite groups (II) +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-finmap dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-bigenough dev - - install coq-mathcomp-algebra dev - - install coq-mathcomp-solvable dev - - install coq-mathcomp-field dev -===== 32 to install ===== + - install coq-mathcomp-analysis 0.3.9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-mathcomp-analysis.0.3.9: http] +Processing 1/3: +-> retrieved coq-mathcomp-analysis.0.3.9 (https://github.com/math-comp/analysis/archive/0.3.9.tar.gz) +Processing 2/3: [coq-mathcomp-analysis: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9) +- /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coq_makefile -f _CoqProject -o Makefile.coq +- make -f Makefile.coq +- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9' +- COQDEP VFILES +- COQC theories/boolp.v +- COQC theories/forms.v +- COQC theories/altreals/xfinmap.v +- File "./theories/boolp.v", line 102, characters 16-31: +- Error: The reference Choice.mixin_of was not found in the current +- environment. +- +- make[2]: *** [Makefile.coq:848: theories/boolp.vo] Error 1 +- make[2]: *** [theories/boolp.vo] Deleting file 'theories/boolp.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./theories/forms.v", line 32, characters 40-51: +- Error: The reference Zp_zmodType was not found in the current environment. +- +- make[2]: *** [Makefile.coq:848: theories/forms.vo] Error 1 +- make[2]: *** [theories/forms.vo] Deleting file 'theories/forms.glob' +- File "./theories/altreals/xfinmap.v", line 28, characters 7-25: +- Warning: Notation "[ finType of _ ]" is deprecated since mathcomp 2.0.0. +- Use Finite.clone instead. +- [deprecated-notation-since-mathcomp-2.0.0,deprecated-since-mathcomp-2.0.0,deprecated-notation,deprecated,default] +- File "./theories/altreals/xfinmap.v", line 32, characters 7-28: +- Warning: Notation "[ finType of _ ]" is deprecated since mathcomp 2.0.0. +- Use Finite.clone instead. +- [deprecated-notation-since-mathcomp-2.0.0,deprecated-since-mathcomp-2.0.0,deprecated-notation,deprecated,default] +- File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +- Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +- Use ler_wpDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +- Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +- Use ler_wpDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +- Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +- Use ler_wpDr instead. +- [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9' +- make: *** [Makefile.common:63: this-build] Error 2 +[ERROR] The compilation of coq-mathcomp-analysis.0.3.9 failed at "make -j4". +#=== ERROR while compiling coq-mathcomp-analysis.0.3.9 ========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-30599-14580b.env -# output-file ~/.opam/log/coq-elpi-30599-14580b.out +# env-file ~/.opam/log/coq-mathcomp-analysis-31504-f517bc.env +# output-file ~/.opam/log/coq-mathcomp-analysis-31504-f517bc.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +# File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +# Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +# Use ler_wpDr instead. +# [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +# File "./theories/altreals/xfinmap.v", line 128, characters 8-17: +# Warning: Notation ler_paddr is deprecated since mathcomp 1.17.0. +# Use ler_wpDr instead. +# [deprecated-syntactic-definition-since-mathcomp-1.17.0,deprecated-since-mathcomp-1.17.0,deprecated-syntactic-definition,deprecated,default] +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-analysis.0.3.9' +# make: *** [Makefile.common:63: this-build] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-mathcomp-analysis 0.3.9 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130085347.export" +'opam install -y -v coq-mathcomp-analysis.0.3.9 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -155,7 +155,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -179,13 +179,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -199,79 +199,79 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed result.1.5 --> installed sexplib0.v0.16.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed re.1.11.0 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed re.1.11.0 +-> installed result.1.5 +-> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev -> installed atd.2.15.0 --> installed atdts.2.15.0 +-> installed ppxlib.0.32.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed atdts.2.15.0 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-20980-7fe241.env -# output-file ~/.opam/log/coq-elpi-20980-7fe241.out +# env-file ~/.opam/log/coq-elpi-15684-d88e3b.env +# output-file ~/.opam/log/coq-elpi-15684-d88e3b.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -287,14 +287,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -304,7 +304,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130094057.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224105749.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -155,7 +155,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -179,13 +179,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -198,80 +198,80 @@Install dependencies
===== 32 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 --> installed seq.base --> installed ppx_derivers.1.2.1 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 +-> installed seq.base +-> installed menhirLib.dev +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirSdk.dev -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 +-> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-8055-204f83.env -# output-file ~/.opam/log/coq-elpi-8055-204f83.out +# env-file ~/.opam/log/coq-elpi-32302-acd247.env +# output-file ~/.opam/log/coq-elpi-32302-acd247.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -287,14 +287,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -304,7 +304,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127220850.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225095222.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -174,13 +174,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -198,77 +198,77 @@Install dependencies
-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-classical.0.6.0 (https://github.com/math-comp/analysis/archive/0.6.0.tar.gz) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 +-> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed re.1.11.0 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed re.1.11.0 -> installed yojson.2.1.2 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-30198-d493e6.env -# output-file ~/.opam/log/coq-elpi-30198-d493e6.out +# env-file ~/.opam/log/coq-elpi-26822-037b7c.env +# output-file ~/.opam/log/coq-elpi-26822-037b7c.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -284,14 +284,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -301,7 +301,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131020257.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224071522.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -174,13 +174,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -196,8 +196,8 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) @@ -210,65 +210,65 @@Install dependencies
-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base -> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 +-> installed result.1.5 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed stdlib-shims.0.3.0 -> installed re.1.11.0 +-> installed sexplib0.v0.16.0 -> installed yojson.2.1.2 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev -> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-13235-d79130.env -# output-file ~/.opam/log/coq-elpi-13235-d79130.out +# env-file ~/.opam/log/coq-elpi-30268-86035f.env +# output-file ~/.opam/log/coq-elpi-30268-86035f.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -284,14 +284,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -301,7 +301,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129150852.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224155853.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -174,13 +174,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -196,8 +196,8 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) @@ -211,64 +211,64 @@Install dependencies
-> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 +-> installed ppx_derivers.1.2.1 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirLib.dev +-> installed menhirSdk.dev -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 -> installed re.1.11.0 -> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-15795-e30138.env -# output-file ~/.opam/log/coq-elpi-15795-e30138.out +# env-file ~/.opam/log/coq-elpi-22074-998db3.env +# output-file ~/.opam/log/coq-elpi-22074-998db3.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -284,14 +284,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -301,7 +301,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130171750.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224110851.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -174,13 +174,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -195,80 +195,80 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-classical.0.6.3 (https://github.com/math-comp/analysis/archive/0.6.3.tar.gz) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ppx_derivers.1.2.1 -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed re.1.11.0 +-> installed menhirLib.dev +-> installed sexplib0.v0.16.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 +-> installed ppx_deriving.5.2.1 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-19901-c32ca7.env -# output-file ~/.opam/log/coq-elpi-19901-c32ca7.out +# env-file ~/.opam/log/coq-elpi-24136-79c21d.env +# output-file ~/.opam/log/coq-elpi-24136-79c21d.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -284,14 +284,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -301,7 +301,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129180601.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222144949.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -168,7 +168,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -193,7 +193,7 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install coq-mathcomp-finmap 1.5.2 - install coq-mathcomp-fingroup 1.19.0 - install coq-mathcomp-bigenough dev @@ -204,7 +204,7 @@Install dependencies
- install atdts 2.15.0 - install atdgen 2.15.0 - install coq-mathcomp-solvable 1.19.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-mathcomp-field 1.19.0 - install coq-elpi dev - install coq-hierarchy-builder dev @@ -213,14 +213,13 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved coq-mathcomp-algebra.1.19.0 (https://github.com/math-comp/math-comp/archive/mathcomp-1.19.0.tar.gz) --> installed cmdliner.1.2.0 -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-classical.0.7.0 (https://github.com/math-comp/analysis/archive/0.7.0.tar.gz) -> retrieved coq-mathcomp-field.1.19.0 (cached) @@ -230,70 +229,71 @@Install dependencies
-> retrieved coq-mathcomp-ssreflect.1.19.0 (cached) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed coq-mathcomp-ssreflect.1.19.0 --> installed coq-mathcomp-bigenough.dev +-> installed biniou.1.2.2 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed menhirSdk.dev -> installed ocaml-compiler-libs.v0.12.4 --> installed coq-mathcomp-finmap.1.5.2 -> installed ppx_derivers.1.2.1 --> installed result.1.5 -> installed seq.base +-> installed result.1.5 +-> installed menhirLib.dev -> installed sexplib0.v0.16.0 --> installed re.1.11.0 -> installed stdlib-shims.0.3.0 +-> installed re.1.11.0 +-> installed coq-mathcomp-ssreflect.1.19.0 -> installed yojson.2.1.2 --> installed coq-mathcomp-fingroup.1.19.0 +-> installed coq-mathcomp-bigenough.dev -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed coq-mathcomp-algebra.1.19.0 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed coq-mathcomp-solvable.1.19.0 -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 --> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed atdts.2.15.0 +-> installed coq-mathcomp-finmap.1.5.2 +-> installed elpi.1.18.1 +-> installed coq-mathcomp-fingroup.1.19.0 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". +-> installed coq-mathcomp-algebra.1.19.0 +-> installed coq-mathcomp-solvable.1.19.0 -> installed coq-mathcomp-field.1.19.0 #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-18051-a4c563.env -# output-file ~/.opam/log/coq-elpi-18051-a4c563.out +# env-file ~/.opam/log/coq-elpi-32705-a88fa6.env +# output-file ~/.opam/log/coq-elpi-32705-a88fa6.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -316,14 +316,14 @@Install dependencies
| - install coq-mathcomp-ssreflect 1.19.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -333,7 +333,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129011950.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222153051.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -169,7 +169,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -193,13 +193,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -221,73 +221,73 @@Install dependencies
-> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-classical.1.0.0 (https://github.com/math-comp/analysis/archive/1.0.0.tar.gz) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ocaml-compiler-libs.v0.12.4 --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed result.1.5 +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed sexplib0.v0.16.0 +-> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed re.1.11.0 +-> installed menhirLib.dev +-> installed sexplib0.v0.16.0 -> installed yojson.2.1.2 +-> installed menhirSdk.dev -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 +-> installed ppxlib.0.32.0 -> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev -> installed menhir.dev -> installed atd.2.15.0 --> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed atdts.2.15.0 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-26634-b090d4.env -# output-file ~/.opam/log/coq-elpi-26634-b090d4.out +# env-file ~/.opam/log/coq-elpi-7752-9c709f.env +# output-file ~/.opam/log/coq-elpi-7752-9c709f.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -303,14 +303,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -320,7 +320,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129182306.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224212424.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -148,7 +148,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -172,13 +172,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -193,80 +193,80 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) +-> retrieved coq-mathcomp-classical.dev (git+https://github.com/math-comp/analysis.git#master) +-> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-classical.dev (git+https://github.com/math-comp/analysis.git#master) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> installed seq.base +-> installed menhirSdk.dev +-> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 -> installed re.1.11.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-16963-1e163d.env -# output-file ~/.opam/log/coq-elpi-16963-1e163d.out +# env-file ~/.opam/log/coq-elpi-32678-989889.env +# output-file ~/.opam/log/coq-elpi-32678-989889.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -282,14 +282,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -299,7 +299,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129213137.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225022025.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-bigenough.1.0.1 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-21631-28bc13.env -# output-file ~/.opam/log/coq-elpi-21631-28bc13.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129135622.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-bigenough.1.0.1 coq.dev
No files were installed.
+Total: 49 K
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/bigenough/bigenough.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/bigenough/bigenough.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/bigenough/bigenough.v
true
opam remove -y coq-mathcomp-bigenough.1.0.1
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-bigenough.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-411-1a4cc0.env -# output-file ~/.opam/log/coq-elpi-411-1a4cc0.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128050255.export" -
true
opam list; echo; timeout 4h opam install -y coq-mathcomp-bigenough.dev coq.dev
No files were installed.
+Total: 49 K
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/bigenough/bigenough.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/bigenough/bigenough.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/bigenough/bigenough.v
true
opam remove -y coq-mathcomp-bigenough.dev
Total: 14 M
diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-character/1.6.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-character/1.6.1.html index 5572cc557e8b..21ba9d4a8349 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-character/1.6.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-character/1.6.1.html @@ -55,7 +55,7 @@Total: 14 M
diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-character/2.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-character/2.0.0.html index 5088bd789526..d36fffe6ebdd 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-character/2.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-character/2.0.0.html @@ -55,7 +55,7 @@opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-character.2.2.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect 2.2.0 - - install coq-mathcomp-fingroup 2.2.0 - - install coq-mathcomp-algebra 2.2.0 - - install coq-mathcomp-solvable 2.2.0 - - install coq-mathcomp-field 2.2.0 -===== 30 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-algebra.2.2.0 (https://github.com/math-comp/math-comp/archive/mathcomp-2.2.0.tar.gz) --> retrieved coq-mathcomp-field.2.2.0 (cached) --> retrieved coq-mathcomp-fingroup.2.2.0 (cached) --> retrieved coq-mathcomp-solvable.2.2.0 (cached) --> retrieved coq-mathcomp-ssreflect.2.2.0 (cached) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-2547-691f22.env -# output-file ~/.opam/log/coq-elpi-2547-691f22.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128072313.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-character.2.2.0 coq.dev
No files were installed.
+Total: 15 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/character.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/classfun.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/character.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/classfun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/inertia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/inertia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/integral_char.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/vcharacter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxabelem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/vcharacter.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxabelem.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/integral_char.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/character.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/classfun.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/inertia.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxabelem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/vcharacter.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/integral_char.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/all_character.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/all_character.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/all_character.v
true
opam remove -y coq-mathcomp-character.2.2.0
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-character.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-algebra dev - - install coq-mathcomp-solvable dev - - install coq-mathcomp-field dev -===== 30 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-23382-dbae63.env -# output-file ~/.opam/log/coq-elpi-23382-dbae63.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201024429.export" -
true
opam list; echo; timeout 4h opam install -y coq-mathcomp-character.dev coq.dev
No files were installed.
+Total: 15 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/character.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/classfun.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/character.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/classfun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/inertia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/inertia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/integral_char.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/vcharacter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxabelem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/vcharacter.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxabelem.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/integral_char.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxrepresentation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/character.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/classfun.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/inertia.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/mxabelem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/vcharacter.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/integral_char.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/all_character.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/all_character.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/character/all_character.v
true
opam remove -y coq-mathcomp-character.dev
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-classical.0.6.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-classical.0.6.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-algebra dev Mathematical Components Library on Algebra +coq-mathcomp-fingroup dev Mathematical Components Library on finite groups +coq-mathcomp-finmap dev Finite sets, finite maps, finitely supported functions +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-finmap dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-algebra dev -===== 29 to install ===== + - install coq-mathcomp-classical 0.6.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-mathcomp-classical.0.6.0: http] +Processing 1/3: +-> retrieved coq-mathcomp-classical.0.6.0 (https://github.com/math-comp/analysis/archive/0.6.0.tar.gz) +Processing 2/3: [coq-mathcomp-classical: make classical] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-C" "classical" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.0) +- make: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.0/classical' +- /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coq_makefile -f Make -o Makefile.coq +- make -f Makefile.coq +- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.0/classical' +- COQDEP VFILES +- COQC boolp.v +- COQC mathcomp_extra.v +- File "./mathcomp_extra.v", line 7, characters 9-28: +- Error: The reference choice.Choice.mixin was not found in the current +- environment. +- +- make[2]: *** [Makefile.coq:848: mathcomp_extra.vo] Error 1 +- make[2]: *** [mathcomp_extra.vo] Deleting file 'mathcomp_extra.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./boolp.v", line 167, characters 16-31: +- Error: The reference Choice.mixin_of was not found in the current +- environment. +- +- make[2]: *** [Makefile.coq:848: boolp.vo] Error 1 +- make[2]: *** [boolp.vo] Deleting file 'boolp.glob' +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.0/classical' +- make: *** [../Makefile.common:63: this-build] Error 2 +- make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.0/classical' +[ERROR] The compilation of coq-mathcomp-classical.0.6.0 failed at "make -C classical -j4". +#=== ERROR while compiling coq-mathcomp-classical.0.6.0 =======================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -C classical -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-7124-f5bcbb.env -# output-file ~/.opam/log/coq-elpi-7124-f5bcbb.out +# env-file ~/.opam/log/coq-mathcomp-classical-26180-5cadcc.env +# output-file ~/.opam/log/coq-mathcomp-classical-26180-5cadcc.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# make[2]: *** [mathcomp_extra.vo] Deleting file 'mathcomp_extra.glob' +# make[2]: *** Waiting for unfinished jobs.... +# File "./boolp.v", line 167, characters 16-31: +# Error: The reference Choice.mixin_of was not found in the current +# environment. +# +# make[2]: *** [Makefile.coq:848: boolp.vo] Error 1 +# make[2]: *** [boolp.vo] Deleting file 'boolp.glob' +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.0/classical' +# make: *** [../Makefile.common:63: this-build] Error 2 +# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.0/classical' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-mathcomp-classical 0.6.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131215529.export" +'opam install -y -v coq-mathcomp-classical.0.6.0 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -151,7 +151,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -175,13 +175,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -199,69 +199,69 @@Install dependencies
-> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 +-> installed seq.base +-> installed menhirSdk.dev +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirLib.dev -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed re.1.11.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-5786-a371bf.env -# output-file ~/.opam/log/coq-elpi-5786-a371bf.out +# env-file ~/.opam/log/coq-elpi-11595-be8ec8.env +# output-file ~/.opam/log/coq-elpi-11595-be8ec8.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -277,14 +277,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -294,7 +294,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130181011.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223154028.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -151,7 +151,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -175,13 +175,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -192,12 +192,12 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) @@ -206,62 +206,62 @@Install dependencies
-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed cppo.1.6.9 +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed seq.base -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base +-> installed ppx_derivers.1.2.1 +-> installed result.1.5 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ocaml-compiler-libs.v0.12.4 -> installed stdlib-shims.0.3.0 +-> installed re.1.11.0 +-> installed sexplib0.v0.16.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev -> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 --> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed atdts.2.15.0 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-8874-00099f.env -# output-file ~/.opam/log/coq-elpi-8874-00099f.out +# env-file ~/.opam/log/coq-elpi-13936-4f478f.env +# output-file ~/.opam/log/coq-elpi-13936-4f478f.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -277,14 +277,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -294,7 +294,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129090222.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225010208.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-classical.0.6.3 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-classical.0.6.3 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-algebra dev Mathematical Components Library on Algebra +coq-mathcomp-fingroup dev Mathematical Components Library on finite groups +coq-mathcomp-finmap dev Finite sets, finite maps, finitely supported functions +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-finmap dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-algebra dev -===== 29 to install ===== + - install coq-mathcomp-classical 0.6.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-mathcomp-classical.0.6.3: http] +Processing 1/3: +-> retrieved coq-mathcomp-classical.0.6.3 (https://github.com/math-comp/analysis/archive/0.6.3.tar.gz) +Processing 2/3: [coq-mathcomp-classical: make classical] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-C" "classical" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.3) +- make: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.3/classical' +- /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coq_makefile -f Make -o Makefile.coq +- make -f Makefile.coq +- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.3/classical' +- COQDEP VFILES +- COQC boolp.v +- COQC mathcomp_extra.v +- File "./mathcomp_extra.v", line 7, characters 9-28: +- Error: The reference choice.Choice.mixin was not found in the current +- environment. +- +- make[2]: *** [Makefile.coq:848: mathcomp_extra.vo] Error 1 +- make[2]: *** [mathcomp_extra.vo] Deleting file 'mathcomp_extra.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./boolp.v", line 167, characters 16-31: +- Error: The reference Choice.mixin_of was not found in the current +- environment. +- +- make[2]: *** [Makefile.coq:848: boolp.vo] Error 1 +- make[2]: *** [boolp.vo] Deleting file 'boolp.glob' +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.3/classical' +- make: *** [../Makefile.common:63: this-build] Error 2 +- make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.3/classical' +[ERROR] The compilation of coq-mathcomp-classical.0.6.3 failed at "make -C classical -j4". +#=== ERROR while compiling coq-mathcomp-classical.0.6.3 =======================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.3 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -C classical -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-28758-1db6fb.env -# output-file ~/.opam/log/coq-elpi-28758-1db6fb.out +# env-file ~/.opam/log/coq-mathcomp-classical-16469-3e371a.env +# output-file ~/.opam/log/coq-mathcomp-classical-16469-3e371a.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# make[2]: *** [mathcomp_extra.vo] Deleting file 'mathcomp_extra.glob' +# make[2]: *** Waiting for unfinished jobs.... +# File "./boolp.v", line 167, characters 16-31: +# Error: The reference Choice.mixin_of was not found in the current +# environment. +# +# make[2]: *** [Makefile.coq:848: boolp.vo] Error 1 +# make[2]: *** [boolp.vo] Deleting file 'boolp.glob' +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.3/classical' +# make: *** [../Makefile.common:63: this-build] Error 2 +# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-classical.0.6.3/classical' <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-mathcomp-classical 0.6.3 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131151033.export" +'opam install -y -v coq-mathcomp-classical.0.6.3 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -155,7 +155,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -182,14 +182,14 @@Install dependencies
- install biniou 1.2.2 - install coq-mathcomp-finmap 1.5.2 - install coq-mathcomp-fingroup 1.19.0 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install coq-mathcomp-algebra 1.19.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev ===== 29 to install ===== @@ -197,79 +197,79 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> retrieved coq-mathcomp-algebra.1.19.0 (https://github.com/math-comp/math-comp/archive/mathcomp-1.19.0.tar.gz) -> retrieved coq-mathcomp-fingroup.1.19.0 (cached) -> retrieved coq-mathcomp-finmap.1.5.2 (https://github.com/math-comp/finmap/archive/1.5.2.tar.gz) -> retrieved coq-mathcomp-ssreflect.1.19.0 (cached) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 -> installed easy-format.1.3.4 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> installed biniou.1.2.2 --> installed coq-mathcomp-ssreflect.1.19.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed coq-mathcomp-finmap.1.5.2 +-> installed coq-mathcomp-ssreflect.1.19.0 +-> installed menhirLib.dev +-> installed menhirSdk.dev -> installed ocaml-compiler-libs.v0.12.4 -> installed ppx_derivers.1.2.1 -> installed result.1.5 -> installed seq.base -> installed sexplib0.v0.16.0 --> installed re.1.11.0 -> installed stdlib-shims.0.3.0 +-> installed re.1.11.0 +-> installed coq-mathcomp-finmap.1.5.2 -> installed yojson.2.1.2 --> installed coq-mathcomp-fingroup.1.19.0 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed coq-mathcomp-algebra.1.19.0 --> installed menhirLib.dev --> installed menhirSdk.dev -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppxlib.0.32.0 +-> installed coq-mathcomp-fingroup.1.19.0 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". +-> installed coq-mathcomp-algebra.1.19.0 #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-10506-2c025d.env -# output-file ~/.opam/log/coq-elpi-10506-2c025d.out +# env-file ~/.opam/log/coq-elpi-32368-2e1ca8.env +# output-file ~/.opam/log/coq-elpi-32368-2e1ca8.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -289,14 +289,14 @@Install dependencies
| - install coq-mathcomp-ssreflect 1.19.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -306,7 +306,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130091316.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223150152.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -156,7 +156,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -180,13 +180,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -196,77 +196,77 @@Install dependencies
===== 29 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) +-> retrieved atdts.2.15.0 (cached) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> installed cmdliner.1.2.0 +-> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed cppo.1.6.9 --> installed biniou.1.2.2 -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed biniou.1.2.2 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed menhirSdk.dev -> installed result.1.5 +-> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev --> installed menhirSdk.dev +-> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-12960-b597d7.env -# output-file ~/.opam/log/coq-elpi-12960-b597d7.out +# env-file ~/.opam/log/coq-elpi-15932-ace7ef.env +# output-file ~/.opam/log/coq-elpi-15932-ace7ef.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -282,14 +282,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -299,7 +299,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127093525.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223061624.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -149,7 +149,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -173,13 +173,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -193,73 +193,73 @@Install dependencies
-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 -> installed seq.base +-> installed menhirSdk.dev -> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev -> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-14471-720aad.env -# output-file ~/.opam/log/coq-elpi-14471-720aad.out +# env-file ~/.opam/log/coq-elpi-8456-b72284.env +# output-file ~/.opam/log/coq-elpi-8456-b72284.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -275,14 +275,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -292,7 +292,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130055645.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225071842.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-mathcomp-dioid = 0.2 -> coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-mathcomp-dioid = 0.2 -> coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-mathcomp-dioid = 0.2 -> coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-dioid = 0.2 -> coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mathcomp-dioid = 0.2 -> coq-elpi = 1.8.1 -> elpi < 1.13.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-dioid/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-dioid/dev.html index 765563704aba..c8e84cf191ee 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-dioid/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-dioid/dev.html @@ -58,7 +58,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -132,14 +132,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-dioid >= dev -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-dioid >= dev -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-dioid >= dev -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-dioid >= dev -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mathcomp-dioid >= dev -> coq < 8.14~ * Missing dependency: - coq-mathcomp-dioid >= dev -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field-extra/1.6.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field-extra/1.6.1.html index 548328094f1f..1c569ad72efa 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field-extra/1.6.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field-extra/1.6.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field-extra -> coq-mathcomp-field = 1.6.1 -> coq-mathcomp-solvable = 1.6.1 -> coq-mathcomp-algebra = 1.6.1 -> coq-mathcomp-fingroup = 1.6.1 -> coq-mathcomp-ssreflect = 1.6.1 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field-extra -> coq-mathcomp-field = 1.6.1 -> coq-mathcomp-solvable = 1.6.1 -> coq-mathcomp-algebra = 1.6.1 -> coq-mathcomp-fingroup = 1.6.1 -> coq-mathcomp-ssreflect = 1.6.1 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field-extra -> coq-mathcomp-field = 1.6.1 -> coq-mathcomp-solvable = 1.6.1 -> coq-mathcomp-algebra = 1.6.1 -> coq-mathcomp-fingroup = 1.6.1 -> coq-mathcomp-ssreflect = 1.6.1 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field-extra -> coq-mathcomp-field = 1.6.1 -> coq-mathcomp-solvable = 1.6.1 -> coq-mathcomp-algebra = 1.6.1 -> coq-mathcomp-fingroup = 1.6.1 -> coq-mathcomp-ssreflect = 1.6.1 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mathcomp-field-extra -> coq-mathcomp-field = 1.6.1 -> coq-mathcomp-solvable = 1.6.1 -> coq-mathcomp-algebra = 1.6.1 -> coq-mathcomp-fingroup = 1.6.1 -> coq-mathcomp-ssreflect = 1.6.1 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.10.0.html index cad1f86a5f93..83c53baecca2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,12 +105,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field = 1.10.0 -> coq-mathcomp-solvable = 1.10.0 -> coq-mathcomp-algebra = 1.10.0 -> coq-mathcomp-fingroup = 1.10.0 -> coq-mathcomp-ssreflect = 1.10.0 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field = 1.10.0 -> coq-mathcomp-solvable = 1.10.0 -> coq-mathcomp-algebra = 1.10.0 -> coq-mathcomp-fingroup = 1.10.0 -> coq-mathcomp-ssreflect = 1.10.0 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field = 1.10.0 -> coq-mathcomp-solvable = 1.10.0 -> coq-mathcomp-algebra = 1.10.0 -> coq-mathcomp-fingroup = 1.10.0 -> coq-mathcomp-ssreflect = 1.10.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field = 1.10.0 -> coq-mathcomp-solvable = 1.10.0 -> coq-mathcomp-algebra = 1.10.0 -> coq-mathcomp-fingroup = 1.10.0 -> coq-mathcomp-ssreflect = 1.10.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mathcomp-field = 1.10.0 -> coq-mathcomp-solvable = 1.10.0 -> coq-mathcomp-algebra = 1.10.0 -> coq-mathcomp-fingroup = 1.10.0 -> coq-mathcomp-ssreflect = 1.10.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.11+beta1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.11+beta1.html index c618aeffcb95..a3bdc5de8429 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.11+beta1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.11+beta1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,7 +127,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -141,8 +141,8 @@Install dependencies
- install coq-mathcomp-solvable 1.11+beta1 ===== 4 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved coq-mathcomp-fingroup.1.11+beta1 (https://github.com/math-comp/math-comp/archive/mathcomp-1.11+beta1.tar.gz) -> retrieved coq-mathcomp-algebra.1.11+beta1 (https://github.com/math-comp/math-comp/archive/mathcomp-1.11+beta1.tar.gz) +-> retrieved coq-mathcomp-fingroup.1.11+beta1 (https://github.com/math-comp/math-comp/archive/mathcomp-1.11+beta1.tar.gz) -> retrieved coq-mathcomp-solvable.1.11+beta1 (https://github.com/math-comp/math-comp/archive/mathcomp-1.11+beta1.tar.gz) -> retrieved coq-mathcomp-ssreflect.1.11+beta1 (cached) [ERROR] The compilation of coq-mathcomp-ssreflect.1.11+beta1 failed at "make -C mathcomp/ssreflect -j 4". @@ -151,8 +151,8 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-ssreflect.1.11+beta1 # command ~/.opam/opam-init/hooks/sandbox.sh build make -C mathcomp/ssreflect -j 4 # exit-code 2 -# env-file ~/.opam/log/coq-mathcomp-ssreflect-11426-5b08d2.env -# output-file ~/.opam/log/coq-mathcomp-ssreflect-11426-5b08d2.out +# env-file ~/.opam/log/coq-mathcomp-ssreflect-7752-83f87d.env +# output-file ~/.opam/log/coq-mathcomp-ssreflect-7752-83f87d.out ### output ### # [...] # COQC ssrfun.v diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.11.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.11.0.html index 7168a52e648d..c8f0aa6e0ca7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.11.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.11.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,12 +105,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field = 1.11.0 -> coq-mathcomp-solvable = 1.11.0 -> coq-mathcomp-algebra = 1.11.0 -> coq-mathcomp-fingroup = 1.11.0 -> coq-mathcomp-ssreflect = 1.11.0 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field = 1.11.0 -> coq-mathcomp-solvable = 1.11.0 -> coq-mathcomp-algebra = 1.11.0 -> coq-mathcomp-fingroup = 1.11.0 -> coq-mathcomp-ssreflect = 1.11.0 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field = 1.11.0 -> coq-mathcomp-solvable = 1.11.0 -> coq-mathcomp-algebra = 1.11.0 -> coq-mathcomp-fingroup = 1.11.0 -> coq-mathcomp-ssreflect = 1.11.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field = 1.11.0 -> coq-mathcomp-solvable = 1.11.0 -> coq-mathcomp-algebra = 1.11.0 -> coq-mathcomp-fingroup = 1.11.0 -> coq-mathcomp-ssreflect = 1.11.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mathcomp-field = 1.11.0 -> coq-mathcomp-solvable = 1.11.0 -> coq-mathcomp-algebra = 1.11.0 -> coq-mathcomp-fingroup = 1.11.0 -> coq-mathcomp-ssreflect = 1.11.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.12.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.12.0.html index 098731f95219..9842a581d22a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.12.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.12.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,14 +105,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field = 1.12.0 -> coq-mathcomp-solvable = 1.12.0 -> coq-mathcomp-algebra = 1.12.0 -> coq-mathcomp-fingroup = 1.12.0 -> coq-mathcomp-ssreflect = 1.12.0 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field = 1.12.0 -> coq-mathcomp-solvable = 1.12.0 -> coq-mathcomp-algebra = 1.12.0 -> coq-mathcomp-fingroup = 1.12.0 -> coq-mathcomp-ssreflect = 1.12.0 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field = 1.12.0 -> coq-mathcomp-solvable = 1.12.0 -> coq-mathcomp-algebra = 1.12.0 -> coq-mathcomp-fingroup = 1.12.0 -> coq-mathcomp-ssreflect = 1.12.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field = 1.12.0 -> coq-mathcomp-solvable = 1.12.0 -> coq-mathcomp-algebra = 1.12.0 -> coq-mathcomp-fingroup = 1.12.0 -> coq-mathcomp-ssreflect = 1.12.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mathcomp-field = 1.12.0 -> coq-mathcomp-solvable = 1.12.0 -> coq-mathcomp-algebra = 1.12.0 -> coq-mathcomp-fingroup = 1.12.0 -> coq-mathcomp-ssreflect = 1.12.0 -> coq < 8.15~ * Missing dependency: - coq-mathcomp-field = 1.12.0 -> coq-mathcomp-solvable = 1.12.0 -> coq-mathcomp-algebra = 1.12.0 -> coq-mathcomp-fingroup = 1.12.0 -> coq-mathcomp-ssreflect = 1.12.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.13.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.13.0.html index fd6364b77f30..3f0d1a607d39 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.13.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.13.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,14 +105,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field = 1.13.0 -> coq-mathcomp-solvable = 1.13.0 -> coq-mathcomp-algebra = 1.13.0 -> coq-mathcomp-fingroup = 1.13.0 -> coq-mathcomp-ssreflect = 1.13.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field = 1.13.0 -> coq-mathcomp-solvable = 1.13.0 -> coq-mathcomp-algebra = 1.13.0 -> coq-mathcomp-fingroup = 1.13.0 -> coq-mathcomp-ssreflect = 1.13.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field = 1.13.0 -> coq-mathcomp-solvable = 1.13.0 -> coq-mathcomp-algebra = 1.13.0 -> coq-mathcomp-fingroup = 1.13.0 -> coq-mathcomp-ssreflect = 1.13.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field = 1.13.0 -> coq-mathcomp-solvable = 1.13.0 -> coq-mathcomp-algebra = 1.13.0 -> coq-mathcomp-fingroup = 1.13.0 -> coq-mathcomp-ssreflect = 1.13.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mathcomp-field = 1.13.0 -> coq-mathcomp-solvable = 1.13.0 -> coq-mathcomp-algebra = 1.13.0 -> coq-mathcomp-fingroup = 1.13.0 -> coq-mathcomp-ssreflect = 1.13.0 -> coq < 8.16~ * Missing dependency: - coq-mathcomp-field = 1.13.0 -> coq-mathcomp-solvable = 1.13.0 -> coq-mathcomp-algebra = 1.13.0 -> coq-mathcomp-fingroup = 1.13.0 -> coq-mathcomp-ssreflect = 1.13.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.14.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.14.0.html index 9da061c4bb9d..1cff4d14a50b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.14.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.14.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,14 +105,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field = 1.14.0 -> coq-mathcomp-solvable = 1.14.0 -> coq-mathcomp-algebra = 1.14.0 -> coq-mathcomp-fingroup = 1.14.0 -> coq-mathcomp-ssreflect = 1.14.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field = 1.14.0 -> coq-mathcomp-solvable = 1.14.0 -> coq-mathcomp-algebra = 1.14.0 -> coq-mathcomp-fingroup = 1.14.0 -> coq-mathcomp-ssreflect = 1.14.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field = 1.14.0 -> coq-mathcomp-solvable = 1.14.0 -> coq-mathcomp-algebra = 1.14.0 -> coq-mathcomp-fingroup = 1.14.0 -> coq-mathcomp-ssreflect = 1.14.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field = 1.14.0 -> coq-mathcomp-solvable = 1.14.0 -> coq-mathcomp-algebra = 1.14.0 -> coq-mathcomp-fingroup = 1.14.0 -> coq-mathcomp-ssreflect = 1.14.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mathcomp-field = 1.14.0 -> coq-mathcomp-solvable = 1.14.0 -> coq-mathcomp-algebra = 1.14.0 -> coq-mathcomp-fingroup = 1.14.0 -> coq-mathcomp-ssreflect = 1.14.0 -> coq < 8.16~ * Missing dependency: - coq-mathcomp-field = 1.14.0 -> coq-mathcomp-solvable = 1.14.0 -> coq-mathcomp-algebra = 1.14.0 -> coq-mathcomp-fingroup = 1.14.0 -> coq-mathcomp-ssreflect = 1.14.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.15.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.15.0.html index e21cb73c0d13..d62ba96c91bf 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.15.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.15.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,14 +105,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field = 1.15.0 -> coq-mathcomp-solvable = 1.15.0 -> coq-mathcomp-algebra = 1.15.0 -> coq-mathcomp-fingroup = 1.15.0 -> coq-mathcomp-ssreflect = 1.15.0 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field = 1.15.0 -> coq-mathcomp-solvable = 1.15.0 -> coq-mathcomp-algebra = 1.15.0 -> coq-mathcomp-fingroup = 1.15.0 -> coq-mathcomp-ssreflect = 1.15.0 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field = 1.15.0 -> coq-mathcomp-solvable = 1.15.0 -> coq-mathcomp-algebra = 1.15.0 -> coq-mathcomp-fingroup = 1.15.0 -> coq-mathcomp-ssreflect = 1.15.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field = 1.15.0 -> coq-mathcomp-solvable = 1.15.0 -> coq-mathcomp-algebra = 1.15.0 -> coq-mathcomp-fingroup = 1.15.0 -> coq-mathcomp-ssreflect = 1.15.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mathcomp-field = 1.15.0 -> coq-mathcomp-solvable = 1.15.0 -> coq-mathcomp-algebra = 1.15.0 -> coq-mathcomp-fingroup = 1.15.0 -> coq-mathcomp-ssreflect = 1.15.0 -> coq < 8.17~ * Missing dependency: - coq-mathcomp-field = 1.15.0 -> coq-mathcomp-solvable = 1.15.0 -> coq-mathcomp-algebra = 1.15.0 -> coq-mathcomp-fingroup = 1.15.0 -> coq-mathcomp-ssreflect = 1.15.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.16.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.16.0.html index 51aacc374521..4ad41167af23 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.16.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.16.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,14 +105,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field = 1.16.0 -> coq-mathcomp-solvable = 1.16.0 -> coq-mathcomp-algebra = 1.16.0 -> coq-mathcomp-fingroup = 1.16.0 -> coq-mathcomp-ssreflect = 1.16.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field = 1.16.0 -> coq-mathcomp-solvable = 1.16.0 -> coq-mathcomp-algebra = 1.16.0 -> coq-mathcomp-fingroup = 1.16.0 -> coq-mathcomp-ssreflect = 1.16.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field = 1.16.0 -> coq-mathcomp-solvable = 1.16.0 -> coq-mathcomp-algebra = 1.16.0 -> coq-mathcomp-fingroup = 1.16.0 -> coq-mathcomp-ssreflect = 1.16.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field = 1.16.0 -> coq-mathcomp-solvable = 1.16.0 -> coq-mathcomp-algebra = 1.16.0 -> coq-mathcomp-fingroup = 1.16.0 -> coq-mathcomp-ssreflect = 1.16.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mathcomp-field = 1.16.0 -> coq-mathcomp-solvable = 1.16.0 -> coq-mathcomp-algebra = 1.16.0 -> coq-mathcomp-fingroup = 1.16.0 -> coq-mathcomp-ssreflect = 1.16.0 -> coq < 8.19~ * Missing dependency: - coq-mathcomp-field = 1.16.0 -> coq-mathcomp-solvable = 1.16.0 -> coq-mathcomp-algebra = 1.16.0 -> coq-mathcomp-fingroup = 1.16.0 -> coq-mathcomp-ssreflect = 1.16.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.17.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.17.0.html index bcf705dc73a4..b7f7c7f2f5d2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.17.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.17.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,14 +105,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field = 1.17.0 -> coq-mathcomp-solvable = 1.17.0 -> coq-mathcomp-algebra = 1.17.0 -> coq-mathcomp-fingroup = 1.17.0 -> coq-mathcomp-ssreflect = 1.17.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field = 1.17.0 -> coq-mathcomp-solvable = 1.17.0 -> coq-mathcomp-algebra = 1.17.0 -> coq-mathcomp-fingroup = 1.17.0 -> coq-mathcomp-ssreflect = 1.17.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field = 1.17.0 -> coq-mathcomp-solvable = 1.17.0 -> coq-mathcomp-algebra = 1.17.0 -> coq-mathcomp-fingroup = 1.17.0 -> coq-mathcomp-ssreflect = 1.17.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field = 1.17.0 -> coq-mathcomp-solvable = 1.17.0 -> coq-mathcomp-algebra = 1.17.0 -> coq-mathcomp-fingroup = 1.17.0 -> coq-mathcomp-ssreflect = 1.17.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mathcomp-field = 1.17.0 -> coq-mathcomp-solvable = 1.17.0 -> coq-mathcomp-algebra = 1.17.0 -> coq-mathcomp-fingroup = 1.17.0 -> coq-mathcomp-ssreflect = 1.17.0 -> coq < 8.19~ * Missing dependency: - coq-mathcomp-field = 1.17.0 -> coq-mathcomp-solvable = 1.17.0 -> coq-mathcomp-algebra = 1.17.0 -> coq-mathcomp-fingroup = 1.17.0 -> coq-mathcomp-ssreflect = 1.17.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.18.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.18.0.html index 0286abe9a1a3..14a319ecf575 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.18.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.18.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -105,14 +105,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mathcomp-field = 1.18.0 -> coq-mathcomp-solvable = 1.18.0 -> coq-mathcomp-algebra = 1.18.0 -> coq-mathcomp-fingroup = 1.18.0 -> coq-mathcomp-ssreflect = 1.18.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mathcomp-field = 1.18.0 -> coq-mathcomp-solvable = 1.18.0 -> coq-mathcomp-algebra = 1.18.0 -> coq-mathcomp-fingroup = 1.18.0 -> coq-mathcomp-ssreflect = 1.18.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-mathcomp-field = 1.18.0 -> coq-mathcomp-solvable = 1.18.0 -> coq-mathcomp-algebra = 1.18.0 -> coq-mathcomp-fingroup = 1.18.0 -> coq-mathcomp-ssreflect = 1.18.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mathcomp-field = 1.18.0 -> coq-mathcomp-solvable = 1.18.0 -> coq-mathcomp-algebra = 1.18.0 -> coq-mathcomp-fingroup = 1.18.0 -> coq-mathcomp-ssreflect = 1.18.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mathcomp-field = 1.18.0 -> coq-mathcomp-solvable = 1.18.0 -> coq-mathcomp-algebra = 1.18.0 -> coq-mathcomp-fingroup = 1.18.0 -> coq-mathcomp-ssreflect = 1.18.0 -> coq < 8.19~ * Missing dependency: - coq-mathcomp-field = 1.18.0 -> coq-mathcomp-solvable = 1.18.0 -> coq-mathcomp-algebra = 1.18.0 -> coq-mathcomp-fingroup = 1.18.0 -> coq-mathcomp-ssreflect = 1.18.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.19.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.19.0.html index 4c30e9e5d73f..939bc5103885 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.19.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-field/1.19.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,7 +119,7 @@Install dependencies
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algnum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/finfield.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/qfpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/qfpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/galois.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algnum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/finfield.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/qfpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/qfpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/galois.v
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-field.2.2.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect 2.2.0 - - install coq-mathcomp-fingroup 2.2.0 - - install coq-mathcomp-algebra 2.2.0 - - install coq-mathcomp-solvable 2.2.0 -===== 29 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-algebra.2.2.0 (https://github.com/math-comp/math-comp/archive/mathcomp-2.2.0.tar.gz) --> retrieved coq-mathcomp-fingroup.2.2.0 (cached) --> installed camlp-streams.5.0.1 --> retrieved coq-mathcomp-solvable.2.2.0 (cached) --> retrieved coq-mathcomp-ssreflect.2.2.0 (cached) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> installed cppo.1.6.9 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-21553-b34446.env -# output-file ~/.opam/log/coq-elpi-21553-b34446.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127230603.export" -
true
opam list; echo; timeout 8h opam install -y -v coq-mathcomp-field.2.2.0 coq.dev
No files were installed.
+Total: 11 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/galois.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/fieldext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/finfield.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/falgebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algnum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/galois.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/closed_field.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/closed_field.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/separable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/fieldext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/separable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/qfpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/falgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algnum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/finfield.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/qfpoly.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/galois.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/fieldext.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algebraics_fundamentals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/separable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/falgebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/closed_field.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/algnum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/finfield.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/all_field.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/qfpoly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/cyclotomic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/all_field.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/field/all_field.v
true
opam remove -y coq-mathcomp-field.2.2.0
# Packages matching: installed # Name # Installed # Synopsis @@ -127,7 +127,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -151,13 +151,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -168,12 +168,12 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) @@ -184,60 +184,60 @@Install dependencies
-> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 +-> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.11.0 +-> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev -> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-15167-96eb23.env -# output-file ~/.opam/log/coq-elpi-15167-96eb23.out +# env-file ~/.opam/log/coq-elpi-14303-301a6e.env +# output-file ~/.opam/log/coq-elpi-14303-301a6e.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -253,14 +253,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -270,7 +270,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131031315.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224152517.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -132,7 +132,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -156,13 +156,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect 2.2.0 @@ -170,73 +170,73 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.2.2.0 (https://github.com/math-comp/math-comp/archive/mathcomp-2.2.0.tar.gz) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 +-> installed camlp-streams.5.0.1 -> installed cppo.1.6.9 +-> installed easy-format.1.3.4 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> installed cmdliner.1.2.0 -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> installed seq.base +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed menhirLib.dev +-> installed result.1.5 -> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 +-> installed re.1.11.0 +-> installed menhirSdk.dev -> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-24646-4302aa.env -# output-file ~/.opam/log/coq-elpi-24646-4302aa.out +# env-file ~/.opam/log/coq-elpi-17385-83bce8.env +# output-file ~/.opam/log/coq-elpi-17385-83bce8.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -252,14 +252,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -269,7 +269,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130150116.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224185255.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -127,7 +127,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -151,13 +151,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -165,73 +165,73 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-9309-a048e8.env -# output-file ~/.opam/log/coq-elpi-9309-a048e8.out +# env-file ~/.opam/log/coq-elpi-7470-4a6762.env +# output-file ~/.opam/log/coq-elpi-7470-4a6762.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -247,14 +247,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -264,7 +264,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128130554.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223080519.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -140,7 +140,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -164,13 +164,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -179,72 +179,72 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ocaml-compiler-libs.v0.12.4 -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed sexplib0.v0.16.0 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> installed menhirLib.dev +-> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed stdlib-shims.0.3.0 +-> installed menhirSdk.dev -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-2698-56e42e.env -# output-file ~/.opam/log/coq-elpi-2698-56e42e.out +# env-file ~/.opam/log/coq-elpi-5138-f2d97a.env +# output-file ~/.opam/log/coq-elpi-5138-f2d97a.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -260,14 +260,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -277,7 +277,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128195001.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224174014.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -141,7 +141,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -165,13 +165,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -181,71 +181,71 @@Install dependencies
-> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 -> installed re.1.11.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirLib.dev +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-11730-dc105f.env -# output-file ~/.opam/log/coq-elpi-11730-dc105f.out +# env-file ~/.opam/log/coq-elpi-4523-2c51e9.env +# output-file ~/.opam/log/coq-elpi-4523-2c51e9.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -261,14 +261,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -278,7 +278,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131142709.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222060746.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -141,7 +141,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -165,13 +165,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -179,73 +179,73 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> installed easy-format.1.3.4 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed cppo.1.6.9 -> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> installed ppx_derivers.1.2.1 --> installed result.1.5 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed result.1.5 +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed re.1.11.0 --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-27376-9c5a18.env -# output-file ~/.opam/log/coq-elpi-27376-9c5a18.out +# env-file ~/.opam/log/coq-elpi-24156-6508d6.env +# output-file ~/.opam/log/coq-elpi-24156-6508d6.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -261,14 +261,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -278,7 +278,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129001919.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224155211.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-finmap.dev coq.dev
opam list; echo; timeout 4h opam install -y coq-mathcomp-finmap.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-mathcomp-ssreflect 1.dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== + - install coq-mathcomp-finmap dev <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed result.1.5 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +[ERROR] The compilation of coq-mathcomp-finmap.dev failed at "make -j4". +#=== ERROR while compiling coq-mathcomp-finmap.dev ============================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-finmap.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-6622-9c0356.env -# output-file ~/.opam/log/coq-elpi-6622-9c0356.out +# env-file ~/.opam/log/coq-mathcomp-finmap-15506-6ba409.env +# output-file ~/.opam/log/coq-mathcomp-finmap-15506-6ba409.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml +# Warning: in file finmap.v, library structures is required # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# [module-not-found,filesystem,default] +# COQC finmap.v +# File "./finmap.v", line 4, characters 0-34: +# Error: Cannot find a physical path bound to logical path +# structures with prefix HB. +# +# make[2]: *** [Makefile.coq:848: finmap.vo] Error 1 +# make[2]: *** [finmap.vo] Deleting file 'finmap.glob' +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-finmap.dev' +# make: *** [Makefile.common:51: this-build] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-mathcomp-finmap dev +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130222908.export"
true
No files were installed.
opam remove -y coq; opam install -y --show-action --unlock-base coq-mathcomp-multinomials.1.1
The following actions will be performed: + - remove coq dev +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> removed coq.dev +Done. +# Run eval $(opam env) to update the current shell environment +Fatal error: allocation failure during minor GC +
# Packages matching: installed # Name # Installed # Synopsis @@ -138,7 +138,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,13 +162,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -180,77 +180,77 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> installed biniou.1.2.2 +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-13152-012763.env -# output-file ~/.opam/log/coq-elpi-13152-012763.out +# env-file ~/.opam/log/coq-elpi-9161-5f49e5.env +# output-file ~/.opam/log/coq-elpi-9161-5f49e5.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -266,14 +266,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -283,7 +283,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128054036.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224001321.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -138,7 +138,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,13 +162,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -196,61 +196,61 @@Install dependencies
-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 +-> installed menhirSdk.dev +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirLib.dev +-> installed result.1.5 -> installed re.1.11.0 +-> installed sexplib0.v0.16.0 +-> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-24414-0001e6.env -# output-file ~/.opam/log/coq-elpi-24414-0001e6.out +# env-file ~/.opam/log/coq-elpi-20067-471e67.env +# output-file ~/.opam/log/coq-elpi-20067-471e67.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -266,14 +266,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -283,7 +283,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129215732.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223120808.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -138,7 +138,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,13 +162,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -181,76 +181,76 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppx_derivers.1.2.1 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> installed result.1.5 -> installed sexplib0.v0.16.0 +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> installed re.1.11.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev +-> installed atdgen-runtime.2.15.0 -> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-2784-523894.env -# output-file ~/.opam/log/coq-elpi-2784-523894.out +# env-file ~/.opam/log/coq-elpi-23488-f6dfd4.env +# output-file ~/.opam/log/coq-elpi-23488-f6dfd4.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -266,14 +266,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -283,7 +283,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128031857.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225074432.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-multinomials.1.6.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-multinomials.1.6.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-algebra dev Mathematical Components Library on Algebra +coq-mathcomp-bigenough dev A small library to do epsilon - N reasonning +coq-mathcomp-fingroup dev Mathematical Components Library on finite groups +coq-mathcomp-finmap dev Finite sets, finite maps, finitely supported functions +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-finmap dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-bigenough dev - - install coq-mathcomp-algebra dev -===== 30 to install ===== + - install coq-mathcomp-multinomials 1.6.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> installed cppo.1.6.9 --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-2636-d7645d.env -# output-file ~/.opam/log/coq-elpi-2636-d7645d.out +Processing 1/3: [coq-mathcomp-multinomials.1.6.0: http] +Processing 1/3: +-> retrieved coq-mathcomp-multinomials.1.6.0 (https://github.com/math-comp/multinomials/archive/1.6.0.tar.gz) +Processing 2/3: [coq-mathcomp-multinomials: bash] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "bash" "./configure" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-multinomials.1.6.0) +- coq-native support disabled. +Processing 2/3: [coq-mathcomp-multinomials: dune build] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-mathcomp-multinomials" "-j" "4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-multinomials.1.6.0) +- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune +- 3.8 and will be removed in an upcoming Dune version. +- Hint: To disable this warning, add the following to your dune-project file: +- (warnings (deprecated_coq_lang_lt_08 disabled)) +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -w -ambiguous-paths -w -notation-overridden -w -redundant-canonical-projection -w -projection-no-head-constant -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R src mathcomp.multinomials src/monalg.v) +- File "./src/monalg.v", line 87, characters 10-25: +- Error: The reference Choice.class_of was not found in the current +- environment. +- +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -w -ambiguous-paths -w -notation-overridden -w -redundant-canonical-projection -w -projection-no-head-constant -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R src mathcomp.multinomials src/freeg.v) +- File "./src/freeg.v", line 73, characters 34-42: +- Error: Syntax error: [reduce] expected after ':=' (in [def_body]). +- +[ERROR] The compilation of coq-mathcomp-multinomials.1.6.0 failed at "dune build -p coq-mathcomp-multinomials -j 4". +#=== ERROR while compiling coq-mathcomp-multinomials.1.6.0 ====================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-multinomials.1.6.0 +# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-mathcomp-multinomials -j 4 +# exit-code 1 +# env-file ~/.opam/log/coq-mathcomp-multinomials-10455-5184f6.env +# output-file ~/.opam/log/coq-mathcomp-multinomials-10455-5184f6.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# 3.8 and will be removed in an upcoming Dune version. +# Hint: To disable this warning, add the following to your dune-project file: +# (warnings (deprecated_coq_lang_lt_08 disabled)) +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -w -ambiguous-paths -w -notation-overridden -w -redundant-canonical-projection -w -projection-no-head-constant -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-co[...] +# File "./src/monalg.v", line 87, characters 10-25: +# Error: The reference Choice.class_of was not found in the current +# environment. +# +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -w -ambiguous-paths -w -notation-overridden -w -redundant-canonical-projection -w -projection-no-head-constant -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-co[...] +# File "./src/freeg.v", line 73, characters 34-42: +# Error: Syntax error: [reduce] expected after ':=' (in [def_body]). +# <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-mathcomp-multinomials 1.6.0 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129085126.export" +'opam install -y -v coq-mathcomp-multinomials.1.6.0 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -138,7 +138,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,13 +162,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -181,76 +181,76 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> installed result.1.5 +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed re.1.11.0 -> installed stdlib-shims.0.3.0 --> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 --> installed re.1.11.0 +-> installed ocaml-compiler-libs.v0.12.4 -> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed atdgen-runtime.2.15.0 -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> installed atdgen-runtime.2.15.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-4227-27d01d.env -# output-file ~/.opam/log/coq-elpi-4227-27d01d.out +# env-file ~/.opam/log/coq-elpi-10205-dd538d.env +# output-file ~/.opam/log/coq-elpi-10205-dd538d.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -266,14 +266,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -283,7 +283,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127083603.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224030751.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -138,7 +138,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -162,13 +162,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -179,15 +179,15 @@Install dependencies
===== 30 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) @@ -195,62 +195,62 @@Install dependencies
-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> installed seq.base -> installed result.1.5 +-> installed seq.base -> installed sexplib0.v0.16.0 --> installed re.1.11.0 +-> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirLib.dev +-> installed menhirSdk.dev -> installed stdlib-shims.0.3.0 +-> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-13710-b904ff.env -# output-file ~/.opam/log/coq-elpi-13710-b904ff.out +# env-file ~/.opam/log/coq-elpi-15530-e552c5.env +# output-file ~/.opam/log/coq-elpi-15530-e552c5.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -266,14 +266,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -283,7 +283,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127162859.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240221233255.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -137,7 +137,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -161,13 +161,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -179,15 +179,15 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) @@ -195,61 +195,61 @@Install dependencies
-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> installed biniou.1.2.2 -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> installed biniou.1.2.2 -> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed ppx_derivers.1.2.1 --> installed seq.base -> installed result.1.5 +-> installed seq.base +-> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev +-> installed ppxlib.0.32.0 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed ppx_deriving.5.2.1 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-2966-7c8648.env -# output-file ~/.opam/log/coq-elpi-2966-7c8648.out +# env-file ~/.opam/log/coq-elpi-9266-6100d0.env +# output-file ~/.opam/log/coq-elpi-9266-6100d0.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -265,14 +265,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -282,7 +282,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128103258.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222015246.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-multinomials.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-finmap dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-bigenough dev - - install coq-mathcomp-algebra dev -===== 30 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed cmdliner.1.2.0 --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-29749-6eecc1.env -# output-file ~/.opam/log/coq-elpi-29749-6eecc1.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128142432.export" -
true
opam list; echo; timeout 4h opam install -y coq-mathcomp-multinomials.dev coq.dev
No files were installed.
+Total: 4 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/mpoly.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/monalg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/freeg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/mpoly.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/ssrcomplements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/monalg.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/freeg.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/xfinmap.vo
../ocaml-base-compiler.5.1.1/doc/coq-mathcomp-multinomials/LICENSE
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/ssrcomplements.v
../ocaml-base-compiler.5.1.1/doc/coq-mathcomp-multinomials/README.md
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials/xfinmap.v
../ocaml-base-compiler.5.1.1/lib/coq-mathcomp-multinomials/opam
../ocaml-base-compiler.5.1.1/lib/coq-mathcomp-multinomials/dune-package
../ocaml-base-compiler.5.1.1/lib/coq-mathcomp-multinomials/META
true
opam remove -y coq-mathcomp-multinomials.dev
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/multinomials
# Packages matching: installed # Name # Installed # Synopsis @@ -141,7 +141,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -165,13 +165,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -186,13 +186,13 @@Install dependencies
-> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) @@ -200,62 +200,62 @@Install dependencies
-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-character.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 +-> retrieved coq-mathcomp-character.dev (git+https://github.com/math-comp/math-comp.git) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 +-> installed ppx_derivers.1.2.1 -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirSdk.dev --> installed menhirLib.dev +-> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-17853-c7f67a.env -# output-file ~/.opam/log/coq-elpi-17853-c7f67a.out +# env-file ~/.opam/log/coq-elpi-24905-d4d033.env +# output-file ~/.opam/log/coq-elpi-24905-d4d033.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -271,14 +271,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -288,7 +288,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131225357.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224171849.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -133,7 +133,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -157,13 +157,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -177,77 +177,77 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved coq-mathcomp-character.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-character.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 -> installed seq.base -> installed ocaml-compiler-libs.v0.12.4 +-> installed menhirSdk.dev +-> installed menhirLib.dev -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-16341-307140.env -# output-file ~/.opam/log/coq-elpi-16341-307140.out +# env-file ~/.opam/log/coq-elpi-1620-b23135.env +# output-file ~/.opam/log/coq-elpi-1620-b23135.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -263,14 +263,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -280,7 +280,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131130244.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222191536.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-real-closed.1.1.2 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-real-closed.1.1.2 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-algebra dev Mathematical Components Library on Algebra +coq-mathcomp-bigenough dev A small library to do epsilon - N reasonning +coq-mathcomp-field dev Mathematical Components Library on Fields +coq-mathcomp-fingroup dev Mathematical Components Library on finite groups +coq-mathcomp-solvable dev Mathematical Components Library on finite groups (II) +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-bigenough dev - - install coq-mathcomp-algebra dev - - install coq-mathcomp-solvable dev - - install coq-mathcomp-field dev -===== 31 to install ===== + - install coq-mathcomp-real-closed 1.1.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-mathcomp-real-closed.1.1.2: http] +Processing 1/3: +-> retrieved coq-mathcomp-real-closed.1.1.2 (https://github.com/math-comp/real-closed/archive/1.1.2.tar.gz) +Processing 2/3: [coq-mathcomp-real-closed: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-real-closed.1.1.2) +- coq_makefile -f _CoqProject -o Makefile.coq +- make --no-print-directory -f Makefile.coq +- COQDEP VFILES +- COQC theories/polyorder.v +- COQC theories/ordered_qelim.v +- COQC theories/mxtens.v +- File "./theories/mxtens.v", line 140, characters 51-58: +- Warning: Notation nosimpl is deprecated since mathcomp 2.4. +- Use `Arguments def : simpl never` instead (should work fine since Coq 8.18). +- [deprecated-syntactic-definition-since-mathcomp-2.4,deprecated-since-mathcomp-2.4,deprecated-syntactic-definition,deprecated,default] +- File "./theories/mxtens.v", line 224, characters 46-53: +- Warning: Notation nosimpl is deprecated since mathcomp 2.4. +- Use `Arguments def : simpl never` instead (should work fine since Coq 8.18). +- [deprecated-syntactic-definition-since-mathcomp-2.4,deprecated-since-mathcomp-2.4,deprecated-syntactic-definition,deprecated,default] +- File "./theories/polyorder.v", line 196, characters 0-51: +- Error: The LHS of horner_exp +- (_ ^+ _).[_] +- does not match any subterm of the goal +- +- make[2]: *** [Makefile.coq:848: theories/polyorder.vo] Error 1 +- make[2]: *** [theories/polyorder.vo] Deleting file 'theories/polyorder.glob' +- make[2]: *** Waiting for unfinished jobs.... +- File "./theories/ordered_qelim.v", line 75, characters 39-46: +- Error: The reference EqMixin was not found in the current environment. +- +- make[2]: *** [Makefile.coq:848: theories/ordered_qelim.vo] Error 1 +- make[2]: *** [theories/ordered_qelim.vo] Deleting file 'theories/ordered_qelim.glob' +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make: *** [Makefile:15: invoke-coqmakefile] Error 2 +[ERROR] The compilation of coq-mathcomp-real-closed.1.1.2 failed at "make -j4". +#=== ERROR while compiling coq-mathcomp-real-closed.1.1.2 =====================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mathcomp-real-closed.1.1.2 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-3323-325aaa.env -# output-file ~/.opam/log/coq-elpi-3323-325aaa.out +# env-file ~/.opam/log/coq-mathcomp-real-closed-1101-063e01.env +# output-file ~/.opam/log/coq-mathcomp-real-closed-1101-063e01.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# does not match any subterm of the goal +# +# make[2]: *** [Makefile.coq:848: theories/polyorder.vo] Error 1 +# make[2]: *** [theories/polyorder.vo] Deleting file 'theories/polyorder.glob' +# make[2]: *** Waiting for unfinished jobs.... +# File "./theories/ordered_qelim.v", line 75, characters 39-46: +# Error: The reference EqMixin was not found in the current environment. +# +# make[2]: *** [Makefile.coq:848: theories/ordered_qelim.vo] Error 1 +# make[2]: *** [theories/ordered_qelim.vo] Deleting file 'theories/ordered_qelim.glob' +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make: *** [Makefile:15: invoke-coqmakefile] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-mathcomp-real-closed 1.1.2 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131154138.export" +'opam install -y -v coq-mathcomp-real-closed.1.1.2 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -141,7 +141,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -165,13 +165,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -184,12 +184,12 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) @@ -197,65 +197,65 @@Install dependencies
-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) -> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> installed easy-format.1.3.4 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed result.1.5 +-> installed ocaml-compiler-libs.v0.12.4 +-> installed sexplib0.v0.16.0 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 -> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 -> installed re.1.11.0 -> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev +-> installed atdgen-runtime.2.15.0 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev +-> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 --> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed atdts.2.15.0 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-30021-9ab185.env -# output-file ~/.opam/log/coq-elpi-30021-9ab185.out +# env-file ~/.opam/log/coq-elpi-30069-a1f846.env +# output-file ~/.opam/log/coq-elpi-30069-a1f846.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -271,14 +271,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -288,7 +288,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129195629.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225080158.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -140,7 +140,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -164,13 +164,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -183,78 +183,78 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed seq.base -> installed result.1.5 --> installed sexplib0.v0.16.0 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed re.1.11.0 -> installed yojson.2.1.2 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirSdk.dev -> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 --> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed atdts.2.15.0 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-15134-d0439a.env -# output-file ~/.opam/log/coq-elpi-15134-d0439a.out +# env-file ~/.opam/log/coq-elpi-12080-3b9370.env +# output-file ~/.opam/log/coq-elpi-12080-3b9370.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -270,14 +270,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -287,7 +287,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129133904.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224061032.export"
Total: 16 M
diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-solvable/1.6.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-solvable/1.6.1.html index f96c0ecb38be..1e85603e06c0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-solvable/1.6.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mathcomp-solvable/1.6.1.html @@ -55,7 +55,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/cyclic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/center.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/frobenius.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/cyclic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/cyclic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/finmodule.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/nilpotent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/alt.vo
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-solvable.2.2.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect 2.2.0 - - install coq-mathcomp-fingroup 2.2.0 - - install coq-mathcomp-algebra 2.2.0 -===== 28 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-algebra.2.2.0 (https://github.com/math-comp/math-comp/archive/mathcomp-2.2.0.tar.gz) --> retrieved coq-mathcomp-fingroup.2.2.0 (cached) --> retrieved coq-mathcomp-ssreflect.2.2.0 (cached) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> installed biniou.1.2.2 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-31612-1bff2e.env -# output-file ~/.opam/log/coq-elpi-31612-1bff2e.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130174936.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-mathcomp-solvable.2.2.0 coq.dev
No files were installed.
+Total: 16 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/extremal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/extremal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/burnside_app.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/abelian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/burnside_app.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/abelian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/maximal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/maximal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/extraspecial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/pgroup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/hall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/hall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/pgroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/extraspecial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/frobenius.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/finmodule.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/cyclic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/center.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/cyclic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/frobenius.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/alt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/nilpotent.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/sylow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/sylow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/nilpotent.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/finmodule.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/jordanholder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/center.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/gseries.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/jordanholder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/alt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/primitive_action.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/commutator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/gseries.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/commutator.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/gfunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/extremal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/primitive_action.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/gfunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/abelian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/maximal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/pgroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/burnside_app.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/hall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/extraspecial.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/frobenius.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/cyclic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/jordanholder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/nilpotent.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/sylow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/finmodule.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/center.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/alt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/all_solvable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/gseries.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/gfunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/primitive_action.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/commutator.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/all_solvable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/solvable/all_solvable.v
true
opam remove -y coq-mathcomp-solvable.2.2.0
# Packages matching: installed # Name # Installed # Synopsis @@ -126,7 +126,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -150,13 +150,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -173,68 +173,68 @@Install dependencies
-> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed cppo.1.6.9 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ocaml-compiler-libs.v0.12.4 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed seq.base -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed result.1.5 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed sexplib0.v0.16.0 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 +-> installed result.1.5 +-> installed sexplib0.v0.16.0 +-> installed menhirSdk.dev -> installed re.1.11.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-10844-e840e5.env -# output-file ~/.opam/log/coq-elpi-10844-e840e5.out +# env-file ~/.opam/log/coq-elpi-31309-e370cd.env +# output-file ~/.opam/log/coq-elpi-31309-e370cd.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -250,14 +250,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -267,7 +267,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129185938.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223113030.export"
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/finset.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/bigop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/path.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/finfun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrAC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrAC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/path.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/finset.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/bigop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/path.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/finfun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrAC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrAC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/path.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.glob
# Packages matching: installed # Name # Installed # Synopsis @@ -157,7 +157,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -181,13 +181,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev ===== 25 to install ===== @@ -195,8 +195,8 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) @@ -205,61 +205,61 @@Install dependencies
-> installed easy-format.1.3.4 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) +-> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 -> installed seq.base --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed ocaml-compiler-libs.v0.12.4 --> installed re.1.11.0 --> installed sexplib0.v0.16.0 +-> installed result.1.5 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 +-> installed sexplib0.v0.16.0 +-> installed re.1.11.0 -> installed yojson.2.1.2 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev -> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-4867-822101.env -# output-file ~/.opam/log/coq-elpi-4867-822101.out +# env-file ~/.opam/log/coq-elpi-28243-280fd6.env +# output-file ~/.opam/log/coq-elpi-28243-280fd6.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -275,14 +275,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -292,7 +292,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201001127.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223234536.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -137,7 +137,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -161,13 +161,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev ===== 25 to install ===== @@ -175,71 +175,71 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> installed cmdliner.1.2.0 -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed result.1.5 +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 +-> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev +-> installed menhirLib.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-11501-72424f.env -# output-file ~/.opam/log/coq-elpi-11501-72424f.out +# env-file ~/.opam/log/coq-elpi-31913-1d4fe7.env +# output-file ~/.opam/log/coq-elpi-31913-1d4fe7.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -255,14 +255,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -272,7 +272,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129005537.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225124412.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -146,7 +146,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -170,13 +170,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -186,73 +186,73 @@Install dependencies
-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed seq.base +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed result.1.5 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.11.0 -> installed sexplib0.v0.16.0 +-> installed menhirSdk.dev -> installed stdlib-shims.0.3.0 +-> installed menhirLib.dev -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-6656-f55772.env -# output-file ~/.opam/log/coq-elpi-6656-f55772.out +# env-file ~/.opam/log/coq-elpi-26176-5edba9.env +# output-file ~/.opam/log/coq-elpi-26176-5edba9.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -268,14 +268,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -285,7 +285,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127023721.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223091649.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-mathcomp-tarjan.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-fingroup dev -===== 27 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-24182-057df8.env -# output-file ~/.opam/log/coq-elpi-24182-057df8.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201005754.export" -
true
opam list; echo; timeout 4h opam install -y coq-mathcomp-tarjan.dev coq.dev
No files were installed.
+Total: 4 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_num.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank_bigmin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_num.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank_bigmin.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_nocolors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/kosaraju.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_nocolors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/kosaraju.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/extra_nocolors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/extra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/extra_nocolors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/extra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/bigmin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_num.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/bigmin.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank_bigmin.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic_tsorted.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_rank.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/kosaraju.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/tarjan_nocolors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/extra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic_tsorted.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/extra_nocolors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/bigmin.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/mathcomp/tarjan/acyclic_tsorted.v
true
opam remove -y coq-mathcomp-tarjan.dev
# Packages matching: installed # Name # Installed # Synopsis @@ -134,7 +134,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -158,13 +158,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -174,9 +174,9 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) @@ -187,62 +187,62 @@Install dependencies
-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed ppx_derivers.1.2.1 -> installed seq.base +-> installed result.1.5 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 +-> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed re.1.11.0 --> installed stdlib-shims.0.3.0 -> installed yojson.2.1.2 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed menhirSdk.dev -> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-24776-11a670.env -# output-file ~/.opam/log/coq-elpi-24776-11a670.out +# env-file ~/.opam/log/coq-elpi-31096-e11ee6.env +# output-file ~/.opam/log/coq-elpi-31096-e11ee6.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -258,14 +258,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -275,7 +275,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130000534.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224172500.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -152,7 +152,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -176,13 +176,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -195,9 +195,9 @@Install dependencies
-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) @@ -205,62 +205,62 @@Install dependencies
-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed cppo.1.6.9 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 -> installed ocaml-compiler-libs.v0.12.4 -> installed result.1.5 +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> installed re.1.11.0 -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 --> installed re.1.11.0 -> installed yojson.2.1.2 -> installed atdgen-runtime.2.15.0 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirSdk.dev -> installed menhirLib.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-22114-4023dd.env -# output-file ~/.opam/log/coq-elpi-22114-4023dd.out +# env-file ~/.opam/log/coq-elpi-20790-a87841.env +# output-file ~/.opam/log/coq-elpi-20790-a87841.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -276,14 +276,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -293,7 +293,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128095347.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222071444.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-matrix.1.0.3 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-matrix.1.0.3 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# Name # Installed # Synopsis +atd 2.15.0 Parser for the ATD data format description language +atdgen 2.15.0 Generates efficient JSON serializers, deserializers and validators +atdgen-runtime 2.15.0 Runtime library for code generated by atdgen +atdts 2.15.0 TypeScript code generation for ATD APIs +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +biniou 1.2.2 Binary data format designed for speed, safety, ease of use and backward compatibility as protocols evolve +camlp-streams 5.0.1 The Stream and Genlex libraries for use with Camlp4 and Camlp5 +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-elpi dev Elpi extension language for Coq +coq-hierarchy-builder dev High level commands to declare and evolve a hierarchy based on packed classes +coq-mathcomp-algebra dev Mathematical Components Library on Algebra +coq-mathcomp-fingroup dev Mathematical Components Library on finite groups +coq-mathcomp-ssreflect dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +easy-format 1.3.4 High-level and functional interface to the Format module of the OCaml standard library +elpi 1.18.1 ELPI - Embeddable ฮปProlog Interpreter +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +re 1.11.0 RE is a regular expression library for OCaml +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-mathcomp-fingroup dev - - install coq-mathcomp-algebra dev -===== 28 to install ===== + - install coq-matrix 1.0.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed sexplib0.v0.16.0 --> installed stdlib-shims.0.3.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-matrix.1.0.3: http] +Processing 1/3: +-> retrieved coq-matrix.1.0.3 (https://github.com/zhengpushi/CoqMatrix/archive/refs/tags/1.0.3.tar.gz) +Processing 2/3: [coq-matrix: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-matrix.1.0.3) +- coq_makefile -f _CoqProject -o Makefile.coq +- make -f Makefile.coq all +- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-matrix.1.0.3' +- COQDEP VFILES +- COQC CoqMatrix/CoqExt/BasicConfig.v +- COQC CoqMatrix/CoqExt/FuncExt.v +- COQC CoqMatrix/CoqExt/TupleExt.v +- COQC CoqMatrix/CoqExt/BoolExt.v +- COQC CoqMatrix/CoqExt/NatExt.v +- COQC CoqMatrix/CoqExt/StrExt.v +- COQC CoqMatrix/CoqExt/ExtrOcamlR.v +- COQC CoqMatrix/CoqExt/HierarchySetoid.v +- COQC CoqMatrix/CoqExt/ZExt.v +- File "./CoqMatrix/CoqExt/HierarchySetoid.v", line 506, characters 0-192: +- Warning: A coercion will be introduced instead of an instance in future +- versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or +- use '#[global] Existing Instance field.' for compatibility with Coq < 8.18). +- Beware that the default locality for '::' is #[export], as opposed to +- #[global] for ':>' currently. Add an explicit #[global] attribute to the +- field if you need to keep the current behavior. For example: "Class foo := { +- #[global] field :: bar }." +- [future-coercion-class-field,deprecated-since-8.17,deprecated,default] +- File "./CoqMatrix/CoqExt/HierarchySetoid.v", line 680, characters 0-301: +- Warning: A coercion will be introduced instead of an instance in future +- versions when using ':>' in 'Class' declarations. Replace ':>' with '::' (or +- use '#[global] Existing Instance field.' for compatibility with Coq < 8.18). +- Beware that the default locality for '::' is #[export], as opposed to +- #[global] for ':>' currently. Add an explicit #[global] attribute to the +- field if you need to keep the current behavior. For example: "Class foo := { +- #[global] field :: bar }." +- [future-coercion-class-field,deprecated-since-8.17,deprecated,default] +- File "./CoqMatrix/CoqExt/HierarchySetoid.v", line 698, characters 8-19: +- Error: In environment +- a : nat +- Unable to unify "(1 * ?M2110)%nat = ?M2110" with "(a * 1)%nat = a". +- +- make[2]: *** [Makefile.coq:848: CoqMatrix/CoqExt/HierarchySetoid.vo] Error 1 +- make[2]: *** [CoqMatrix/CoqExt/HierarchySetoid.vo] Deleting file 'CoqMatrix/CoqExt/HierarchySetoid.glob' +- make[1]: *** [Makefile.coq:417: all] Error 2 +- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-matrix.1.0.3' +- make: *** [Makefile:10: all] Error 2 +[ERROR] The compilation of coq-matrix.1.0.3 failed at "make -j4". +#=== ERROR while compiling coq-matrix.1.0.3 ===================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-matrix.1.0.3 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-23078-a435b5.env -# output-file ~/.opam/log/coq-elpi-23078-a435b5.out +# env-file ~/.opam/log/coq-matrix-30082-334730.env +# output-file ~/.opam/log/coq-matrix-30082-334730.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# #[global] field :: bar }." +# [future-coercion-class-field,deprecated-since-8.17,deprecated,default] +# File "./CoqMatrix/CoqExt/HierarchySetoid.v", line 698, characters 8-19: +# Error: In environment +# a : nat +# Unable to unify "(1 * ?M2110)%nat = ?M2110" with "(a * 1)%nat = a". +# +# make[2]: *** [Makefile.coq:848: CoqMatrix/CoqExt/HierarchySetoid.vo] Error 1 +# make[2]: *** [CoqMatrix/CoqExt/HierarchySetoid.vo] Deleting file 'CoqMatrix/CoqExt/HierarchySetoid.glob' +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-matrix.1.0.3' +# make: *** [Makefile:10: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-matrix 1.0.3 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240128140020.export" +'opam install -y -v coq-matrix.1.0.3 coq.dev' failed.
true
No files were installed.
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/SetoidListListExt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/VectorAll.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/MatrixZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepList/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepList/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepPair/Matrix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/ListExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/ListExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/ElementType.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun/Matrix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/Complex/Complex.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/SetoidListExt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepPair/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/SetoidListListExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/SetoidListListExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepPair/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/Hierarchy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepRec/MatrixTheoryDR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/VectorNat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/Complex/Complex.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepPair/Vector.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun2/vec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepRec/Matrix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/examples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepRec/VectorTheoryDR.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepPair/VectorTheoryDP.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun2/vec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun2/vec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepList/VectorTheoryDL.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/ElementType.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepRec/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepRec/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepList/MatrixTheoryDL.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/SetoidListExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun/MatrixTheorySF.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/SetoidListExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/HierarchySetoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun/MatrixTheorySF.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/NatFun/VectorTheoryNF.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/Calculus/RealFunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun2/MatrixTheorySF2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/QcExt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepPair/VectorTheoryDP.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/Hierarchy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/NatExt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/NatExt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun2/vec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepRec/Matrix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/VectorR.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/NatFun/MatrixTheoryNF.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/VectorR.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/MatrixHomo/HomomorphismThy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/MatrixHomo/IsomorphismThy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/MatrixHomo/IsomorphismThy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/MatrixQ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/BoolExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/SafeNatFun2/VectorTheorySF2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/VectorAll.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepPair/VectorTheoryDP.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/DepRec/VectorTheoryDR.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/Calculus/Derivative.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/BasicConfig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/Calculus/Derivative.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/NatFun/VectorTheoryNF.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/RAST.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/CoqMatrix/CoqExt/FuncExt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MenhirLib/Interpreter_complete.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MenhirLib/Automaton.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MenhirLib/Grammar.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MenhirLib/Alphabet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MenhirLib/Alphabet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MenhirLib/Interpreter.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MenhirLib/Validator_complete.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MenhirLib/Alphabet.glob
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-checker = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-checker = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-checker = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-checker = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-checker/1.0~beta1+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-checker/1.0~beta1+8.11.html index 19d71a9e3275..e7459c845505 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-checker/1.0~beta1+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-checker/1.0~beta1+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,16 +124,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-metacoq-checker = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ + - coq-metacoq-checker = 1.0~beta1+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-metacoq-checker = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-metacoq-checker = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-checker = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-checker = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-metacoq-checker = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-metacoq-checker = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/UniversesDec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvironmentReflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/UniversesDec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/uGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvironmentTyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/uGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvironmentTyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/BasicAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Universes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Universes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Reflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Environment.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/BasicAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/BasicAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/uGraph.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/config.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/MonadBasicAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvironmentTyping.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Universes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvironmentReflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/config.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Transform.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Reflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/BasicAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/MonadBasicAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/MonadBasicAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Kernames.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Transform.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Transform.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvMap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/Reflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Common/EnvironmentReflect.v
opam list; echo; timeout 4h opam install -y --deps-only coq-metacoq-erasure-plugin.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +The following actions will be performed: + - install stdlib-shims 0.3.0 + - install coq-equations dev + - install coq-metacoq-utils dev + - install coq-metacoq-common dev + - install coq-metacoq-template dev + - install coq-metacoq-pcuic dev + - install coq-metacoq-template-pcuic dev + - install coq-metacoq-safechecker dev + - install coq-metacoq-erasure dev +===== 9 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) +-> retrieved coq-metacoq-erasure.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-common.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-safechecker.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved coq-metacoq-template-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-utils.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed stdlib-shims.0.3.0 +-> installed coq-equations.dev +-> installed coq-metacoq-utils.dev +-> installed coq-metacoq-common.dev +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +-> installed coq-metacoq-pcuic.dev +-> installed coq-metacoq-safechecker.dev +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq +# exit-code 2 +# env-file ~/.opam/log/coq-metacoq-template-7862-da2e29.env +# output-file ~/.opam/log/coq-metacoq-template-7862-da2e29.out +### output ### +# [...] +# make[2]: *** Waiting for unfinished jobs.... +# File "src/quoter.ml", line 529, characters 16-22: +# 529 | | Symbol _ -> +# ^^^^^^ +# Error: This variant pattern is expected to have type +# (Constr.t, Opaqueproof.opaque) Declarations.constant_def +# There is no constructor Symbol within type Declarations.constant_def +# make[2]: *** [Makefile.template:765: src/quoter.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-metacoq-template dev ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-equations dev +| - install coq-metacoq-common dev +| - install coq-metacoq-pcuic dev +| - install coq-metacoq-safechecker dev +| - install coq-metacoq-utils dev +| - install stdlib-shims 0.3.0 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223043125.export" +
opam list; echo; timeout 4h opam install -y coq-metacoq-erasure-plugin.dev coq.dev
true
Total: 6 M
-../ocaml-base-compiler.5.1.1/lib/coq-metacoq-erasure/metacoq_erasure_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/metacoq_erasure_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-erasure/metacoq_erasure_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/ErasureCorrectness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/ErasureCorrectness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/ETransform.vo
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-erasure/metacoq_erasure_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/ETransform.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/Erasure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/ErasureCorrectness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/Extraction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/Erasure.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/ETransform.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/Erasure.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/Loader.vo
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-erasure/metacoq_erasure_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/Extraction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/Extraction.glob
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-erasure/META
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/Loader.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/ErasurePlugin/Loader.v
No files were installed.
opam remove -y coq-metacoq-erasure-plugin.dev
true
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-erasure = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-erasure = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta1+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta1+8.11.html index 1c6be5233b58..28cf54f377bd 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta1+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta1+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -128,16 +128,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-metacoq-erasure = 1.0~beta1+8.11 -> coq < 8.12~ + - coq-metacoq-erasure = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-metacoq-erasure = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-metacoq-erasure = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-erasure = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-metacoq-erasure = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-metacoq-erasure = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.0~beta2+8.11 -> coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-erasure = 1.0~beta2+8.11 -> coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.0~beta2+8.11 -> coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-erasure = 1.0~beta2+8.11 -> coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta2+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta2+8.12.html index 15c1b2489feb..55220ff81e91 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta2+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta2+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.0~beta2+8.12 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-erasure = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-erasure = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta2+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta2+8.13.html index 063c8e9cc6b0..875ff6dae9ef 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta2+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.0~beta2+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,12 +125,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.0~beta2+8.13 -> coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-erasure = 1.0~beta2+8.13 -> coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.0~beta2+8.13 -> coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-erasure = 1.0~beta2+8.13 -> coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.14.html index 607b3a99aebf..d44770933921 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,14 +131,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-erasure = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-erasure = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-erasure = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-erasure = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.15.html index d356b0c9ee9b..419cb8b35f4f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,14 +131,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-erasure = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-erasure = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-erasure = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-erasure = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.16.html index 90c06bdcbf38..053c29fbe5c1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,14 +131,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-erasure = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-erasure = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-erasure = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-erasure = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.14.html index 57ae9a77c585..d1acf2864f17 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,14 +131,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-erasure = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-erasure = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-erasure = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-erasure = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.15.html index 38a90e180d17..7a6f43fcbbd7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,14 +131,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-erasure = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-erasure = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-erasure = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-erasure = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.16.html index 8c71cc1f7934..d4c7d650a290 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,14 +131,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-erasure = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-erasure = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-erasure = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-erasure = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-erasure = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.2+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.2+8.16.html index e3d2c047127c..aa154df1b42e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.2+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-erasure/1.2+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,19 +129,19 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-template-pcuic < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ + - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-template-pcuic < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-template-pcuic < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp - - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-template-pcuic < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * Missing dependency: - - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-template-pcuic < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-metacoq-erasure = 1.2+8.16 -> coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
opam list; echo; timeout 4h opam install -y --deps-only coq-metacoq-erasure.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +The following actions will be performed: + - install stdlib-shims 0.3.0 + - install coq-equations dev + - install coq-metacoq-utils dev + - install coq-metacoq-common dev + - install coq-metacoq-template dev + - install coq-metacoq-pcuic dev + - install coq-metacoq-template-pcuic dev + - install coq-metacoq-safechecker dev +===== 8 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) +-> retrieved coq-metacoq-common.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-template-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed stdlib-shims.0.3.0 +-> retrieved coq-metacoq-safechecker.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-utils.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed coq-equations.dev +-> installed coq-metacoq-utils.dev +-> installed coq-metacoq-common.dev +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +-> installed coq-metacoq-pcuic.dev +-> installed coq-metacoq-safechecker.dev +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq +# exit-code 2 +# env-file ~/.opam/log/coq-metacoq-template-23349-d5101d.env +# output-file ~/.opam/log/coq-metacoq-template-23349-d5101d.out +### output ### +# [...] +# make[2]: *** Waiting for unfinished jobs.... +# File "src/plugin_core.ml", line 198, characters 12-20: +# 198 | | SFBrules _ -> failwith "Rewrite rules are not supported by TemplateCoq" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[2]: *** [Makefile.template:765: src/plugin_core.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-metacoq-template dev ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-equations dev +| - install coq-metacoq-common dev +| - install coq-metacoq-pcuic dev +| - install coq-metacoq-safechecker dev +| - install coq-metacoq-utils dev +| - install stdlib-shims 0.3.0 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225114056.export" +
opam list; echo; timeout 4h opam install -y coq-metacoq-erasure.dev coq.dev
true
Total: 42 M
-../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizeCorrectness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureFunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureCorrectness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Erasure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureFunctionProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpandedFix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExtractionCorrectness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalNamed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ERemoveParams.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/TypeAnnotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EConstructorsAsBlocks.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureProperties.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EDeps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Prelim.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizeCorrectness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksFixLambdaInd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EReflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/WcbvEvalAux.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizePropDiscr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EPrimitive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ErasureCorrectness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ESubstitution.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EOptimizePropDiscr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureFunctionProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalNamed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpanded.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalEtaInd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Extract.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEval.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EInlineProjections.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ELiftSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EInduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpandedFix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EImplementBox.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureFunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EArities.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksInd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ERemoveParams.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Erasure.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWellformed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Extraction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EConstructorsAsBlocks.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EGenericGlobalMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalEtaInd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ELiftSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizeCorrectness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EArities.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureCorrectness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EOptimizePropDiscr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Utils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Annotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EGenericMapEnv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksFixLambdaInd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Optimize.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EInlineProjections.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/TypeAnnotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksInd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Optimize.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EAstUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ESubstitution.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureFunctionProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpanded.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureProperties.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExtractionCorrectness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EImplementBox.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalInd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ClosedAux.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Extract.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalNamed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpandedFix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingEta.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEval.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EDeps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EPrimitive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EGlobalEnv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalInd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWellformed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureFunction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ECSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EEnvMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/WcbvEvalAux.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EPretty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingInlining.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Prelim.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EAstUtils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EGenericGlobalMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureCorrectness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingBeta.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EExtends.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Erasure.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EInduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EProgram.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ESpineView.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Transform.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Certifying.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ERemoveParams.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Annotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EConstructorsAsBlocks.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Utils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EGenericMapEnv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EGlobalEnv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EOptimizePropDiscr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingEta.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ErasureCorrectness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EArities.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalEtaInd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EPretty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EEnvMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EInlineProjections.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExtractionCorrectness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Certifying.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EDeps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/TypeAnnotations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Optimize.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ErasureProperties.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EEtaExpanded.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ResultMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksFixLambdaInd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EImplementBox.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ESubstitution.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ClosedAux.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Extraction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalCstrsAsBlocksInd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingInlining.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ELiftSubst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ECSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EPrimitive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWellformed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Extract.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EProgram.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EGenericGlobalMap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EExtends.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingEta.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/WcbvEvalAux.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Prelim.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EInduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ErasureCorrectness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EAstUtils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EGenericMapEnv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EWcbvEvalInd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EReflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingBeta.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ESpineView.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Utils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizePropDiscr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EGlobalEnv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Extraction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingInlining.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EPretty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Certifying.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EEnvMap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EReflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ECSubst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Annotations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ClosedAux.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ExAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Transform.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EExtends.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/EProgram.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/CertifyingBeta.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/OptimizePropDiscr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ResultMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/ESpineView.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/Transform.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Erasure/Typed/ResultMonad.v
No files were installed.
opam remove -y coq-metacoq-erasure.dev
true
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-pcuic = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-pcuic = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta1+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta1+8.11.html index 4fcaf3716fd5..51cbdbfe4c7d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta1+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta1+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta1+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta1+8.12.html index 4ccd67662913..9c445aa4b510 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta1+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta1+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,16 +124,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-metacoq-pcuic = 1.0~beta1+8.12 -> coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ + - coq-metacoq-pcuic = 1.0~beta1+8.12 -> coq-metacoq-checker >= 1.0~beta1+8.12 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-metacoq-pcuic = 1.0~beta1+8.12 -> coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-metacoq-pcuic = 1.0~beta1+8.12 -> coq-metacoq-checker >= 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.0~beta1+8.12 -> coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.0~beta1+8.12 -> coq-metacoq-checker >= 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-metacoq-pcuic = 1.0~beta1+8.12 -> coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-metacoq-pcuic = 1.0~beta1+8.12 -> coq-metacoq-checker >= 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.0~beta2+8.12 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-pcuic = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-pcuic = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta2+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta2+8.13.html index 29f11a527c16..b9eb109b5b21 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta2+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.0~beta2+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,14 +124,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ * Missing dependency: - coq-metacoq-pcuic = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.14.html index 963703e28007..6d6d3d02219c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.15.html index 46b0ca0fe74b..8dfc534bb510 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.16.html index fe495274aa3a..a30b440c21e2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.14.html index 8879a9af9161..c8a743f5cbc4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.15.html index e6033b5a625d..b164e49bd744 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.16.html index af9937f3cb42..eb2bbef76b15 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2+8.16.html index a5684795dd2a..c91d159e1375 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * Missing dependency: - coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2+8.17.html index 3fd90fdee1a3..5827863428e7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ * Missing dependency: - coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2.1+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2.1+8.17.html index 974612ca362a..399bcd31efd2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2.1+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2.1+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ * Missing dependency: - coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2.1+8.18.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2.1+8.18.html index 9ab18761a309..8a81560b1e7b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/1.2.1+8.18.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ * Missing dependency: - coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/8.17.dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/8.17.dev.html index 4ad7c37fb9da..e544269fb581 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/8.17.dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/8.17.dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ * Missing dependency: - coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/dev.html index 9a4447bb090b..1aae0a4e532d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-pcuic/dev.html @@ -3,7 +3,7 @@ -metacoq-pcuic: 26 m 0 s ๐ +metacoq-pcuic: 30 m 0 s ๐ @@ -39,7 +39,7 @@metacoq-pcuic dev - 26 m 0 s ๐ + 30 m 0 s ๐
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -143,7 +143,7 @@Install ๐
Total: 80 M
@@ -171,7 +171,7 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICInductives.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICNamelessConv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICEtaExpand.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICWellScopedCumulativity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICInstTyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICCumulProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICUnivSubstitutionConv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICParallelReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICPrincipality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSpine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICConfluence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSpine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICConfluence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSubstitution.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICRenameConv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICConvCumInversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICInductives.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICInductives.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICUnivSubstitutionTyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICOnFreeVars.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICLiftSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICDepth.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSigmaCalculus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICReflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICClosedTyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICReflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICClosedTyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICInstConv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSigmaCalculus.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSigmaCalculus.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICClassification.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICInversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICWfUniverses.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICAstUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICFirstorder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICEtaExpand.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICEtaExpand.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICUnivSubstitutionConv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICWeakeningConfigTyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICProgress.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSubstitution.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICTyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICTyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSafeLemmata.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICNormal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICPrimitive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICNormal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICPrimitive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Bidirectional/BDTyping.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICOnFreeVars.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICContextConversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICContexts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICPosition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICExpandLetsCorrectness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICContextConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICContextConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICCumulativitySpec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICProgress.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICRenameConv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICNamelessConv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICCumulProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICLiftSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICLiftSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICClassification.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Bidirectional/BDStrengthening.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICWeakeningEnvTyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICParallelReductionConfluence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICConversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICClosed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICCasesHelper.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICCasesHelper.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICValidity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICContextConversionTyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICCumulativity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICInductives.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Bidirectional/BDUnique.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICCases.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICRedTypeIrrelevance.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICRedTypeIrrelevance.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICOnOne.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICConsistency.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Bidirectional/BDToPCUIC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Bidirectional/BDFromPCUIC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICPretty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICPretty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICWeakeningEnv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICCases.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICWeakeningEnv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICUnivSubstitutionConv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICCasesContexts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICCasesContexts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICInversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICEquality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICClosedConv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICNormalization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICNormalization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSubstitution.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICContextConversionTyp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICNormal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICInstConv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICWeakeningTyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICPretty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICPretty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICValidity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICReflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSN.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICWeakeningConv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICGlobalEnv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICEtaExpand.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICWeakeningConv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICContextReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICEtaExpand.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICCSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICPosition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICGuardCondition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICPrimitive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICWcbvEval.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICOnFreeVars.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICTyping.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICWeakeningConfig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICTyping.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICWeakeningEnvConv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICNamelessDef.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICExpandLets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICContextSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICContextSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICGeneration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICWeakeningEnvSN.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Bidirectional/BDFromPCUIC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICContextReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICUnivSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICRedTypeIrrelevance.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICContextConversionTyp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Syntax/PCUICReflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICRedTypeIrrelevance.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICSN.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/utils/PCUICPretty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICInversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICMonadAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICMonadAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/PCUICContextSubst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Conversion/PCUICWeakeningConv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/PCUIC/Typing/PCUICNamelessTyp.v
opam list; echo; timeout 4h opam install -y --deps-only coq-metacoq-quotation.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +The following actions will be performed: + - install stdlib-shims 0.3.0 + - install coq-equations dev + - install coq-metacoq-utils dev + - install coq-metacoq-common dev + - install coq-metacoq-template dev + - install coq-metacoq-pcuic dev + - install coq-metacoq-template-pcuic dev +===== 7 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) +-> retrieved coq-metacoq-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-common.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-template-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-utils.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed stdlib-shims.0.3.0 +-> installed coq-equations.dev +-> installed coq-metacoq-utils.dev +-> installed coq-metacoq-common.dev +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +-> installed coq-metacoq-pcuic.dev +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq +# exit-code 2 +# env-file ~/.opam/log/coq-metacoq-template-3348-60d2d9.env +# output-file ~/.opam/log/coq-metacoq-template-3348-60d2d9.out +### output ### +# [...] +# 359 | Declare.declare_variable ~typing_flags:None ~name ~kind (SectionLocalAssum { typ; impl=Glob_term.Explicit; univs=empty_mono_univ_entry }); +# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +# Error: The function applied to this argument has type +# typ:Constr.types -> +# impl:Glob_term.binding_kind -> +# univs:UState.named_universes_entry -> unit +# This argument cannot be applied without label +# make[2]: *** [Makefile.template:765: src/run_template_monad.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-metacoq-template dev ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-equations dev +| - install coq-metacoq-common dev +| - install coq-metacoq-pcuic dev +| - install coq-metacoq-utils dev +| - install stdlib-shims 0.3.0 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240220223232.export" +
opam list; echo; timeout 4h opam install -y coq-metacoq-quotation.dev coq.dev
true
Total: 95 M
-../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/EnvironmentTyping/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/EnvironmentTyping/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/EnvironmentTyping.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/EnvironmentTyping.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/MSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/MSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/FSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/FSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Utils/MCMSets/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Utils/MCMSets/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/Typing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapAVL/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapAVL/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Utils/MCFSets/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Utils/MCFSets/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Environment/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Environment/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Environment.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Environment.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetAVL/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetAVL/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetList/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetList/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetProperties/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetProperties/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMap/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMap/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/OrdersAlt/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/OrdersFacts/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/OrdersAlt/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICTyping.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/OrdersFacts/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapList/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSetOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExprSetOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICCumulativitySpec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSetOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapList/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSetOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSetOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExprSetOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Universes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSetOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSetOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Universes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSet/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSet/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSet/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSet/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSet/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSet/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetDecide/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/Ast.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetDecide/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Init.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/Equalities/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Init.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapFacts/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Init.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExprSet/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapFacts/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/Equalities/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICEnvironment/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Init.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExprSet/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Init.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/Orders/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetFacts/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICEquality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/Env/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Init.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetFacts/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICEnvTyping/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/WfAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/TermEquality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/Orders/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateEnvTyping/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Equations/Type.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/All_Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICGlobalMaps/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/All_Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateGlobalMaps/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetInterface/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Equations/Type.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/CommonUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Kernames.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetInterface/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Kernames.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Lists.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/OrdersTac/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/EnvironmentTyping/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/EnvironmentTyping/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Lists.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/OrdersTac/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapInterface/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMapFact/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/utils/PCUICPrimitive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapInterface/Sig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMapFact/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/Syntax/PCUICCases.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/EnvironmentTyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/EnvironmentTyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICEnvironmentHelper/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCOption.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/BasicAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/EnvHelper/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICLookup/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/MSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/utils/PCUICAstUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/TypingWf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCOption.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/MSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/BasicAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/CommonUtils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/TemplateLookup/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Numbers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/AstUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICConversion/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/Equalities/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICTyping/PCUICDeclarationTyping/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/ssr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Floats.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/Equalities/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/Level/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateConversion/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Numbers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateDeclarationTyping/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/Kername/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExpr/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/ssr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Floats.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMapDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSetExtraOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExprSetExtraOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/Level/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSetExtraOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSetExtraDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSetExtraOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSetExtraDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSetExtraDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICTerm/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/UnivConstraint/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ReflectEq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/bytestring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/Syntax/PCUICReflect/PCUICEnvironmentDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Strings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCReflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/Kername/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCArith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/config.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Primitive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativity/PCUICConversionParAlgo/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExpr/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMapExtraFact/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICTermUtils/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativitySpec/PCUICConversionParSpec/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICTyping/PCUICTypingDef/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/Syntax/PCUICReflect/PCUICTermDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/utils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMapDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSetExtraOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExprSetExtraOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSetExtraOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSetExtraDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSetExtraOrdProp/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSetExtraDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSetExtraDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/TemplateTerm/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/UnivConstraint/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativity/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/Syntax/PCUICReflect/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICTyping/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativitySpec/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/ReflectAst/EnvDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ReflectEq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/bytestring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Init.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Strings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateConversionPar/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateTyping/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCReflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Init.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCArith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/Orders/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMapExtraFact/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/TemplateTermUtils/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/config.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/ReflectAst/TemplateTermDecide/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/utils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Primitive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/Orders/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/ReflectAst/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICCumulativitySpec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Init.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Init.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/All_Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/All_Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/Typing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Equations/Type.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Universes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Universes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Environment.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Equations/Type.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Environment.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/FSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/FSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICTyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/utils/PCUICPrimitive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/TermEquality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICEquality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/EnvironmentTyping.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/EnvironmentTyping.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/CommonUtils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCOption.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/MSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/MSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCOption.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/EnvironmentTyping/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/EnvironmentTyping/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/OrdersFacts/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Init.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Init.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Environment/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Lists.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/OrdersFacts/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Environment/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Lists.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/Equalities/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/Equalities/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/Orders/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/Orders/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Universes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Universes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCProd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMap/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCProd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMap/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/ssr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/OrdersAlt/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/OrdersAlt/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/ssr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Utils/MCMSets/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/OrdersAlt/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/OrdersAlt/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Utils/MCMSets/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetProperties/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Environment.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Environment.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetProperties/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/Typing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICReduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/Ast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSetOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExprSetOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSetOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSetOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExprSetOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Equations/Type.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSetOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/BasicAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Equations/Type.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSetOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSetOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/All_Forall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/All_Forall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/BasicAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapAVL/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/FSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICTyping.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/FSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapAVL/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetInterface/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/utils/PCUICPrimitive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetInterface/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICCumulativitySpec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/OrdersTac/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/OrdersTac/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Lists.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Lists.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Kernames.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICEquality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Kernames.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Numbers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/TermEquality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Numbers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/Syntax/PCUICCases.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetList/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetList/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/WfAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCOption.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCOption.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/OrdersFacts/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/OrdersFacts/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Environment/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Environment/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapList/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/PCUICReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapList/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Utils/MCFSets/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMap/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMap/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/BasicAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Utils/MCFSets/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/BasicAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/Ast.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/Syntax/PCUICCases.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSetExtraOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExprSetExtraOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSetExtraOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExprSetExtraOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/ssr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSetExtraOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/ssr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSetExtraOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSetExtraOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSetExtraOrdProp/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetDecide/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetDecide/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/Structures/OrdersTac/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetFacts/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/Structures/OrdersTac/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Utils/MCMSets/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Utils/MCMSets/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ByteCompare_opt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ByteCompareSpec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/ReflectAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/UnivSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/LiftSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/Induction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ByteCompare_opt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ByteCompareSpec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/monad_utils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCRelations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ByteCompare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCEquality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Transform.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCPrelude.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCCompare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCSquash.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Reflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/monad_utils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCRelations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ByteCompare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCEquality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Transform.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCPred.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCPrelude.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCCompare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetFacts/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/Induction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCSquash.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Reflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCPred.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Numbers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Numbers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/Kername/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Floats.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/Kername/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Floats.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSetOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSetOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExprSetOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExprSetOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSetOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Kernames.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSetOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Kernames.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSetOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSetOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetProperties/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateDeclarationTyping/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetProperties/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICTyping/PCUICDeclarationTyping/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICEnvironmentHelper/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetInterface/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetInterface/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Equations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/bytestring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Equations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/EnvHelper/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/bytestring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapAVL/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapAVL/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapFacts/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCArith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateGlobalMaps/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetList/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapFacts/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICTyping/PCUICTypingDef/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetList/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateTyping/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCArith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativitySpec/PCUICConversionParSpec/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativity/PCUICConversionParAlgo/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICGlobalMaps/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateConversionPar/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/WfAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateConversion/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCReflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMapFact/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ReflectEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCReflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMapFact/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateEnvTyping/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/Syntax/PCUICReflect/PCUICEnvironmentDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICConversion/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ReflectEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMapExtraFact/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetAVL/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/utils/PCUICAstUtils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCUtils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMapExtraFact/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSetExtraDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetAVL/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICEnvTyping/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/AstUtils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSetExtraDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSetExtraDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCUtils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/ReflectAst/EnvDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSetExtraDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapInterface/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/ReflectAst/TemplateTermDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/UnivConstraint/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSetExtraDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/Syntax/PCUICReflect/PCUICTermDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMapDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSetExtraDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapInterface/Sig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/TemplateTermUtils/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/AstUtils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/UnivConstraint/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExpr/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/TemplateLookup/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMapDecide/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/utils/PCUICAstUtils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Floats.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Floats.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICTermUtils/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICLookup/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/Level/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExpr/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/TypingWf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExprSet/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSet/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/Level/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExprSet/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICEnvironment/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSet/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSet/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSet/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSet/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSet/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/Env/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/TemplateTerm/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapList/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSetExtraOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapList/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICTerm/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSetExtraOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExprSetExtraOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExprSetExtraOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Utils/MCFSets/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Utils/MCFSets/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSetExtraOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSetExtraOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSetExtraOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSetExtraOrdProp/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/bytestring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/bytestring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/Kername/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/Kername/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICEnvironmentHelper/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Equations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateDeclarationTyping/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Equations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICTyping/PCUICDeclarationTyping/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/TypingWf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Strings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetDecide/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Strings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetDecide/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/utils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/EnvHelper/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetFacts/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetFacts/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateGlobalMaps/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativitySpec/PCUICConversionParSpec/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativity/PCUICConversionParAlgo/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/utils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICTyping/PCUICTypingDef/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateTyping/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/UnivConstraint/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateConversionPar/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/UnivConstraint/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICGlobalMaps/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExpr/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateConversion/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/Syntax/PCUICReflect/PCUICEnvironmentDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExpr/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapFacts/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSetExtraDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapFacts/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/Level/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSetExtraDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMapExtraFact/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICConversion/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/Level/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/TemplateEnvTyping/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMapExtraFact/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMapFact/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSetExtraDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMapFact/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSetExtraDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/Syntax/PCUICReflect/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSetExtraDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICEnvTyping/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/ReflectAst/TemplateTermDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/MSets/MSetAVL/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSetExtraDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/MSets/MSetAVL/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameMapDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/ReflectAst/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/Syntax/PCUICReflect/PCUICTermDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/TemplateTermUtils/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameMapDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICTermUtils/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ReflectEq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICTyping/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelExprSet/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/TemplateLookup/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ReflectEq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/ConstraintSet/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/ReflectAst/EnvDecide/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICEnvironment/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelExprSet/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICLookup/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/ConstraintSet/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Kernames/KernameSet/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Primitive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/config.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Kernames/KernameSet/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Common/Universes/LevelSet/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCArith.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/TemplateTerm/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Primitive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/config.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Typing/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCArith.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Common/Universes/LevelSet/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Coq/FSets/FMapInterface/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/Ast/Env/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICAst/PCUICTerm/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/Coq/FSets/FMapInterface/Sig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCReflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCReflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Coq/Strings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Coq/Strings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativitySpec/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativity/Instances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCUtils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCUtils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/utils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/config.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/config.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/utils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/Syntax/PCUICReflect/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Primitive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Primitive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICTyping/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/QuotationOf/Template/ReflectAst/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativitySpec/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/QuotationOf/PCUIC/PCUICCumulativity/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ByteCompare_opt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ByteCompareSpec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/LibHypsNaming.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/ReflectAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/UnivSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/LiftSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/Induction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ByteCompare_opt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ByteCompareSpec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/monad_utils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCRelations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ByteCompare.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCEquality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Transform.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/LibHypsNaming.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCPrelude.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCCompare.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCString.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCSquash.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Reflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/monad_utils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCRelations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ByteCompare.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCEquality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Transform.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCPred.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCPrelude.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCCompare.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/Induction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCString.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCSquash.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Reflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCPred.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/monad_utils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/monad_utils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/UnivSubst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/ReflectAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/LiftSubst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Template/Induction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Transform.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Common/Reflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/PCUIC/Induction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Transform.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Common/Reflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCString.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCRelations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCPrelude.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCPred.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCEquality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCCompare.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/LibHypsNaming.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ByteCompare_opt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ByteCompareSpec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/ByteCompare.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCString.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCRelations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCPrelude.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCPred.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCEquality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCCompare.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/LibHypsNaming.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ByteCompare_opt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ByteCompareSpec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/ByteCompare.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToTemplate/Utils/MCSquash.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Quotation/ToPCUIC/Utils/MCSquash.v
No files were installed.
opam remove -y coq-metacoq-quotation.dev
true
opam list; echo; timeout 4h opam install -y --deps-only coq-metacoq-safechecker-plugin.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +The following actions will be performed: + - install stdlib-shims 0.3.0 + - install coq-equations dev + - install coq-metacoq-utils dev + - install coq-metacoq-common dev + - install coq-metacoq-template dev + - install coq-metacoq-pcuic dev + - install coq-metacoq-template-pcuic dev + - install coq-metacoq-safechecker dev +===== 8 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) +-> retrieved coq-metacoq-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-common.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-utils.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-template-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved coq-metacoq-safechecker.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed stdlib-shims.0.3.0 +-> installed coq-equations.dev +-> installed coq-metacoq-utils.dev +-> installed coq-metacoq-common.dev +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +-> installed coq-metacoq-pcuic.dev +-> installed coq-metacoq-safechecker.dev +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq +# exit-code 2 +# env-file ~/.opam/log/coq-metacoq-template-5251-fad7fb.env +# output-file ~/.opam/log/coq-metacoq-template-5251-fad7fb.out +### output ### +# [...] +# make[2]: *** Waiting for unfinished jobs.... +# File "src/plugin_core.ml", line 198, characters 12-20: +# 198 | | SFBrules _ -> failwith "Rewrite rules are not supported by TemplateCoq" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[2]: *** [Makefile.template:765: src/plugin_core.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-metacoq-template dev ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-equations dev +| - install coq-metacoq-common dev +| - install coq-metacoq-pcuic dev +| - install coq-metacoq-safechecker dev +| - install coq-metacoq-utils dev +| - install stdlib-shims 0.3.0 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222081932.export" +
opam list; echo; timeout 4h opam install -y coq-metacoq-safechecker-plugin.dev coq.dev
true
Total: 4 M
-../ocaml-base-compiler.5.1.1/lib/coq-metacoq-safechecker/metacoq_safechecker_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/metacoq_safechecker_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-safechecker/metacoq_safechecker_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-safechecker/metacoq_safechecker_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/SafeTemplateChecker.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/Extraction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/SafeTemplateChecker.glob
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-safechecker/metacoq_safechecker_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/SafeTemplateChecker.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/Extraction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/Extraction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/Loader.vo
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-safechecker/META
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/Loader.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeCheckerPlugin/Loader.glob
No files were installed.
opam remove -y coq-metacoq-safechecker-plugin.dev
true
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-safechecker = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-safechecker = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta1+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta1+8.11.html index 1725ed85cb1c..7df59aeb7aee 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta1+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta1+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,16 +123,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-metacoq-safechecker = 1.0~beta1+8.11 -> coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq < 8.12~ + - coq-metacoq-safechecker = 1.0~beta1+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-metacoq-safechecker = 1.0~beta1+8.11 -> coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-metacoq-safechecker = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.0~beta1+8.11 -> coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-metacoq-safechecker = 1.0~beta1+8.11 -> coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-metacoq-safechecker = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta2+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta2+8.12.html index 4a0dbd88576c..ed64ea10a969 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta2+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta2+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.0~beta2+8.12 -> ocaml < 4.10~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-safechecker = 1.0~beta2+8.12 -> ocaml < 4.10~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.0~beta2+8.12 -> ocaml < 4.10~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-safechecker = 1.0~beta2+8.12 -> ocaml < 4.10~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta2+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta2+8.13.html index 0162ff66dd81..e1f632e3a968 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta2+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.0~beta2+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.14.html index fcddc256c80e..c6d0f8eadf1b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.1+8.14 -> coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.1+8.14 -> coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.1+8.14 -> coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.1+8.14 -> coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.1+8.14 -> coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-safechecker = 1.1+8.14 -> coq-metacoq-pcuic = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.15.html index bf6847b183d1..fbecac010241 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.1+8.15 -> coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.1+8.15 -> coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.1+8.15 -> coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.1+8.15 -> coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.1+8.15 -> coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-safechecker = 1.1+8.15 -> coq-metacoq-pcuic = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.16.html index e36dcc2e0530..d5917e25291f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.1+8.16 -> coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.1+8.16 -> coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.1+8.16 -> coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.1+8.16 -> coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.1+8.16 -> coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-safechecker = 1.1+8.16 -> coq-metacoq-pcuic = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.14.html index f69726e6e2be..f0d66c94fbac 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.1.1+8.14 -> coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.1.1+8.14 -> coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.1.1+8.14 -> coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.1.1+8.14 -> coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.1.1+8.14 -> coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-safechecker = 1.1.1+8.14 -> coq-metacoq-pcuic = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.15.html index ae566f8d1a0c..50b84ceaf51a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.1.1+8.15 -> coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.1.1+8.15 -> coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.1.1+8.15 -> coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.1.1+8.15 -> coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.1.1+8.15 -> coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-safechecker = 1.1.1+8.15 -> coq-metacoq-pcuic = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.16.html index f28b4f174edc..75703f132f64 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.1.1+8.16 -> coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.1.1+8.16 -> coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.1.1+8.16 -> coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.1.1+8.16 -> coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.1.1+8.16 -> coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-safechecker = 1.1.1+8.16 -> coq-metacoq-pcuic = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2+8.16.html index 6da9fb846049..5809c6d28c6b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * Missing dependency: - coq-metacoq-safechecker = 1.2+8.16 -> coq-metacoq-pcuic = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2+8.17.html index c034579e1557..7afdcdf040d4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.2+8.17 -> coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.2+8.17 -> coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.2+8.17 -> coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.2+8.17 -> coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.2+8.17 -> coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ * Missing dependency: - coq-metacoq-safechecker = 1.2+8.17 -> coq-metacoq-pcuic = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2.1+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2.1+8.17.html index 5f0b82eedcff..83dcdcda7f32 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2.1+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2.1+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.2.1+8.17 -> coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.2.1+8.17 -> coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.2.1+8.17 -> coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.2.1+8.17 -> coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.2.1+8.17 -> coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ * Missing dependency: - coq-metacoq-safechecker = 1.2.1+8.17 -> coq-metacoq-pcuic = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2.1+8.18.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2.1+8.18.html index 104e20d8969f..3e07a27da711 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/1.2.1+8.18.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 1.2.1+8.18 -> coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 1.2.1+8.18 -> coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 1.2.1+8.18 -> coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 1.2.1+8.18 -> coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 1.2.1+8.18 -> coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ * Missing dependency: - coq-metacoq-safechecker = 1.2.1+8.18 -> coq-metacoq-pcuic = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/8.17.dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/8.17.dev.html index 41e5da498761..e630a81f6c66 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/8.17.dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/8.17.dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,14 +125,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-safechecker = 8.17.dev -> coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-safechecker = 8.17.dev -> coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-safechecker = 8.17.dev -> coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-safechecker = 8.17.dev -> coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-safechecker = 8.17.dev -> coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ * Missing dependency: - coq-metacoq-safechecker = 8.17.dev -> coq-metacoq-pcuic = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/dev.html index 3698ce232744..6ed96e41b36c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-safechecker/dev.html @@ -3,7 +3,7 @@ -metacoq-safechecker: 17 m 0 s ๐ +metacoq-safechecker: 16 m 0 s ๐ @@ -39,7 +39,7 @@metacoq-safechecker dev - 17 m 0 s ๐ + 16 m 0 s ๐
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -133,7 +133,7 @@Install dependencies
Total: 39 M
@@ -155,17 +155,17 @@../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeChecker.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICRetypingEnvIrrelevance.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeConversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeChecker.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeChecker.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICWfReduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICTypeChecker.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICTypeChecker.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICErrors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeReduce.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICEqualityDec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICEqualityDec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeConversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICWfEnv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICWfEnvImpl.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeRetyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICRetypingEnvIrrelevance.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeRetyping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICRetypingEnvIrrelevance.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeChecker.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICTypeChecker.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICErrors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICWfEnv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICWfEnvImpl.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICEqualityDec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICWfReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICWfReduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICSafeRetyping.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICRetypingEnvIrrelevance.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/SafeChecker/PCUICErrors.v
opam list; echo; timeout 4h opam install -y --deps-only coq-metacoq-template-pcuic.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +The following actions will be performed: + - install stdlib-shims 0.3.0 + - install coq-equations dev + - install coq-metacoq-utils dev + - install coq-metacoq-common dev + - install coq-metacoq-template dev + - install coq-metacoq-pcuic dev +===== 6 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) +-> retrieved coq-metacoq-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-common.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved coq-metacoq-utils.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed stdlib-shims.0.3.0 +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed coq-equations.dev +-> installed coq-metacoq-utils.dev +-> installed coq-metacoq-common.dev +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +-> installed coq-metacoq-pcuic.dev +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq +# exit-code 2 +# env-file ~/.opam/log/coq-metacoq-template-4358-0bcf0d.env +# output-file ~/.opam/log/coq-metacoq-template-4358-0bcf0d.out +### output ### +# [...] +# make[2]: *** Waiting for unfinished jobs.... +# File "src/plugin_core.ml", line 198, characters 12-20: +# 198 | | SFBrules _ -> failwith "Rewrite rules are not supported by TemplateCoq" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[2]: *** [Makefile.template:764: src/plugin_core.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-metacoq-template dev ++- ++- The following changes have been performed +| - install coq-equations dev +| - install coq-metacoq-common dev +| - install coq-metacoq-pcuic dev +| - install coq-metacoq-utils dev +| - install stdlib-shims 0.3.0 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222131620.export" +
opam list; echo; timeout 4h opam install -y coq-metacoq-template-pcuic.dev coq.dev
true
Total: 9 M
-../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICToTemplateCorrectness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUICCorrectness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUICWcbvEval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUICCorrectness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICToTemplateCorrectness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUICExpanded.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUICCorrectness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUICWcbvEval.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICToTemplateCorrectness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateMonadToPCUIC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUIC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUICExpanded.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICTransform.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICToTemplate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICTemplateMonad/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateMonadToPCUIC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/Loader.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICTemplateMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUIC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUICWcbvEval.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICToTemplate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUICExpanded.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICTransform.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateMonadToPCUIC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/TemplateToPCUIC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICTemplateMonad/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICToTemplate.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICTransform.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICTemplateMonad/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/Loader.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/Loader.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICTemplateMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/TemplatePCUIC/PCUICTemplateMonad.v
No files were installed.
opam remove -y coq-metacoq-template-pcuic.dev
true
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta1+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta1+8.11.html index d9178c4edbd9..efcaa07d259f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta1+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta1+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,12 +130,12 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta1+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta1+8.12.html index 9d7f6c02db67..f41dba4602b1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta1+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta1+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,12 +130,12 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.11.html index ba85d2f03fe8..a5c8abe18613 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -135,12 +135,12 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.0~beta2+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.0~beta2+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.0~beta2+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.0~beta2+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-template = 1.0~beta2+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.12.html index bddad5f413b5..89245163c639 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,12 +131,12 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.0~beta2+8.12 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.0~beta2+8.12 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.0~beta2+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.0~beta2+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-template = 1.0~beta2+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.13.html index 7c013146c7a6..7c58c3a417ba 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.0~beta2+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,14 +131,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ * Missing dependency: - coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.14.html index 004276a61780..6f5ef259e2f7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,14 +136,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.15.html index 6c3742f847c3..ff235aeaa55f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,14 +136,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.16.html index 93164b457649..4094840d3805 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -138,14 +138,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.14.html index b380b69e8721..3f6f5897bb0d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,14 +136,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.15.html index 3ae36eade333..33cf30d4afdc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,14 +136,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.16.html index 63600db19690..38a8a0c7677b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -135,14 +135,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2+8.16.html index 0f7cd15b51c9..c00dc4de9ba0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,14 +134,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * Missing dependency: - coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2+8.17.html index db07443c4e84..6aa3306f8dd9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,14 +134,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ * Missing dependency: - coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2.1+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2.1+8.17.html index 79188124c58b..5e0f66fe2101 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2.1+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2.1+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,14 +134,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ * Missing dependency: - coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2.1+8.18.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2.1+8.18.html index 8ace4a64a8e0..639fd8a9b54f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/1.2.1+8.18.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,14 +134,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ * Missing dependency: - coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/8.17.dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/8.17.dev.html index 9c153f6b00b9..1753940c7de5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/8.17.dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/8.17.dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,14 +134,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-template = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-template = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-template = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-template = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-template = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ * Missing dependency: - coq-metacoq-template = 8.17.dev -> coq-metacoq-common = 8.17.dev -> coq-metacoq-utils = 8.17.dev -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/dev.html index 078b6b37ce81..81e6283c014c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-template/dev.html @@ -3,7 +3,7 @@ -metacoq-template: 5 m 0 s ๐ +metacoq-template: Error ๐ฅ @@ -39,7 +39,7 @@metacoq-template dev - 5 m 0 s ๐ + Error ๐ฅ
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -141,124 +141,81 @@Install dependencies
opam list; echo; timeout 4h opam install -y coq-metacoq-template.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-equations dev A function definition package for Coq +coq-metacoq-common dev The common library of Template Coq and PCUIC +coq-metacoq-utils dev The utility library of Template Coq and PCUIC +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). +The following actions will be performed: + - install coq-metacoq-template dev +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq +# exit-code 2 +# env-file ~/.opam/log/coq-metacoq-template-27063-6e5142.env +# output-file ~/.opam/log/coq-metacoq-template-27063-6e5142.out +### output ### +# [...] +# 359 | Declare.declare_variable ~typing_flags:None ~name ~kind (SectionLocalAssum { typ; impl=Glob_term.Explicit; univs=empty_mono_univ_entry }); +# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +# Error: The function applied to this argument has type +# typ:Constr.types -> +# impl:Glob_term.binding_kind -> +# univs:UState.named_universes_entry -> unit +# This argument cannot be applied without label +# make[2]: *** [Makefile.template:765: src/run_template_monad.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-metacoq-template dev ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +
Total: 25 M
-../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-ocaml/metacoq_template_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-ocaml/metacoq_template_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/metacoq_template_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/ReflectAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Typing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/EtaExpand.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Checker.vo
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-coq/template_coq.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/template_coq.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TypingWf.vo
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-ocaml/metacoq_template_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/LiftSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Typing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Ast.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/EtaExpand.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/WcbvEval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/WfAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TermEquality.vo
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-coq/template_coq.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/LiftSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TypingWf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/AstUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Checker.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Ast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/WcbvEval.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/UnivSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TermEquality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/AstUtils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Pretty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Reduction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Pretty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/EtaExpand.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Typing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Normal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/WfAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateEnvMap.vo
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-coq/template_coq.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/UnivSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateCheckWf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Induction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateProgram.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad/Extractable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TypingWf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Constants.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Extraction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/MonadAst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Loader.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Ast.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Checker.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Induction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/WcbvEval.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/ReflectAst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TermEquality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Constants.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Normal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/AstUtils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/LiftSubst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateEnvMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad/Extractable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Pretty.v
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-ocaml/metacoq_template_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/WfAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateCheckWf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateProgram.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Reduction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/ReflectAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/MonadAst.glob
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-coq/template_coq.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad/Common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Induction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad/Extractable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/UnivSubst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateEnvMap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Normal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateCheckWf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateProgram.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Reduction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Extraction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/MonadAst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/ExtractableLoader.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Extraction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Loader.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Loader.glob
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-ocaml/META
../ocaml-base-compiler.5.1.1/lib/coq-metacoq-template-coq/META
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/Constants.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/TemplateMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/ExtractableLoader.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Template/ExtractableLoader.glob
No files were installed.
opam remove -y coq-metacoq-template.dev
true
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-translations = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-translations = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta1+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta1+8.11.html index 6d8f51e2cf71..0c73bf93b01b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta1+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta1+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,12 +123,12 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-translations = 1.0~beta1+8.11 -> coq-metacoq-template = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta1+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta1+8.12.html index af06abeba9eb..306d5060a6de 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta1+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta1+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,16 +121,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-metacoq-translations = 1.0~beta1+8.12 -> coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ + - coq-metacoq-translations = 1.0~beta1+8.12 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-metacoq-translations = 1.0~beta1+8.12 -> coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-metacoq-translations = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.0~beta1+8.12 -> coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-metacoq-translations = 1.0~beta1+8.12 -> coq-metacoq-template = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-metacoq-translations = 1.0~beta1+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.0~beta2+8.12 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq-translations = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq-translations = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta2+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta2+8.13.html index 526c1c94afa1..c549fa7d93de 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta2+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.0~beta2+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,14 +118,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ * Missing dependency: - coq-metacoq-translations = 1.0~beta2+8.13 -> coq-metacoq-template = 1.0~beta2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.14.html index 2a7f8427e839..46efd3c6bf6a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-translations = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.15.html index 38f42cfa9c66..a3691ed5c134 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-translations = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.16.html index e24627d50f71..d4403aae815e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-translations = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.14.html index e126d5e47aa2..a4f1de5ff8ff 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq-translations = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.15.html index c019ad023bf9..1feb79230492 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq-translations = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.16.html index a7c6d8fac30d..e1b762712c87 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,14 +126,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq-translations = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2+8.16.html index 3c6991ec3cd0..f807b8fdbb7d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * Missing dependency: - coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2+8.17.html index a307abf66677..1d846e0d955d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.2+8.17 -> coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.2+8.17 -> coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.2+8.17 -> coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.2+8.17 -> coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.2+8.17 -> coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ * Missing dependency: - coq-metacoq-translations = 1.2+8.17 -> coq-metacoq-template = 1.2+8.17 -> coq-metacoq-common = 1.2+8.17 -> coq-metacoq-utils = 1.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2.1+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2.1+8.17.html index fffc8d87a4ed..92188a6d6024 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2.1+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2.1+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.2.1+8.17 -> coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.2.1+8.17 -> coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.2.1+8.17 -> coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.2.1+8.17 -> coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.2.1+8.17 -> coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ * Missing dependency: - coq-metacoq-translations = 1.2.1+8.17 -> coq-metacoq-template = 1.2.1+8.17 -> coq-metacoq-common = 1.2.1+8.17 -> coq-metacoq-utils = 1.2.1+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2.1+8.18.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2.1+8.18.html index 55f5bbeba7ec..e1f97d4531a8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2.1+8.18.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/1.2.1+8.18.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq-translations = 1.2.1+8.18 -> coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq-translations = 1.2.1+8.18 -> coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-metacoq-translations = 1.2.1+8.18 -> coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq-translations = 1.2.1+8.18 -> coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq-translations = 1.2.1+8.18 -> coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ * Missing dependency: - coq-metacoq-translations = 1.2.1+8.18 -> coq-metacoq-template = 1.2.1+8.18 -> coq-metacoq-common = 1.2.1+8.18 -> coq-metacoq-utils = 1.2.1+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/dev.html index 56cffa0d7c62..ffb8fd362ac9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq-translations/dev.html @@ -3,7 +3,7 @@ -metacoq-translations: 1 m 0 s ๐ +metacoq-translations: Error with dependencies ๐ @@ -39,7 +39,7 @@metacoq-translations dev - 1 m 0 s ๐ + Error with dependencies ๐
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -132,60 +132,98 @@Install dependencies
opam list; echo; timeout 4h opam install -y --deps-only coq-metacoq-translations.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +The following actions will be performed: + - install stdlib-shims 0.3.0 + - install coq-equations dev + - install coq-metacoq-utils dev + - install coq-metacoq-common dev + - install coq-metacoq-template dev +===== 5 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) +-> retrieved coq-metacoq-common.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-utils.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed stdlib-shims.0.3.0 +-> installed coq-equations.dev +-> installed coq-metacoq-utils.dev +-> installed coq-metacoq-common.dev +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq +# exit-code 2 +# env-file ~/.opam/log/coq-metacoq-template-22862-32961f.env +# output-file ~/.opam/log/coq-metacoq-template-22862-32961f.out +### output ### +# [...] +# make[2]: *** Waiting for unfinished jobs.... +# File "src/plugin_core.ml", line 198, characters 12-20: +# 198 | | SFBrules _ -> failwith "Rewrite rules are not supported by TemplateCoq" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[2]: *** [Makefile.template:764: src/plugin_core.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-metacoq-template dev ++- ++- The following changes have been performed +| - install coq-equations dev +| - install coq-metacoq-common dev +| - install coq-metacoq-utils dev +| - install stdlib-shims 0.3.0 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222001448.export" +
opam list; echo; timeout 4h opam install -y coq-metacoq-translations.dev coq.dev
true
Total: 6 M
-../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/MiniHoTT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/MiniHoTT_paths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/MiniHoTT_paths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/MiniHoTT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_original.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/times_bool_fun.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_generous_packed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/times_bool_fun2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_binary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/MiniHoTT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/MiniHoTT_paths.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/translation_utils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_cheap_packed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/times_bool_fun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/translation_utils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_cheap_packed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/standard_model.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_generous_packed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_binary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_original.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/times_bool_fun2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_cheap_packed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/standard_model.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_original.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/times_bool_fun.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/translation_utils.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_generous_packed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/param_binary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/times_bool_fun2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/standard_model.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Translations/sigma.v
No files were installed.
opam remove -y coq-metacoq-translations.dev
true
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/wGraph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/All_Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/ByteCompareSpec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/All_Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/wGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/All_Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/wGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/canonicaltries/CanonicalTries.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/canonicaltries/CanonicalTries.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/All_Forall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/bytestring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCOption.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCCompare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/LibHypsNaming.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/ReflectEq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/ByteCompare.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCUtils.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/bytestring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/canonicaltries/String2pos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/monad_utils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/monad_utils.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCArith.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCRelations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCTactics/DestructHead.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/ByteCompare.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCMSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCTactics/InHypUnderBindersDo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCTactics/InHypUnderBindersDo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCArith.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/MCPrelude.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/MetaCoq/Utils/monad_utils.v
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq = 1.0~alpha2+8.11 -> coq-metacoq-template = 1.0~alpha2+8.11 -> ocaml < 4.10 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta1+8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta1+8.11.html index 5624b8218c12..72f5fe01425a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta1+8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta1+8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,16 +121,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-metacoq = 1.0~beta1+8.11 -> coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq < 8.12~ + - coq-metacoq = 1.0~beta1+8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-metacoq = 1.0~beta1+8.11 -> coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-metacoq = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-metacoq = 1.0~beta1+8.11 -> coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-metacoq = 1.0~beta1+8.11 -> coq-metacoq-pcuic = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-metacoq = 1.0~beta1+8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.0~beta2+8.11 -> coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq = 1.0~beta2+8.11 -> coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.0~beta2+8.11 -> coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq = 1.0~beta2+8.11 -> coq-metacoq-safechecker = 1.0~beta2+8.11 -> ocaml < 4.10~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta2+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta2+8.12.html index 1c4030dfa87d..02f626974ba2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta2+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta2+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.0~beta2+8.12 -> ocaml < 4.12~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq = 1.0~beta2+8.12 -> ocaml < 4.12~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta2+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta2+8.13.html index 439c00c118a8..0cc7cbaac0bd 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta2+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.0~beta2+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -117,12 +117,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.0~beta2+8.13 -> coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-metacoq = 1.0~beta2+8.13 -> coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.0~beta2+8.13 -> coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-metacoq = 1.0~beta2+8.13 -> coq-metacoq-safechecker = 1.0~beta2+8.13 -> ocaml < 4.10~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.14.html index 33a5a65f74f8..5a67e163e799 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq = 1.1+8.14 -> coq-metacoq-template = 1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.15.html index db5639d0462b..8bdd9758cd17 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq = 1.1+8.15 -> coq-metacoq-template = 1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.16.html index b2bee63d515a..2e1c77e13b3d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq = 1.1+8.16 -> coq-metacoq-template = 1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.14.html index fb4d300aa149..7f939037c8cc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-metacoq = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ * Missing dependency: - coq-metacoq = 1.1.1+8.14 -> coq-metacoq-template = 1.1.1+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.15.html index fa70d44027af..2699357aaee2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-metacoq = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ * Missing dependency: - coq-metacoq = 1.1.1+8.15 -> coq-metacoq-template = 1.1.1+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.16.html index 937555f91adc..f750dfec0667 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.1.1+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-metacoq = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-metacoq = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-metacoq = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ * Missing dependency: - coq-metacoq = 1.1.1+8.16 -> coq-metacoq-template = 1.1.1+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.2+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.2+8.16.html index c98234cd9c89..90e8a12945ea 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.2+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/metacoq/1.2+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,19 +127,19 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-metacoq = 1.2+8.16 -> coq-metacoq-quotation < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ + - coq-metacoq = 1.2+8.16 -> coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-metacoq = 1.2+8.16 -> coq-metacoq-quotation < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-metacoq = 1.2+8.16 -> coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-metacoq = 1.2+8.16 -> coq-metacoq-quotation < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-metacoq = 1.2+8.16 -> coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp - - coq-metacoq = 1.2+8.16 -> coq-metacoq-quotation < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-metacoq = 1.2+8.16 -> coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ * Missing dependency: - - coq-metacoq = 1.2+8.16 -> coq-metacoq-quotation < 1.2+8.17 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-metacoq = 1.2+8.16 -> coq-metacoq-translations = 1.2+8.16 -> coq-metacoq-template = 1.2+8.16 -> coq-metacoq-common < 1.2+8.17 -> coq-metacoq-utils < 1.2+8.17 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
opam list; echo; timeout 4h opam install -y --deps-only coq-metacoq.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +The following actions will be performed: + - install stdlib-shims 0.3.0 + - install coq-equations dev + - install coq-metacoq-utils dev + - install coq-metacoq-common dev + - install coq-metacoq-template dev + - install coq-metacoq-pcuic dev + - install coq-metacoq-translations dev + - install coq-metacoq-template-pcuic dev + - install coq-metacoq-safechecker dev + - install coq-metacoq-quotation dev + - install coq-metacoq-safechecker-plugin dev + - install coq-metacoq-erasure dev + - install coq-metacoq-erasure-plugin dev +===== 13 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) +-> retrieved coq-metacoq-erasure.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-common.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-erasure-plugin.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-quotation.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-safechecker.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-safechecker-plugin.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-template-pcuic.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved coq-metacoq-translations.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-utils.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed stdlib-shims.0.3.0 +-> installed coq-equations.dev +-> installed coq-metacoq-utils.dev +-> installed coq-metacoq-common.dev +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +-> installed coq-metacoq-pcuic.dev +-> installed coq-metacoq-safechecker.dev +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq +# exit-code 2 +# env-file ~/.opam/log/coq-metacoq-template-7846-b1067f.env +# output-file ~/.opam/log/coq-metacoq-template-7846-b1067f.out +### output ### +# [...] +# make[2]: *** Waiting for unfinished jobs.... +# File "src/quoter.ml", line 529, characters 16-22: +# 529 | | Symbol _ -> +# ^^^^^^ +# Error: This variant pattern is expected to have type +# (Constr.t, Opaqueproof.opaque) Declarations.constant_def +# There is no constructor Symbol within type Declarations.constant_def +# make[2]: *** [Makefile.template:764: src/quoter.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-metacoq-template dev ++- ++- The following changes have been performed (the rest was aborted) +| - install coq-equations dev +| - install coq-metacoq-common dev +| - install coq-metacoq-pcuic dev +| - install coq-metacoq-safechecker dev +| - install coq-metacoq-utils dev +| - install stdlib-shims 0.3.0 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225100716.export" +
opam list; echo; timeout 4h opam install -y coq-metacoq.dev coq.dev
true
No files were installed.
opam remove -y coq-metacoq.dev
true
# Packages matching: installed # Name # Installed # Synopsis @@ -135,7 +135,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -153,12 +153,12 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metalib.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -C Metalib # exit-code 2 -# env-file ~/.opam/log/coq-metalib-19443-78be66.env -# output-file ~/.opam/log/coq-metalib-19443-78be66.out +# env-file ~/.opam/log/coq-metalib-27990-732494.env +# output-file ~/.opam/log/coq-metalib-27990-732494.out ### output ### # [...] -# This will be replaced by just "auto" in the future. # [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +# COQC MetatheoryAtom.v # File "./MetatheoryAtom.v", line 10, characters 0-29: # Error: Cannot find a physical path bound to logical path Coq.Arith.Max. # diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/0.1.html index d25ffac03051..9856acccb34f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,12 +130,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mi-cho-coq < 1.0.0 -> coq < 8.12 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mi-cho-coq < 1.0.0 -> coq < 8.12 -> ocaml < 4.05.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.1.1 - - coq-mi-cho-coq < 1.0.0 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mi-cho-coq < 1.0.0 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mi-cho-coq < 1.0.0 -> coq < 8.12 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/1.0.0.html index bf76ada8bea2..a58164ecb308 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -133,12 +133,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mi-cho-coq = 1.0.0 -> coq < 8.12.0 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mi-cho-coq = 1.0.0 -> coq < 8.12.0 -> ocaml < 4.05.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.1.1 - - coq-mi-cho-coq = 1.0.0 -> coq < 8.12.0 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mi-cho-coq = 1.0.0 -> coq < 8.12.0 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mi-cho-coq = 1.0.0 -> coq < 8.12.0 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/dev.html index baf11777d8aa..0b64bac2223e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mi-cho-coq/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,7 +136,7 @@Install dependencies
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -171,29 +171,29 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved coq-ott.dev (git+https://github.com/ott-lang/ott.git#master) [ERROR] The compilation of coq-ott.dev failed at "make -j4 -C coq". --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) +-> installed menhirLib.dev -> retrieved ocamlgraph.2.1.0 (https://opam.ocaml.org/cache) -> retrieved ott.0.33 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed stdlib-shims.0.3.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed coq-menhirlib.dev +-> installed menhirSdk.dev -> installed ocamlgraph.2.1.0 -> installed ocamlbuild.0.14.3 -> installed ott.0.33 --> installed menhirSdk.dev --> installed menhirLib.dev -> installed menhir.dev #=== ERROR while compiling coq-ott.dev ========================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-ott.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 -C coq # exit-code 2 -# env-file ~/.opam/log/coq-ott-22703-1d5896.env -# output-file ~/.opam/log/coq-ott-22703-1d5896.out +# env-file ~/.opam/log/coq-ott-24828-1b7a07.env +# output-file ~/.opam/log/coq-ott-24828-1b7a07.out ### output ### # [...] # COQC ott_list_eq_dec.v @@ -224,7 +224,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240126212732.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225053137.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-min-imports < 1.0.1 -> batteries < 3.6.0 -> ocaml < 4.00.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.1.1 - - coq-min-imports < 1.0.1 -> batteries < 3.6.0 -> ocaml < 4.00.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-min-imports < 1.0.1 -> batteries < 3.6.0 -> ocaml < 4.00.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-domains + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-domains - coq-min-imports < 1.0.1 -> batteries < 3.6.0 * Missing dependency: - coq-min-imports < 1.0.1 -> batteries < 3.6.0 -> ocaml < 4.00.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/min-imports/1.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/min-imports/1.0.1.html index c17794b75821..ba8aaca2a278 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/min-imports/1.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/min-imports/1.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,14 +112,14 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-min-imports = 1.0.1 -> batteries < 3.6.0 -> ocaml < 4.00.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.1.1 - - coq-min-imports = 1.0.1 -> batteries < 3.6.0 -> ocaml < 4.00.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-min-imports = 1.0.1 -> batteries < 3.6.0 -> ocaml < 4.00.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-domains + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-domains - coq-min-imports = 1.0.1 -> batteries < 3.6.0 * Missing dependency: - coq-min-imports = 1.0.1 -> batteries < 3.6.0 -> ocaml < 4.00.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/min-imports/1.0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/min-imports/1.0.2.html index 52f8516ee042..093859eda4ee 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/min-imports/1.0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/min-imports/1.0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,14 +112,14 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-min-imports >= 1.0.2 -> batteries < 3.6.0 -> ocaml < 4.00.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.1.1 - - coq-min-imports >= 1.0.2 -> batteries < 3.6.0 -> ocaml < 4.00.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-min-imports >= 1.0.2 -> batteries < 3.6.0 -> ocaml < 4.00.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-domains + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-domains - coq-min-imports >= 1.0.2 -> batteries < 3.6.0 * Missing dependency: - coq-min-imports >= 1.0.2 -> batteries < 3.6.0 -> ocaml < 4.00.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.10.0.html index c047c8497809..a1b0e957ec0e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mini-compiler = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mini-compiler = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-mini-compiler = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mini-compiler = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mini-compiler = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.5.0.html index c3c87067f6b1..8794af19a710 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mini-compiler < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mini-compiler < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-mini-compiler < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mini-compiler < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mini-compiler < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.6.0.html index 9c2d09d9372e..f65fd4389876 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mini-compiler = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mini-compiler = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-mini-compiler = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mini-compiler = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mini-compiler = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.7.0.html index 1450bac1e501..9e53463d2177 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mini-compiler = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mini-compiler = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-mini-compiler = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mini-compiler = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mini-compiler = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.8.0.html index 1ddaaba32fa6..b6d644100a04 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mini-compiler = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mini-compiler = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-mini-compiler = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mini-compiler = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mini-compiler = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.9.0.html index 02744ce21e03..adaced96fbd1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mini-compiler = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mini-compiler = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-mini-compiler = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mini-compiler = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mini-compiler = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/dev.html index eb722a3de625..80763fd1b068 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mini-compiler/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -142,7 +142,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -160,8 +160,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mini-compiler.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-mini-compiler-24817-28455a.env -# output-file ~/.opam/log/coq-mini-compiler-24817-28455a.out +# env-file ~/.opam/log/coq-mini-compiler-23930-236281.env +# output-file ~/.opam/log/coq-mini-compiler-23930-236281.out ### output ### # COQDEP VFILES # Warning: in file compiler.v, library diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.10.0.html index 735589b2e02b..400100996b7b 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-minic >= 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-minic >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-minic >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-minic >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-minic >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.5.0.html index 8e69f07bac42..bfe74e3445e2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
- coq >= dev - coq-minic < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-minic < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-minic < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-minic < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-minic < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.6.0.html index 4e0d93044708..aa43496194e2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
- coq >= dev - coq-minic = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-minic = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-minic = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-minic = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-minic = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.7.0.html index 2f5e59bf8beb..fda232028d86 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
- coq >= dev - coq-minic = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-minic = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-minic = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-minic = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-minic = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.8.0.html index 9cd97250f950..06e0e29f6252 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
- coq >= dev - coq-minic = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-minic = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-minic = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-minic = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-minic = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.9.0.html index e5f9303cbd6e..887219b2cbd0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/minic/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-minic = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-minic = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-minic = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-minic = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-minic = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.10.0.html index acc58cbc63b2..9b885c4326d8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
- coq >= dev - coq-miniml = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-miniml = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-miniml = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-miniml = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-miniml = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.5.0.html index 9f327a0d2a26..3c7afb9e8a99 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-miniml < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-miniml < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-miniml < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-miniml < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-miniml < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.6.0.html index 142b83ba5476..dc262e8b583a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-miniml = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-miniml = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-miniml = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-miniml = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-miniml = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.7.0.html index 05e541f686bf..5b1d064a48ec 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-miniml = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-miniml = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-miniml = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-miniml = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-miniml = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.8.0.html index 9b65bde417b1..e9f42f5f65a6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-miniml = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-miniml = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-miniml = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-miniml = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-miniml = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.9.0.html index a6412a6d9232..37e0244ea01f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
- coq >= dev - coq-miniml = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-miniml = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-miniml = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-miniml = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-miniml = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/dev.html index cefdd9fc1507..cddc98ad31a8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/miniml/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mirror-core/1.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mirror-core/1.0.1.html index 7c540c5cc454..2e9e79056837 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mirror-core/1.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mirror-core/1.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mirror-core < 1.0.2 -> coq < 8.5.2~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mirror-core < 1.0.2 -> coq < 8.5.2~ -> ocaml < 4.05.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.1.1 - - coq-mirror-core < 1.0.2 -> coq < 8.5.2~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mirror-core < 1.0.2 -> coq < 8.5.2~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mirror-core < 1.0.2 -> coq < 8.5.2~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mirror-core/1.0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mirror-core/1.0.2.html index acf28d9d18e4..4dd3fcfbdf72 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mirror-core/1.0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mirror-core/1.0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mirror-core >= 1.0.2 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mirror-core >= 1.0.2 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-mirror-core >= 1.0.2 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mirror-core >= 1.0.2 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mirror-core >= 1.0.2 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mmaps/1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mmaps/1.0.html index 51c153f03fa8..2e029187fe76 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mmaps/1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mmaps/1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,14 +119,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mmaps < 1.1 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mmaps < 1.1 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-mmaps < 1.1 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mmaps < 1.1 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mmaps < 1.1 -> coq < 8.18~ * Missing dependency: - coq-mmaps < 1.1 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mmaps/1.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mmaps/1.1.html index 69a590bddce2..2b3e6f0d60c9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mmaps/1.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mmaps/1.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,14 +120,14 @@Dry install ๐๏ธ
- coq >= dev - coq-mmaps >= 1.1 -> coq < 8.20 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mmaps >= 1.1 -> coq < 8.20 -> ocaml < 4.05.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.1.1 - - coq-mmaps >= 1.1 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mmaps >= 1.1 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-mmaps >= 1.1 -> coq < 8.20 * Missing dependency: - coq-mmaps >= 1.1 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.10.0.html index 57d158e9d924..b6e4c8a70fba 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mod-red = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mod-red = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-mod-red = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mod-red = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mod-red = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.5.0.html index 122b7718b079..2fc91a2164b9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mod-red < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mod-red < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-mod-red < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mod-red < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mod-red < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.6.0.html index 3f7fb3a94057..57d0eada4af4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mod-red = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mod-red = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-mod-red = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mod-red = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mod-red = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.7.0.html index 1f4a4762cd8e..df83840b9f5f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -108,12 +108,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mod-red = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mod-red = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-mod-red = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mod-red = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mod-red = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.9.0.html index ef2598db8316..b75e61ea9c95 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-mod-red = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-mod-red = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-mod-red = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-mod-red = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-mod-red = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/dev.html index 57e085c51344..9d936e332c7c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/mod-red/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -139,7 +139,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -157,8 +157,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-mod-red.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-mod-red-13616-b7c37f.env -# output-file ~/.opam/log/coq-mod-red-13616-b7c37f.out +# env-file ~/.opam/log/coq-mod-red-24427-f4e0a0.env +# output-file ~/.opam/log/coq-mod-red-24427-f4e0a0.out ### output ### # COQDEP VFILES # COQC ./preparation.v diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.0.0.html index 6b7a16e7b935..a2a1e397e1c3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
- coq >= dev - coq-moment < 1.1.0 -> coq < 8.9 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-moment < 1.1.0 -> coq < 8.9 -> ocaml < 4.05.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.1.1 - - coq-moment < 1.1.0 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-moment < 1.1.0 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-moment < 1.1.0 -> coq < 8.9 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.1.0.html index e9287e54f926..3bace47dfb79 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,14 +119,14 @@Dry install ๐๏ธ
- coq >= dev - coq-moment = 1.1.0 -> coq < 8.14 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-moment = 1.1.0 -> coq < 8.14 -> ocaml < 4.05.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.1.1 - - coq-moment = 1.1.0 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-moment = 1.1.0 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-moment = 1.1.0 -> coq < 8.14 * Missing dependency: - coq-moment = 1.1.0 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.2.0.html index a978b09a81b9..433866f989c4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,14 +119,14 @@Dry install ๐๏ธ
- coq >= dev - coq-moment = 1.2.0 -> coq < 8.14 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-moment = 1.2.0 -> coq < 8.14 -> ocaml < 4.05.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.1.1 - - coq-moment = 1.2.0 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-moment = 1.2.0 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-moment = 1.2.0 -> coq < 8.14 * Missing dependency: - coq-moment = 1.2.0 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.2.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.2.1.html index 167da1ca959b..2af04a2b86cc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.2.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/moment/1.2.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.1.html index 325ad6caf882..c7a27530f0e8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-monae < 0.0.2 -> coq < 8.10.0~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae < 0.0.2 -> coq < 8.10.0~ -> ocaml < 4.05.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.1.1 - - coq-monae < 0.0.2 -> coq < 8.10.0~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae < 0.0.2 -> coq < 8.10.0~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae < 0.0.2 -> coq < 8.10.0~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.2.html index fce1efb7b4e0..91908dc39734 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
- coq >= dev - coq-monae = 0.0.2 -> coq < 8.10.0~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.0.2 -> coq < 8.10.0~ -> ocaml < 4.05.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.1.1 - - coq-monae = 0.0.2 -> coq < 8.10.0~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.0.2 -> coq < 8.10.0~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae = 0.0.2 -> coq < 8.10.0~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.3.html index da2dbbeffa99..4d406f7ce245 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
- coq >= dev - coq-monae = 0.0.3 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.0.3 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-monae = 0.0.3 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.0.3 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae = 0.0.3 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.4.html index dc077e09934e..c9def7050212 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
- coq >= dev - coq-monae = 0.0.4 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.0.4 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-monae = 0.0.4 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.0.4 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae = 0.0.4 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.6.html index 6adbb62808c3..cf2e010cb953 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.0.6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -128,12 +128,12 @@Dry install ๐๏ธ
- coq >= dev - coq-monae = 0.0.6 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.0.6 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-monae = 0.0.6 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.0.6 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae = 0.0.6 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.1.html index 744ba325620e..1a8b6c345477 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,12 +130,12 @@Dry install ๐๏ธ
- coq >= dev - coq-monae = 0.1.1 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.1.1 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-monae = 0.1.1 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.1.1 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae = 0.1.1 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.2.html index 0a634b04eb29..f51becadfa04 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,12 +131,12 @@Dry install ๐๏ธ
- coq >= dev - coq-monae = 0.1.2 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.1.2 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-monae = 0.1.2 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.1.2 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae = 0.1.2 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.html index 14d0733b86eb..478ad16bc488 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -128,12 +128,12 @@Dry install ๐๏ธ
- coq >= dev - coq-monae = 0.1 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.1 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-monae = 0.1 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.1 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae = 0.1 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.1.html index 37aa4c15aaa7..658faf584521 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -128,12 +128,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-monae = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-monae = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ocaml-migrate-parsetree < 2.0.0 -> ocaml < 4.06.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.1.1 - - coq-monae = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae = 0.2.1 -> coq-mathcomp-analysis = 0.3.4 -> coq-hierarchy-builder < 0.11~ -> coq-elpi < 1.4.0~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.2.html index f5a31178ecc4..c13b308281e8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -133,14 +133,14 @@Dry install ๐๏ธ
* No agreement on the version of coq-paramcoq: - coq-monae = 0.2.2 -> coq-paramcoq * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.2.2 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.2.2 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.2.2 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.2.2 -> coq-paramcoq -> coq < 8.14~ * Missing dependency: - coq-monae = 0.2.2 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.html index 364a1ac88ed8..241f01cced12 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,12 +130,12 @@Dry install ๐๏ธ
- coq >= dev - coq-monae = 0.2 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.2 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-monae = 0.2 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.2 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-monae = 0.2 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.1.html index f219614ed766..834202219a65 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,14 +134,14 @@Dry install ๐๏ธ
* No agreement on the version of coq-paramcoq: - coq-monae = 0.3.1 -> coq-paramcoq * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.3.1 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.3.1 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.3.1 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.3.1 -> coq-paramcoq -> coq < 8.14~ * Missing dependency: - coq-monae = 0.3.1 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.2.html index cb09ee40292c..4eeecc67e827 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,14 +130,14 @@Dry install ๐๏ธ
* No agreement on the version of coq-paramcoq: - coq-monae = 0.3.2 -> coq-paramcoq * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.3.2 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.3.2 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.3.2 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.3.2 -> coq-paramcoq -> coq < 8.14~ * Missing dependency: - coq-monae = 0.3.2 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.3.html index 63f594e830e3..d7c01c7cf9b2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,14 +130,14 @@Dry install ๐๏ธ
* No agreement on the version of coq-paramcoq: - coq-monae = 0.3.3 -> coq-paramcoq * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.3.3 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.3.3 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.3.3 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.3.3 -> coq-paramcoq -> coq < 8.14~ * Missing dependency: - coq-monae = 0.3.3 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.4.html index 0f2a8d203fdf..8e91247175ca 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,14 +130,14 @@Dry install ๐๏ธ
* No agreement on the version of coq-paramcoq: - coq-monae = 0.3.4 -> coq-paramcoq * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.3.4 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.3.4 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.3.4 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.3.4 -> coq-paramcoq -> coq < 8.14~ * Missing dependency: - coq-monae = 0.3.4 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.html index aeee59cfd58a..466bcee506bf 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,14 +134,14 @@Dry install ๐๏ธ
* No agreement on the version of coq-paramcoq: - coq-monae = 0.3 -> coq-paramcoq * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.3 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.3 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.3 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.3 -> coq-paramcoq -> coq < 8.14~ * Missing dependency: - coq-monae = 0.3 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.1.html index 1f8b59c7e95f..95f28f6f9f3f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,16 +129,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-monae = 0.4.1 -> coq-equations < 1.4~ -> coq < 8.7 + - coq-monae = 0.4.1 -> coq-equations < 1.4~ -> coq < 8.8 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.4.1 -> coq-equations < 1.4~ -> coq < 8.7 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.4.1 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.4.1 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.4.1 -> coq-equations < 1.4~ -> coq < 8.14~ * Missing dependency: - coq-monae = 0.4.1 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.2.html index ed81ac6299b5..88c4072ad3b7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,16 +129,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-monae = 0.4.2 -> coq-equations < 1.4~ -> coq < 8.7 + - coq-monae = 0.4.2 -> coq-equations < 1.4~ -> coq < 8.8 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.4.2 -> coq-equations < 1.4~ -> coq < 8.7 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.4.2 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.4.2 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.4.2 -> coq-equations < 1.4~ -> coq < 8.14~ * Missing dependency: - coq-monae = 0.4.2 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.3.html index a057b5547758..03b4102c7fd4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,16 +129,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-monae = 0.4.3 -> coq-equations < 1.4~ -> coq < 8.7 + - coq-monae = 0.4.3 -> coq-equations < 1.4~ -> coq < 8.8 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.4.3 -> coq-equations < 1.4~ -> coq < 8.7 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.4.3 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.4.3 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.4.3 -> coq-equations < 1.4~ -> coq < 8.14~ * Missing dependency: - coq-monae = 0.4.3 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.4.html index d382dfd833de..850b55faec5d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,16 +129,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-monae = 0.4.4 -> coq-equations < 1.4~ -> coq < 8.7 + - coq-monae = 0.4.4 -> coq-equations < 1.4~ -> coq < 8.8 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.4.4 -> coq-equations < 1.4~ -> coq < 8.7 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.4.4 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.4.4 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.4.4 -> coq-equations < 1.4~ -> coq < 8.14~ * Missing dependency: - coq-monae = 0.4.4 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.5.html index 12fdff07ff49..d57d281f7211 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,16 +129,16 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-monae = 0.4.5 -> coq-equations < 1.4~ -> coq < 8.7 + - coq-monae = 0.4.5 -> coq-equations < 1.4~ -> coq < 8.8 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.4.5 -> coq-equations < 1.4~ -> coq < 8.7 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.4.5 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.4.5 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.4.5 -> coq-equations < 1.4~ -> coq < 8.14~ * Missing dependency: - coq-monae = 0.4.5 -> coq-equations < 1.4~ -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.html index fb7dbd468bef..8671c6ddbb70 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -132,14 +132,14 @@Dry install ๐๏ธ
* No agreement on the version of coq-paramcoq: - coq-monae = 0.4 -> coq-paramcoq * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.4 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.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.1.1 - - coq-monae = 0.4 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.4 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.4 -> coq-paramcoq -> coq < 8.14~ * Missing dependency: - coq-monae = 0.4 -> coq-paramcoq -> coq < 8.7.2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.5.html index bc63b6c73c5c..5db31326c9fc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,14 +131,14 @@Dry install ๐๏ธ
- coq >= dev - coq-monae = 0.5 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-monae = 0.5 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-monae = 0.5 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae = 0.5 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-monae = 0.5 -> coq < 8.19~ * Missing dependency: - coq-monae = 0.5 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.6.0.html index f2afb0037dfd..bc44312ae3dc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/monae/0.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,19 +129,19 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-monae >= 0.6.0 -> coq-infotheo >= 0.6.0 -> coq < 8.19~ + - coq-monae >= 0.6.0 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-monae >= 0.6.0 -> coq-infotheo >= 0.6.0 -> coq < 8.19~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-monae >= 0.6.0 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-monae >= 0.6.0 -> coq-infotheo >= 0.6.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-monae >= 0.6.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp - - coq-monae >= 0.6.0 -> coq-infotheo >= 0.6.0 -> coq < 8.19~ + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-monae >= 0.6.0 -> coq < 8.19~ * Missing dependency: - - coq-monae >= 0.6.0 -> coq-infotheo >= 0.6.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-monae >= 0.6.0 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
../ocaml-base-compiler.5.1.1/lib/coq-mtac2/MetaCoqPlugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/MetaCoqPlugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/ideas/DepDestruct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/TacticsBase.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/IntroPatt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/IntroPatt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/ideas/Transport.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/intf/M.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/intf/M.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/Ttactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/Ttactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/intf/M.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/ideas/Abstract.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/TacticsBase.glob
../ocaml-base-compiler.5.1.1/lib/coq-mtac2/MetaCoqPlugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/ideas/SubgoalsStrict.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/tactics/ImportedTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/Pattern.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/ideas/StaticApply.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/Pattern.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/meta/MTeleMatchDef.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/ideas/Transport.glob
../ocaml-base-compiler.5.1.1/lib/coq-mtac2/MetaCoqPlugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-mtac2/MetaCoqPlugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/intf/M.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/ideas/Abstract.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Mtac2/intf/MTele.glob
No files were installed.
diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/neural-net-interp-computed/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/neural-net-interp-computed/dev.html index 295c8cd0d34b..522d186268bb 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/neural-net-interp-computed/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/neural-net-interp-computed/dev.html @@ -55,7 +55,7 @@[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-of-ocaml < 1.2.1 -> ocaml < 4.03.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.1.1 - - coq-of-ocaml < 1.2.1 -> ocaml < 4.03.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-of-ocaml < 1.2.1 -> ocaml < 4.03.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-of-ocaml < 1.2.1 -> ocaml < 4.03.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/1.2.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/1.2.1.html index f8566f999434..bbb618b9092a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/1.2.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/1.2.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-of-ocaml = 1.2.1 -> ocaml < 4.06.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.1.1 - - coq-of-ocaml = 1.2.1 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-of-ocaml = 1.2.1 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-of-ocaml = 1.2.1 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/2.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/2.0.0.html index 2a77c8779a49..443a5a960401 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/2.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/2.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-of-ocaml = 2.0.0 -> ocaml < 4.08 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-of-ocaml = 2.0.0 -> ocaml < 4.08 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-of-ocaml = 2.0.0 -> ocaml < 4.08 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-of-ocaml = 2.0.0 -> ocaml < 4.08 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/2.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/2.1.0.html index 5c15b948e07f..ede5d21703ba 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/2.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/2.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-of-ocaml = 2.1.0 -> ocaml < 4.08 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-of-ocaml = 2.1.0 -> ocaml < 4.08 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-of-ocaml = 2.1.0 -> ocaml < 4.08 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-of-ocaml = 2.1.0 -> ocaml < 4.08 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/dev.html index 4b084b4538cc..e35266947a58 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/of-ocaml/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -119,12 +119,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-of-ocaml >= dev -> ocaml < 4.11 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-of-ocaml >= dev -> ocaml < 4.11 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-of-ocaml >= dev -> ocaml < 4.11 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-of-ocaml >= dev -> ocaml < 4.11 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.0.html index 14528a504eca..f0a17f0aceb3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,12 +123,12 @@Dry install ๐๏ธ
- coq >= dev - coq-ollibs < 2.0.1 -> coq < 8.13 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ollibs < 2.0.1 -> coq < 8.13 -> ocaml < 4.05.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.1.1 - - coq-ollibs < 2.0.1 -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ollibs < 2.0.1 -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-ollibs < 2.0.1 -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.1.html index 1924e42f4465..2823ee110d35 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,14 +123,14 @@Dry install ๐๏ธ
- coq >= dev - coq-ollibs = 2.0.1 -> coq < 8.14 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ollibs = 2.0.1 -> coq < 8.14 -> ocaml < 4.05.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.1.1 - - coq-ollibs = 2.0.1 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ollibs = 2.0.1 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-ollibs = 2.0.1 -> coq < 8.14 * Missing dependency: - coq-ollibs = 2.0.1 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.2.html index d6d070796328..8a6367d0f1ce 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,14 +123,14 @@Dry install ๐๏ธ
- coq >= dev - coq-ollibs = 2.0.2 -> coq < 8.16 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ollibs = 2.0.2 -> coq < 8.16 -> ocaml < 4.05.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.1.1 - - coq-ollibs = 2.0.2 -> coq < 8.16 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ollibs = 2.0.2 -> coq < 8.16 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-ollibs = 2.0.2 -> coq < 8.16 * Missing dependency: - coq-ollibs = 2.0.2 -> coq < 8.16 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.3.html index 706aea6c4f3d..6ba3329f55bb 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,14 +123,14 @@Dry install ๐๏ธ
- coq >= dev - coq-ollibs = 2.0.3 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ollibs = 2.0.3 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-ollibs = 2.0.3 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ollibs = 2.0.3 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-ollibs = 2.0.3 -> coq < 8.17~ * Missing dependency: - coq-ollibs = 2.0.3 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.4.html index 1903510e0f9d..4f52e5fe6cba 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,14 +123,14 @@Dry install ๐๏ธ
- coq >= dev - coq-ollibs = 2.0.4 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ollibs = 2.0.4 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-ollibs = 2.0.4 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ollibs = 2.0.4 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-ollibs = 2.0.4 -> coq < 8.18~ * Missing dependency: - coq-ollibs = 2.0.4 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.5.html index 620afcac660b..6e061d572b2e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/ollibs/2.0.5.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,14 +123,14 @@Dry install ๐๏ธ
- coq >= dev - coq-ollibs >= 2.0.5 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ollibs >= 2.0.5 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-ollibs >= 2.0.5 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ollibs >= 2.0.5 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-ollibs >= 2.0.5 -> coq < 8.19~ * Missing dependency: - coq-ollibs >= 2.0.5 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.0.0.html index b14cb46480c2..ba48ac825382 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-opam-website < 1.1.0 -> coq-io-system < 2.3.0 -> coq-io-system-ocaml -> ocaml < 4.06.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.1.1 - - coq-opam-website < 1.1.0 -> coq-io-system < 2.3.0 -> coq-io-system-ocaml -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-opam-website < 1.1.0 -> coq-io-system < 2.3.0 -> coq-io-system-ocaml -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-opam-website < 1.1.0 -> coq-io-system < 2.3.0 -> coq-io-system-ocaml -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.1.0.html index f20f8a143e2b..4b2e1ffe6453 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-opam-website = 1.1.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-opam-website = 1.1.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-opam-website = 1.1.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-opam-website = 1.1.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.2.0.html index 39ac3993a24d..8252b1bee37c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-opam-website = 1.2.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-opam-website = 1.2.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-opam-website = 1.2.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-opam-website = 1.2.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.2.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.2.1.html index f109f2309a41..32f4cb92eded 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.2.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.2.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-opam-website = 1.2.1 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-opam-website = 1.2.1 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-opam-website = 1.2.1 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-opam-website = 1.2.1 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.0.html index a30d70e6f201..27ba99b149f6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-opam-website = 1.3.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-opam-website = 1.3.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-opam-website = 1.3.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-opam-website = 1.3.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.1.html index 3a9deaab8f61..378c80491806 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-opam-website = 1.3.1 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-opam-website = 1.3.1 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-opam-website = 1.3.1 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-opam-website = 1.3.1 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.2.html index a14cea76f86b..eedd1c51411f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.3.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-opam-website = 1.3.2 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-opam-website = 1.3.2 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-opam-website = 1.3.2 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-opam-website = 1.3.2 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.4.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.4.0.html index ed4039c5c1a9..d235f1645c4e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.4.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/opam-website/1.4.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -107,12 +107,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-opam-website >= 1.4.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.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.1.1 - - coq-opam-website >= 1.4.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-opam-website >= 1.4.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-opam-website >= 1.4.0 -> coq-io-system >= 2.3.0 -> coq-io-system-ocaml >= 2.2.0 -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/operads/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/operads/1.0.0.html index 96f6ba483438..06474f1a7e15 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/operads/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/operads/1.0.0.html @@ -3,7 +3,7 @@ -operads: Error ๐ฅ +operads: Error with dependencies ๐ @@ -39,7 +39,7 @@operads 1.0.0 - Error ๐ฅ + Error with dependencies ๐
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,15 +126,6 @@Install dependencies
opam list; echo; timeout 4h opam install -y --deps-only coq-operads.1.0.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-operads.1.0.0 coq.dev
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-operads.1.1.0 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-operads.1.1.0 coq.dev
true
No files were installed.
Total: 10 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/pacotac_internal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/pacotac_internal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/gpaco14.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/pacotac_internal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/gpaco13.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/gpaco4.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/gpaco3.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/gpaco2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/gpacotac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/gpaco1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/gpacotac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/gpaco0.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/paco10.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/paco14.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/tutorial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/paco10.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/paco6.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/pacotac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/pacotac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/paco9.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/paco5.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Paco/paco8.glob
Total: 1023 K
+Total: 1 M
../ocaml-base-compiler.5.1.1/lib/coq-paramcoq/paramcoq.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Param/paramcoq.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-paramcoq/paramcoq.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Param/paramcoq.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-paramcoq/paramcoq.cmi
../ocaml-base-compiler.5.1.1/lib/coq-paramcoq/paramcoq.cmx
../ocaml-base-compiler.5.1.1/lib/coq-paramcoq/paramcoq.cmxa
opam list; echo; timeout 4h opam install -y --deps-only coq-pi-agm.1.2.6 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-pi-agm.1.2.6 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# 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-autoconf 0.1 Virtual package relying on autoconf installation +conf-g++ 1.0 Virtual package relying on the g++ compiler (for C++) +conf-gmp 4 Virtual package relying on a GMP lib system installation +conf-which 1 Virtual package relying on which +coq dev The Coq Proof Assistant +coq-bignums dev Bignums, the Coq library of arbitrary large numbers +coq-coquelicot 3.4.1 A Coq formalization of real analysis compatible with the standard library +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-flocq dev A floating-point formalization for the Coq system +coq-interval dev A Coq tactic for proving bounds on real-valued expressions automatically +coq-mathcomp-ssreflect 1.dev Small Scale Reflection +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install coq-flocq dev - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install conf-g++ 1.0 - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install stdlib-shims 0.3.0 - - install menhirLib dev - - install coq-bignums dev - - install menhirSdk dev - - install result 1.5 - - install conf-which 1 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install yojson 2.1.2 - - install re 1.11.0 - - install menhir dev - - install conf-autoconf 0.1 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev - - install coq-coquelicot 3.4.1 - - install coq-interval dev -===== 33 to install ===== + - install coq-pi-agm 1.2.6 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed conf-which.1 --> installed camlp-streams.5.0.1 --> installed conf-g++.1.0 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed conf-autoconf.0.1 --> retrieved coq-coquelicot.3.4.1 (https://coquelicot.gitlabpages.inria.fr/releases/coquelicot-3.4.1.tar.gz) --> installed cmdliner.1.2.0 --> retrieved coq-flocq.dev (git+https://gitlab.inria.fr/flocq/flocq.git#master) --> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved coq-interval.dev (git+https://gitlab.inria.fr/coqinterval/interval.git/#master) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed coq-bignums.dev --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed coq-flocq.dev --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdgen.2.15.0 --> installed atdts.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= +Processing 1/3: [coq-pi-agm.1.2.6: http] +Processing 1/3: +-> retrieved coq-pi-agm.1.2.6 (https://github.com/ybertot/pi-agm/archive/v1.2.6.zip) +Processing 2/3: [coq-pi-agm: coq_makefile _CoqProject] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "coq_makefile" "-f" "_CoqProject" "-o" "Makefile" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-pi-agm.1.2.6) +Processing 2/3: [coq-pi-agm: make 4] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j" "4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-pi-agm.1.2.6) +- COQDEP VFILES +- COQC filter_Rlt.v +- COQC atan_derivative_improper_integral.v +- COQC arcsinh.v +- COQC rounding_big.v +- File "./filter_Rlt.v", line 2, characters 0-49: +- Warning: +- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function. +- [ambiguous-paths,coercions,default] +- COQC computing.v +- File "./atan_derivative_improper_integral.v", line 3, characters 0-49: +- Warning: +- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function. +- [ambiguous-paths,coercions,default] +- File "./atan_derivative_improper_integral.v", line 160, characters 60-68: +- Warning: Notation Ropp_div is deprecated since 8.19. Use Rdiv_opp_l. +- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default] +- File "./atan_derivative_improper_integral.v", line 160, characters 60-68: +- Warning: Notation Ropp_div is deprecated since 8.19. Use Rdiv_opp_l. +- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default] +- File "./atan_derivative_improper_integral.v", line 160, characters 60-68: +- Warning: Notation Ropp_div is deprecated since 8.19. Use Rdiv_opp_l. +- [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default] +- = 31415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094330572703657595919530921861173819326117931051185480744623799627495673518857527248912279381830119491298336733624406566430860213949463952247371907021798609437027705392171762931767523846748184676694051320005681271452635608277857713427577896091736371787214684409012249534301465495853710507922796892589235420199561121290219608640344181598136297747713099605187072113499999983729780499510597317328160963185950244594553469083026425223082533446850352619311881710100031378387528865875332083814206171776691473035982534904287554687311595628638823537875937519577818577805321712268066130019278766111959092164201967%bigZ +- : BigZ.t_ +- COQC generalities.v +- File "./generalities.v", line 1, characters 0-49: +- Warning: +- New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function. +- [ambiguous-paths,coercions,default] +- File "./generalities.v", line 292, characters 40-52: +- Error: The reference Max.le_max_r was not found in the current environment. +- +- make[1]: *** [Makefile:848: generalities.vo] Error 1 +- make[1]: *** [generalities.vo] Deleting file 'generalities.glob' +- make: *** [Makefile:417: all] Error 2 +[ERROR] The compilation of coq-pi-agm.1.2.6 failed at "make -j 4". +#=== ERROR while compiling coq-pi-agm.1.2.6 ===================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-pi-agm.1.2.6 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 # exit-code 2 -# env-file ~/.opam/log/coq-elpi-22535-824ea4.env -# output-file ~/.opam/log/coq-elpi-22535-824ea4.out +# env-file ~/.opam/log/coq-pi-agm-9859-032530.env +# output-file ~/.opam/log/coq-pi-agm-9859-032530.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml +# [deprecated-syntactic-definition-since-8.19,deprecated-since-8.19,deprecated-syntactic-definition,deprecated,default] # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# COQC generalities.v +# File "./generalities.v", line 1, characters 0-49: +# Warning: +# New coercion path [real; Finite] : Rbar >-> Rbar is not definitionally an identity function. +# [ambiguous-paths,coercions,default] +# File "./generalities.v", line 292, characters 40-52: +# Error: The reference Max.le_max_r was not found in the current environment. +# +# make[1]: *** [Makefile:848: generalities.vo] Error 1 +# make[1]: *** [generalities.vo] Deleting file 'generalities.glob' +# make: *** [Makefile:417: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install conf-autoconf 0.1 -| - install conf-g++ 1.0 -| - install conf-which 1 -| - install coq-bignums dev -| - install coq-flocq dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-pi-agm 1.2.6 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240201042215.export" +'opam install -y -v coq-pi-agm.1.2.6 coq.dev' failed.
true
No files were installed.
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -176,13 +176,13 @@Install dependencies
- install re 1.11.0 - install menhir dev - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -201,88 +201,88 @@Install dependencies
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) -> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) -> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) -> retrieved coq-coqeal.dev (git+https://github.com/coq-community/coqeal.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved coq-mathcomp-multinomials.dev (git+https://github.com/math-comp/multinomials.git#master) +-> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) -> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) --> retrieved coq-mathcomp-multinomials.dev (git+https://github.com/math-comp/multinomials.git#master) --> installed coq-bignums.dev -> retrieved coq-mathcomp-zify.dev (git+https://github.com/math-comp/mczify.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved coq-paramcoq.dev (git+https://github.com/coq-community/paramcoq.git) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 +-> retrieved coq-prosa.dev (git+https://gitlab.mpi-sws.org/RT-PROOFS/rt-proofs.git) -> installed cppo.1.6.9 -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-paramcoq.dev (git+https://github.com/coq-community/paramcoq.git) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed coq-paramcoq.dev --> retrieved coq-prosa.dev (git+https://gitlab.mpi-sws.org/RT-PROOFS/rt-proofs.git) +-> installed coq-bignums.dev -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed ocaml-compiler-libs.v0.12.4 -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed result.1.5 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed re.1.11.0 +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed stdlib-shims.0.3.0 +-> installed re.1.11.0 +-> installed menhirLib.dev -> installed sexplib0.v0.16.0 +-> installed menhirSdk.dev -> installed yojson.2.1.2 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev +-> installed ppxlib.0.32.0 -> installed menhir.dev +-> installed ppx_deriving.5.2.1 -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-10587-27368b.env -# output-file ~/.opam/log/coq-elpi-10587-27368b.out +# env-file ~/.opam/log/coq-elpi-8014-72efb1.env +# output-file ~/.opam/log/coq-elpi-8014-72efb1.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -300,14 +300,14 @@Install dependencies
| - install coq-paramcoq dev | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -317,7 +317,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130142646.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240225024649.export"
# Packages matching: installed # Name # Installed # Synopsis @@ -150,7 +150,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -174,13 +174,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -190,77 +190,77 @@Install dependencies
===== 29 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) -> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdts.2.15.0 (cached) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) -> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> installed cmdliner.1.2.0 -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) --> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) -> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-zify.dev (git+https://github.com/math-comp/mczify.git#master) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) -> installed biniou.1.2.2 --> retrieved coq-mathcomp-zify.dev (git+https://github.com/math-comp/mczify.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed ppx_derivers.1.2.1 +-> installed ocaml-compiler-libs.v0.12.4 -> installed result.1.5 +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> installed sexplib0.v0.16.0 -> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 -> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 -> installed re.1.11.0 -> installed yojson.2.1.2 -> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 -> installed menhirLib.dev -> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-19965-20e175.env -# output-file ~/.opam/log/coq-elpi-19965-20e175.out +# env-file ~/.opam/log/coq-elpi-18308-a65c47.env +# output-file ~/.opam/log/coq-elpi-18308-a65c47.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -276,14 +276,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -293,7 +293,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240127101227.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224170125.export"
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-qcert >= 2.2.0 -> wasm = 1.0.1 -> ocaml < 4.13 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-qcert >= 2.2.0 -> wasm = 1.0.1 -> ocaml < 4.13 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-qcert >= 2.2.0 -> wasm = 1.0.1 -> ocaml < 4.13 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-qcert >= 2.2.0 -> wasm = 1.0.1 -> ocaml < 4.13 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quantumlib/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quantumlib/1.1.0.html index 97aee03e4289..effd5e54cf08 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quantumlib/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quantumlib/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -165,7 +165,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -196,8 +196,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-quantumlib.1.1.0 # command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-quantumlib -j 4 @install # exit-code 1 -# env-file ~/.opam/log/coq-quantumlib-26467-a82383.env -# output-file ~/.opam/log/coq-quantumlib-26467-a82383.out +# env-file ~/.opam/log/coq-quantumlib-24979-6a7c88.env +# output-file ~/.opam/log/coq-quantumlib-24979-6a7c88.out ### output ### # Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune # 3.8 and will be removed in an upcoming Dune version. diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quantumlib/1.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quantumlib/1.3.0.html new file mode 100644 index 000000000000..f9e783a2c49e --- /dev/null +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quantumlib/1.3.0.html @@ -0,0 +1,207 @@ + + + + + +quantumlib: Not compatible ๐ผ + + + + + + + + + + +++ + + + diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.0.html index e859505147cc..7b667925aab6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.0.html @@ -55,7 +55,7 @@ ++++++ ยซ Up +++ quantumlib + + 1.3.0 + Not compatible ๐ผ + +
+Context
+# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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" +synopsis: "Coq library for reasoning about quantum programs" +description: """ +inQWIRE's QuantumLib is a Coq library for reasoning + about quantum computation and quantum programs. +""" +maintainer: ["inQWIRE Developers"] +authors: ["inQWIRE"] +license: "MIT" +homepage: "https://github.com/inQWIRE/QuantumLib" +doc: "https://inqwire.github.io/QuantumLib/toc.html" +bug-reports: "https://github.com/inQWIRE/QuantumLib/issues" +depends: [ + "dune" {>= "2.8"} + "coq" {>= "8.16" < "8.20"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/inQWIRE/QuantumLib.git" +url { + src: "https://github.com/inQWIRE/QuantumLib/archive/v1.3.0.tar.gz" + checksum: "sha256=770a7ec9dfe67adfa7690107173c79144a72382e6ad3e4067f41b18f14fe72c1" +} +tags: [ + "keyword:quantum" + "keyword:qwire" + "keyword:sqir" + "keyword:matrices" + "keyword:vectors" + "keyword:linear algebra" + "keyword:complex numbers" + "category:Mathematics/Algebra" + "category:Mathematics/Real Calculus and Topology" + "date:2023-01-24" + "logpath:QuantumLib" +] ++Lint
++
+- Command
+- +
true
- Return code
+- 0
+Dry install ๐๏ธ
+Dry install with the current Coq version:
++
+- Command
+- +
opam install -y --show-action coq-quantumlib.1.3.0 coq.dev
- Return code
+- 5120
+- Output
+- +
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-quantumlib >= 1.3.0 -> coq < 8.20 + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-quantumlib >= 1.3.0 -> coq < 8.20 -> ocaml < 4.05.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.1.1 + - coq-quantumlib >= 1.3.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-quantumlib >= 1.3.0 -> coq < 8.20 + * Missing dependency: + - coq-quantumlib >= 1.3.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-variants -> 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:
++
+- Command
+- +
opam remove -y coq; opam install -y --show-action --unlock-base coq-quantumlib.1.3.0
- Return code
+- 0
+Install dependencies
++
+- Command
+- +
true
- Return code
+- 0
+- Duration
+- 0 s
+Install ๐
++
+- Command
+- +
true
- Return code
+- 0
+- Duration
+- 0 s
+Installation size
+No files were installed.
+Uninstall ๐งน
++
+- Command
+- +
true
- Return code
+- 0
+- Missing removes
+- + none +
+- Wrong removes
+- + none +
+
+ +Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -121,12 +121,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick < 1.0.1 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick < 1.0.1 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-quickchick < 1.0.1 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick < 1.0.1 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick < 1.0.1 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.1.html index 82881b0e965a..a00a56a48b05 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,12 +123,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.0.1 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.0.1 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.0.1 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.0.1 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick = 1.0.1 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.2.html index ed360026075d..dbff62dea195 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.0.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.0.2 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.0.2 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.0.2 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.0.2 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick = 1.0.2 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.1.0.html index d5be3b5761ae..df6232df69f2 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.1.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -124,12 +124,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.1.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.1.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.1.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.1.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick = 1.1.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.2.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.2.0.html index 49cb27700e00..df8abf780381 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.2.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.2.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,12 +123,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.2.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.2.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.2.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.2.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick = 1.2.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.2.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.2.1.html index 35c41da50fc9..afc25c258f26 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.2.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.2.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.2.1 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.2.1 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.2.1 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.2.1 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick = 1.2.1 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.0.html index dfc146187308..054fec1f64d8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,12 +127,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.3.0 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.3.0 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.3.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.3.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick = 1.3.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.1.html index af639602884c..252d725fb0ad 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,12 +127,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.3.1 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.3.1 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.3.1 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.3.1 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick = 1.3.1 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.2.html index 0a08ce524683..b817b1533f73 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.3.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,12 +127,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.3.2 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.3.2 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.3.2 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.3.2 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick = 1.3.2 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.4.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.4.0.html index df70e28869fa..58d33dbce5fa 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.4.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.4.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,12 +127,12 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.4.0 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.4.0 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.4.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.4.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-quickchick = 1.4.0 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.5.0.html index 28783e83ad46..367a9248a0f7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,14 +127,14 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.5.0 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.5.0 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.5.0 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.5.0 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-quickchick = 1.5.0 -> coq < 8.14~ * Missing dependency: - coq-quickchick = 1.5.0 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.5.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.5.1.html index 99611b1b4f4c..2e4f8737cb24 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.5.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.5.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.5.1 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.5.1 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.5.1 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.5.1 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-quickchick = 1.5.1 -> coq < 8.15~ * Missing dependency: - coq-quickchick = 1.5.1 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.0.html index d4bbce5c25d4..29294876a551 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.6.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.6.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.6.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.6.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-quickchick = 1.6.0 -> coq < 8.16~ * Missing dependency: - coq-quickchick = 1.6.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.1.html index 21d6d31e8c5f..5c029ab04e38 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.6.1 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.6.1 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.6.1 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.6.1 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-quickchick = 1.6.1 -> coq < 8.16~ * Missing dependency: - coq-quickchick = 1.6.1 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.2.html index c66193c74dc4..e748c3932d83 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.6.2 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.6.2 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.6.2 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.6.2 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-quickchick = 1.6.2 -> coq < 8.16~ * Missing dependency: - coq-quickchick = 1.6.2 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.3.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.3.html index ed05f8a818bf..fa0ee335fae7 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.3.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.3.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.6.3 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.6.3 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.6.3 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.6.3 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-quickchick = 1.6.3 -> coq < 8.16~ * Missing dependency: - coq-quickchick = 1.6.3 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.4.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.4.html index b8a45b302938..0d9dee601069 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.4.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.4.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-quickchick = 1.6.4 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-quickchick = 1.6.4 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-quickchick = 1.6.4 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-quickchick = 1.6.4 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-quickchick = 1.6.4 -> coq < 8.17~ * Missing dependency: - coq-quickchick = 1.6.4 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.5.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.5.html index 6efd53b52774..396f3050df15 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.5.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/quickchick/1.6.5.html @@ -3,7 +3,7 @@ -quickchick: Error with dependencies ๐ +quickchick: Error ๐ฅ @@ -39,7 +39,7 @@quickchick 1.6.5 - Error with dependencies ๐ + Error ๐ฅ
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -138,179 +138,209 @@Install dependencies
opam list; echo; timeout 4h opam install -y --deps-only coq-quickchick.1.6.5 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-quickchick.1.6.5 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-ext-lib dev a library of Coq definitions, theorems, and tactics +coq-mathcomp-ssreflect 1.dev Small Scale Reflection +coq-simple-io dev IO monad for Coq +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install coq-ext-lib dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install coq-simple-io dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 28 to install ===== + - install coq-quickchick 1.6.5 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-ext-lib.dev (git+https://github.com/coq-community/coq-ext-lib#master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved coq-simple-io.dev (git+https://github.com/Lysxia/coq-simple-io#master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed coq-ext-lib.dev --> installed coq-simple-io.dev --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppx_derivers.1.2.1 --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-1468-5ad64c.env -# output-file ~/.opam/log/coq-elpi-1468-5ad64c.out +Processing 1/3: [coq-quickchick.1.6.5: http] +Processing 1/3: +-> retrieved coq-quickchick.1.6.5 (https://github.com/QuickChick/QuickChick/archive/v1.6.5.tar.gz) +Processing 2/3: [coq-quickchick: make compat] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "compat" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-quickchick.1.6.5) +Processing 2/3: [coq-quickchick: dune build] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-quickchick" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-quickchick.1.6.5) +- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune +- 3.8 and will be removed in an upcoming Dune version. +- Hint: To disable this warning, add the following to your dune-project file: +- (warnings (deprecated_coq_lang_lt_08 disabled)) +- File "plugin/dune", line 11, characters 0-90: +- 11 | (rule +- 12 | (targets driver.ml) +- 13 | (deps (:pp-file driver.mlg)) +- 14 | (action (run coqpp %{pp-file}))) +- (cd _build/default/plugin && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqpp driver.mlg) +- Error: DECLARE PLUGIN required before VERNAC EXTEND +- File "plugin/dune", line 16, characters 0-98: +- 16 | (rule +- 17 | (targets quickChick.ml) +- 18 | (deps (:pp-file quickChick.mlg)) +- 19 | (action (run coqpp %{pp-file}))) +- (cd _build/default/plugin && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqpp quickChick.mlg) +- Error: DECLARE PLUGIN required before VERNAC EXTEND +- File "plugin/dune", line 26, characters 0-96: +- 26 | (rule +- 27 | (targets weightmap.ml) +- 28 | (deps (:pp-file weightmap.mlg)) +- 29 | (action (run coqpp %{pp-file}))) +- (cd _build/default/plugin && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqpp weightmap.mlg) +- Error: DECLARE PLUGIN required before VERNAC EXTEND +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlc.opt -w -40 -rectypes -warn-error -3 -w -8-27+40 -g -bin-annot -I plugin/.quickchick_plugin.objs/byte -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/dynlink -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/str -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/unix -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/zarith -intf-suffix .ml -no-alias-deps -open Quickchick_plugin -o plugin/.quickchick_plugin.objs/byte/quickchick_plugin__GenericLib.cmo -c -impl plugin/genericLib.ml) +- File "plugin/genericLib.ml", line 41, characters 30-60: +- 41 | let hole = CAst.make @@ CHole (None, Namegen.IntroAnonymous) +- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Error: This expression has type 'a * 'b +- but an expression was expected of type +- Evar_kinds.glob_evar_kind option +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlopt.opt -w -40 -rectypes -warn-error -3 -w -8-27+40 -g -I plugin/.quickchick_plugin.objs/byte -I plugin/.quickchick_plugin.objs/native -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/dynlink -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/str -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/unix -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/zarith -intf-suffix .ml -no-alias-deps -open Quickchick_plugin -o plugin/.quickchick_plugin.objs/native/quickchick_plugin__GenericLib.cmx -c -impl plugin/genericLib.ml) +- File "plugin/genericLib.ml", line 41, characters 30-60: +- 41 | let hole = CAst.make @@ CHole (None, Namegen.IntroAnonymous) +- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Error: This expression has type 'a * 'b +- but an expression was expected of type +- Evar_kinds.glob_evar_kind option +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlc.opt -w -40 -rectypes -warn-error -3 -w -8-27+40 -g -bin-annot -I plugin/.quickchick_plugin.objs/byte -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.5.1.1/ +[...] truncated +ault] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 71, characters 2-69: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 124, characters 24-34: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 128, characters 24-34: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 132, characters 24-34: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 136, characters 17-34: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- File "./src/ShowFacts.v", line 140, characters 17-33: +- Warning: +- "auto with *" was used through the default "intuition_solver" tactic. +- This will be replaced by just "auto" in the future. +- [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/dynlink -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/str -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/unix -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/zarith -I plugin -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R src QuickChick src/Test.v) +- File "./src/Test.v", line 292, characters 0-22: +- Warning: Overwriting previous delimiting key num in scope N_scope +- [overwriting-delimiting-key,parsing,default] +[ERROR] The compilation of coq-quickchick.1.6.5 failed at "dune build -p coq-quickchick -j 4 @install". +#=== ERROR while compiling coq-quickchick.1.6.5 ===============================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-quickchick.1.6.5 +# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-quickchick -j 4 @install +# exit-code 1 +# env-file ~/.opam/log/coq-quickchick-9637-61eb74.env +# output-file ~/.opam/log/coq-quickchick-9637-61eb74.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# "auto with *" was used through the default "intuition_solver" tactic. +# This will be replaced by just "auto" in the future. +# [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +# File "./src/ShowFacts.v", line 140, characters 17-33: +# Warning: +# "auto with *" was used through the default "intuition_solver" tactic. +# This will be replaced by just "auto" in the future. +# [intuition-auto-with-star,deprecated-since-8.17,deprecated,default] +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-[...] +# File "./src/Test.v", line 292, characters 0-22: +# Warning: Overwriting previous delimiting key num in scope N_scope +# [overwriting-delimiting-key,parsing,default] <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-ext-lib dev -| - install coq-simple-io dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-quickchick 1.6.5 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129231508.export" +'opam install -y -v coq-quickchick.1.6.5 coq.dev' failed. +The middle of the output is truncated (maximum 20000 characters)
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-quickchick.2.0.1 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-quickchick.2.0.1 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 +# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-ext-lib dev a library of Coq definitions, theorems, and tactics +coq-mathcomp-ssreflect 1.dev Small Scale Reflection +coq-simple-io dev IO monad for Coq +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +dune 3.14.0 Fast, portable, and opinionated build system +menhir dev An LR(1) parser generator +menhirLib dev Runtime support library for parsers generated by Menhir +menhirSdk dev Compile-time library for auxiliary tools related to Menhir +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-config 3 OCaml Switch Configuration +ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled +ocamlbuild 0.14.3 OCamlbuild is a build system with builtin rules to easily build most OCaml projects +ocamlfind 1.9.6 A library manager for OCaml +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install ocamlbuild 0.14.3 - - install menhirSdk dev - - install coq-ext-lib dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install coq-simple-io dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 29 to install ===== + - install coq-quickchick 2.0.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-ext-lib.dev (git+https://github.com/coq-community/coq-ext-lib#master) --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-simple-io.dev (git+https://github.com/Lysxia/coq-simple-io#master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed coq-ext-lib.dev --> installed coq-simple-io.dev --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppx_derivers.1.2.1 --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed seq.base --> installed result.1.5 --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed yojson.2.1.2 --> installed ocamlbuild.0.14.3 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-1585-f130d7.env -# output-file ~/.opam/log/coq-elpi-1585-f130d7.out +Processing 1/3: [coq-quickchick.2.0.1: http] +Processing 1/3: +-> retrieved coq-quickchick.2.0.1 (https://github.com/QuickChick/QuickChick/archive/v2.0.1.tar.gz) +Processing 2/3: [coq-quickchick: make compat] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "compat" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-quickchick.2.0.1) +Processing 2/3: [coq-quickchick: dune build] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "coq-quickchick" "-j" "4" "@install" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-quickchick.2.0.1) +- Warning: Coq Language Versions lower than 0.8 have been deprecated in Dune +- 3.8 and will be removed in an upcoming Dune version. +- Hint: To disable this warning, add the following to your dune-project file: +- (warnings (deprecated_coq_lang_lt_08 disabled)) +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlc.opt -w -40 -rectypes -warn-error -3 -w -8-9-27+40 -g -bin-annot -I plugin/.quickchick_plugin.objs/byte -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/dynlink -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/str -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/unix -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/zarith -intf-suffix .ml -no-alias-deps -open Quickchick_plugin -o plugin/.quickchick_plugin.objs/byte/quickchick_plugin__GenericLib.cmo -c -impl plugin/genericLib.ml) +- File "plugin/genericLib.ml", line 36, characters 30-60: +- 36 | let hole = CAst.make @@ CHole (None, Namegen.IntroAnonymous) +- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Error: This expression has type 'a * 'b +- but an expression was expected of type +- Evar_kinds.glob_evar_kind option +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlopt.opt -w -40 -rectypes -warn-error -3 -w -8-9-27+40 -g -I plugin/.quickchick_plugin.objs/byte -I plugin/.quickchick_plugin.objs/native -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/dynlink -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/str -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/unix -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/zarith -intf-suffix .ml -no-alias-deps -open Quickchick_plugin -o plugin/.quickchick_plugin.objs/native/quickchick_plugin__GenericLib.cmx -c -impl plugin/genericLib.ml) +- File "plugin/genericLib.ml", line 36, characters 30-60: +- 36 | let hole = CAst.make @@ CHole (None, Namegen.IntroAnonymous) +- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Error: This expression has type 'a * 'b +- but an expression was expected of type +- Evar_kinds.glob_evar_kind option +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlc.opt -w -40 -rectypes -warn-error -3 -w -8-9-27+40 -g -bin-annot -I plugin/.quickchick_plugin.objs/byte -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/dynlink -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/str -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/unix -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/zarith -intf-suffix .ml -no-alias-deps -open Quickchick_plugin -o plugin/.quickchick_plugin.objs/byte/quickchick_plugin__QuickChick.cmo -c -impl plugin/quickChick.ml) +- File "quickChick.mlg", line 414, characters 4-96: +- Error: The constructor CLocalAssum expects 4 argument(s), +- but is applied here to 3 argument(s) +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlc.opt -w -40 -rectypes -warn-error -3 -w -8-9-27+40 -g -bin-annot -I plugin/.quickchick_plugin.objs/byte -I /home/bench/.opam/ocaml- +[...] truncated +caml-base-compiler.5.1.1/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/dynlink -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/str -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/unix -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/zarith -I plugin -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R src QuickChick src/TacticsUtil.v) +- File "./src/TacticsUtil.v", line 57, characters 4-26: +- Error: +- Constructor Unsafe.Proj expects 3 arguments, but is applied to 2 arguments +- +- (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/engine -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/gramlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/interp -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/kernel -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/lib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/library -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/parsing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/perf -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/pretyping -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/printing -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/proofs -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/tactics -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vernac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/vm -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/findlib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/dynlink -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/str -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/threads -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/ocaml/unix -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/zarith -I plugin -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/btauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/cc -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/derive -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/extraction -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/firstorder -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/funind -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ltac2_ltac1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/micromega_core -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/nsatz -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/number_string_notation -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ring -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/rtauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssreflect -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/ssrmatching -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tauto -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p0 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p1 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p2 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/tutorial/p3 -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/../coq-core/plugins/zify -R /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/theories Coq -R src QuickChick src/Test.v) +- File "./src/Test.v", line 327, characters 0-22: +- Warning: Overwriting previous delimiting key num in scope N_scope +- [overwriting-delimiting-key,parsing,default] +[ERROR] The compilation of coq-quickchick.2.0.1 failed at "dune build -p coq-quickchick -j 4 @install". +#=== ERROR while compiling coq-quickchick.2.0.1 ===============================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-quickchick.2.0.1 +# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-quickchick -j 4 @install +# exit-code 1 +# env-file ~/.opam/log/coq-quickchick-1549-13902f.env +# output-file ~/.opam/log/coq-quickchick-1549-13902f.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 +# Warning: Notation app_length is deprecated since 8.20. +# Use length_app instead. +# [deprecated-syntactic-definition-since-8.20,deprecated-since-8.20,deprecated-syntactic-definition,deprecated,default] +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-[...] +# File "./src/TacticsUtil.v", line 57, characters 4-26: +# Error: +# Constructor Unsafe.Proj expects 3 arguments, but is applied to 2 arguments +# +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/coqc -q -w -deprecated-native-compiler-option -w -native-compiler-disabled -native-compiler ondemand -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/boot -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/clib -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq-core/config -I /home/bench/.opam/ocaml-[...] +# File "./src/Test.v", line 327, characters 0-22: +# Warning: Overwriting previous delimiting key num in scope N_scope +# [overwriting-delimiting-key,parsing,default] <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-ext-lib dev -| - install coq-simple-io dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ocamlbuild 0.14.3 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 +| - build coq-quickchick 2.0.1 +- +- No changes have been performed # Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130162244.export" +'opam install -y -v coq-quickchick.2.0.1 coq.dev' failed. +The middle of the output is truncated (maximum 20000 characters)
true
No files were installed.
opam list; echo; timeout 4h opam install -y --deps-only coq-quickchick.2.0.2 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install ocamlbuild 0.14.3 - - install menhirSdk dev - - install coq-ext-lib dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install coq-simple-io dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 29 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-ext-lib.dev (git+https://github.com/coq-community/coq-ext-lib#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved coq-simple-io.dev (git+https://github.com/Lysxia/coq-simple-io#master) --> installed coq-ext-lib.dev --> installed coq-simple-io.dev --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed ppx_derivers.1.2.1 --> installed result.1.5 --> installed seq.base --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed stdlib-shims.0.3.0 --> installed ocamlbuild.0.14.3 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-2583-2fae22.env -# output-file ~/.opam/log/coq-elpi-2583-2fae22.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-ext-lib dev -| - install coq-simple-io dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ocamlbuild 0.14.3 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129020849.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-quickchick.2.0.2 coq.dev
No files were installed.
+Total: 18 M
+../ocaml-base-compiler.5.1.1/bin/quickChick
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cma
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.a
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/quickchick_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/State.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Producer.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Generators.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Sets.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RandomQC.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/EnumProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/GenProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Enumerators.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/SemChecker.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CoArbitrary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CheckerProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Decidability.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/DependentClasses.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Classes.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Checker.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/unifyQC.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LazyList.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genericLib.ml
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ShowFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/EnumProofs.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickChick.ml
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/StringOT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Producer.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CheckerProofs.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/MutateCheck.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/GenProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Typeclasses.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmti
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LiftGenClass.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ExtractionQC.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmti
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Sets.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/mergeTypes.ml
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/SemChecker.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/TacticsUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Nat_util.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Generators.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/QuickChick.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Proofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RandomQC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Mutation.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Enumerators.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Test.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/depDriver.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CoArbitrary.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmti
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/DependentClasses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RoseTrees.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Classes.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmti
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Checker.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/driver.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/dune-package
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sized.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/tactic_quickchick.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genericLib.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LazyList.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Show.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/setLib.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Typeclasses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Decidability.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/setLib.mli
../ocaml-base-compiler.5.1.1/doc/coq-quickchick/CHANGELOG.md
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/checkerSizedST.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/enumSizedST.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySizedST.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/StringOT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ExtractionQC.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/simplDriver.ml
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Mutation.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/semLib.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySized.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/enumSized.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/semLib.mli
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ShowFacts.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/unifyQC.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/coqLib.ml
../ocaml-base-compiler.5.1.1/doc/coq-quickchick/README.md
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/coqLib.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/weightmap.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/TacticsUtil.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/checkerSizedST.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySizedST.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RoseTrees.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/MutateCheck.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.ml
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LiftGenClass.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Nat_util.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genLib.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genLib.mli
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/QuickChick.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/State.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/opam
../ocaml-base-compiler.5.1.1/doc/coq-quickchick/LICENSE
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sized.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sizeUtils.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/depDriver.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/weightmap.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySized.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sizeUtils.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/simplDriver.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/META
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/mergeTypes.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/error.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickChick.mli
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/error.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/tactic_quickchick.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/driver.mli
true
opam remove -y coq-quickchick.2.0.2
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick
opam list; echo; timeout 4h opam install -y --deps-only coq-quickchick.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install ocamlbuild 0.14.3 - - install menhirSdk dev - - install coq-ext-lib dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install coq-simple-io dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 29 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> retrieved coq-ext-lib.dev (git+https://github.com/coq-community/coq-ext-lib#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> installed biniou.1.2.2 --> retrieved coq-simple-io.dev (git+https://github.com/Lysxia/coq-simple-io#master) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> installed coq-ext-lib.dev --> installed coq-simple-io.dev --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> installed result.1.5 --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed yojson.2.1.2 --> installed ocamlbuild.0.14.3 --> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirLib.dev --> installed menhirSdk.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-12763-11ca49.env -# output-file ~/.opam/log/coq-elpi-12763-11ca49.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install coq-ext-lib dev -| - install coq-simple-io dev -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ocamlbuild 0.14.3 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130223907.export" -
true
opam list; echo; timeout 4h opam install -y coq-quickchick.dev coq.dev
No files were installed.
+Total: 18 M
+../ocaml-base-compiler.5.1.1/bin/quickChick
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cma
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.a
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/quickchick_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/State.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Producer.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Instances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Generators.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Sets.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RandomQC.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/EnumProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/GenProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Enumerators.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/SemChecker.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CoArbitrary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CheckerProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Decidability.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/DependentClasses.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Classes.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Checker.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/unifyQC.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LazyList.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genericLib.ml
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Show.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ShowFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/EnumProofs.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickChick.ml
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/StringOT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Producer.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CheckerProofs.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/MutateCheck.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/GenProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Typeclasses.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmti
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LiftGenClass.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ExtractionQC.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmti
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Sets.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/mergeTypes.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmti
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/SemChecker.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/TacticsUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Nat_util.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Generators.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/QuickChick.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Proofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RandomQC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Mutation.vo
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Enumerators.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Instances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Test.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenericLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/depDriver.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/CoArbitrary.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmti
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/DependentClasses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RoseTrees.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Classes.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmti
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Checker.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/driver.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/dune-package
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__UnifyQC.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sized.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/tactic_quickchick.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmt
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genericLib.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Weightmap.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LazyList.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Show.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/setLib.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SetLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Typeclasses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Decidability.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/setLib.mli
../ocaml-base-compiler.5.1.1/doc/coq-quickchick/CHANGELOG.md
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/checkerSizedST.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/enumSizedST.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySizedST.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CheckerSizedST.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__GenLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySizedST.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSizedST.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__CoqLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SemLib.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/StringOT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ExtractionQC.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/simplDriver.ml
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Mutation.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/semLib.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__DepDriver.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Sized.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySized.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/enumSized.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__ArbitrarySized.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/semLib.mli
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/ShowFacts.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmti
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/unifyQC.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/coqLib.ml
../ocaml-base-compiler.5.1.1/doc/coq-quickchick/README.md
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__EnumSized.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SimplDriver.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/coqLib.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__SizeUtils.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/weightmap.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__QuickChick.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__MergeTypes.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/TacticsUtil.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/checkerSizedST.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySizedST.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/RoseTrees.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/MutateCheck.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.ml
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/LiftGenClass.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Nat_util.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genLib.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/genLib.mli
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/QuickChick.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/State.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/opam
../ocaml-base-compiler.5.1.1/doc/coq-quickchick/LICENSE
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sized.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sizeUtils.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Error.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/depDriver.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/weightmap.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/arbitrarySized.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/sizeUtils.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/simplDriver.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/META
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Tactic_quickchick.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickchick_plugin__Driver.cmi
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/mergeTypes.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/error.ml
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/quickChick.mli
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick/Proofs.v
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/error.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/tactic_quickchick.mli
../ocaml-base-compiler.5.1.1/lib/coq-quickchick/plugin/driver.mli
true
opam remove -y coq-quickchick.dev
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/QuickChick
Total: 95 K
+Total: 96 K
../ocaml-base-compiler.5.1.1/lib/coq-reduction-effects/redeffect_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/ReductionEffect/redeffect_plugin.cmxs
# Packages matching: installed # Name # Installed # Synopsis @@ -143,7 +143,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -167,13 +167,13 @@Install dependencies
- install yojson 2.1.2 - install re 1.11.0 - install biniou 1.2.2 - - install ppxlib 0.31.0 + - install ppxlib 0.32.0 - install atd 2.15.0 - install atdgen-runtime 2.15.0 - install ppx_deriving 5.2.1 - install atdts 2.15.0 - install atdgen 2.15.0 - - install elpi 1.18.2 + - install elpi 1.18.1 - install coq-elpi dev - install coq-hierarchy-builder dev - install coq-mathcomp-ssreflect dev @@ -181,13 +181,13 @@Install dependencies
===== 27 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) -> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) -> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) -> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) -> installed cmdliner.1.2.0 -> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) -> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) @@ -195,61 +195,61 @@Install dependencies
-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) -> installed easy-format.1.3.4 -> installed cppo.1.6.9 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) -> retrieved coq-reglang.dev (git+https://github.com/coq-community/reglang.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) -> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) -> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) -> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) -> retrieved re.1.11.0 (https://opam.ocaml.org/cache) -> retrieved result.1.5 (https://opam.ocaml.org/cache) -> installed seq.base --> installed ocaml-compiler-libs.v0.12.4 --> installed result.1.5 --> installed re.1.11.0 -> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) -> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed result.1.5 +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed ocaml-compiler-libs.v0.12.4 -> installed sexplib0.v0.16.0 +-> installed re.1.11.0 -> installed stdlib-shims.0.3.0 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed yojson.2.1.2 --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed atdgen-runtime.2.15.0 --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev -> installed menhirLib.dev +-> installed menhirSdk.dev +-> installed ppxlib.0.32.0 +-> installed ppx_deriving.5.2.1 -> installed menhir.dev -> installed atd.2.15.0 -> installed atdts.2.15.0 -> installed atdgen.2.15.0 --> installed elpi.1.18.2 +-> installed elpi.1.18.1 [ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". #=== ERROR while compiling coq-elpi.dev =======================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= # exit-code 2 -# env-file ~/.opam/log/coq-elpi-371-65e0ae.env -# output-file ~/.opam/log/coq-elpi-371-65e0ae.out +# env-file ~/.opam/log/coq-elpi-18089-b9dfee.env +# output-file ~/.opam/log/coq-elpi-18089-b9dfee.out ### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml # [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 +# CAMLC -c src/coq_elpi_config.ml +# CAMLC -c src/coq_elpi_programs.ml +# CAMLC -c src/coq_elpi_utils.ml +# CAMLC -c src/coq_elpi_HOAS.ml +# File "src/coq_elpi_HOAS.ml", line 3506, characters 4-12: +# 3506 | | SFBrules _ -> nYI "rewrite rules" +# ^^^^^^^^ +# Error: This variant pattern is expected to have type +# Declarations.structure_field_body +# There is no constructor SFBrules within type Declarations.structure_field_body +# make[1]: *** [Makefile.coq:760: src/coq_elpi_HOAS.cmo] Error 2 # make: *** [Makefile:50: build-core] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed @@ -265,14 +265,14 @@Install dependencies
| - install cmdliner 1.2.0 | - install cppo 1.6.9 | - install easy-format 1.3.4 -| - install elpi 1.18.2 +| - install elpi 1.18.1 | - install menhir dev | - install menhirLib dev | - install menhirSdk dev | - install ocaml-compiler-libs v0.12.4 | - install ppx_derivers 1.2.1 | - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 +| - install ppxlib 0.32.0 | - install re 1.11.0 | - install result 1.5 | - install seq base @@ -282,7 +282,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240130133358.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240223011116.export"
opam list; echo; timeout 4h opam install -y --deps-only coq-reglang.dev coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed ocaml-compiler-libs.v0.12.4 --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed atdgen-runtime.2.15.0 --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-15053-d84405.env -# output-file ~/.opam/log/coq-elpi-15053-d84405.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131101139.export" -
true
opam list; echo; timeout 4h opam install -y coq-reglang.dev coq.dev
No files were installed.
+Total: 3 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/wmso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/wmso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/shepherdson.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/regexp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/nfa.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/shepherdson.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/dfa.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/minimization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/regexp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/two_way.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/vardi.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/dfa.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/languages.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/misc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/nfa.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/myhill_nerode.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/vardi.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/two_way.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/minimization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/misc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/wmso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/setoid_leq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/languages.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/myhill_nerode.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/regexp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/dfa.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/shepherdson.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/nfa.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/minimization.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/setoid_leq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/two_way.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/misc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/myhill_nerode.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/languages.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/vardi.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RegLang/setoid_leq.v
true
opam remove -y coq-reglang.dev
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/normalisation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/untyping.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/kat_completeness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/kat_completeness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/kat_completeness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/relalg.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/packed_kat.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/traces.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/monoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/matrix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/matrix.vo
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/plugins.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/plugins.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/normalisation.glob
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/plugins.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/ordinal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/kat_untyping.glob
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/packed_kat.cmx
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/packed_kat.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/glang.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/powerfix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/rmx.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/kat_tac.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/matrix_ext.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/kat_reification.v
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/packed_reification.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/ugregex.v
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/packed_reification.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/gregex.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/sups.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/denum.glob
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/packed_mrewrite.cmx
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/packed_mrewrite.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/comparisons.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/kleene.v
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/packed_fold.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/lang.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/nfa.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/atoms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/rel.v
../ocaml-base-compiler.5.1.1/lib/coq-relation-algebra/plugins.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/rel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/level.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/lsyntax.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/RelationAlgebra/dfa.v
No files were installed.
diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/rewriter-perf-VerySlow/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/rewriter-perf-VerySlow/dev.html index 5d52f291be69..bc441505f5fa 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/rewriter-perf-VerySlow/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/rewriter-perf-VerySlow/dev.html @@ -55,7 +55,7 @@opam list; echo; timeout 4h opam install -y -v coq-rewriter.0.0.10 coq.dev
# 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-findutils 1 Virtual package relying on findutils +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +[NOTE] Package coq is already installed (current version is dev). +The following actions will be performed: + - install coq-rewriter 0.0.10 +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +Processing 1/3: [coq-rewriter.0.0.10: http] +Processing 1/3: +-> retrieved coq-rewriter.0.0.10 (https://github.com/mit-plv/rewriter/archive/refs/tags/v0.0.10.tar.gz) +Processing 2/3: [coq-rewriter: make] ++ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-rewriter.0.0.10) +- sed 's?@META@?src/Rewriter/Util/plugins/META.coq-rewriter?g' _CoqProject.in > _CoqProject +- echo $COQ_VERSION_INFO (8.20+alpha) > .coq-version +- COQ_MAKEFILE -f _CoqProject > Makefile.coq +- Warning: native compilation is globally deactivated by the configure flag +- COQ_MAKEFILE -f _CoqProject > Makefile.coq +- Warning: native compilation is globally deactivated by the configure flag +- CP src/Rewriter/Util/Tactics2/Constr.v{.v819,} +- CP src/Rewriter/Util/Tactics2/DestCase.v{.v819,} +- CP src/Rewriter/Util/Tactics2/DestProj.v{.v819,} +- CP src/Rewriter/Util/Tactics2/Proj.v{.v819,} +- CP src/Rewriter/Util/plugins/RewriterBuildRegistry.v{.v819,} +- CP src/Rewriter/Util/plugins/RewriterBuild.v{.v819,} +- CP src/Rewriter/Util/plugins/StrategyTactic.v{.v819,} +- CP src/Rewriter/Util/plugins/Ltac2Extra.v{.v819,} +- CP src/Rewriter/Util/plugins/definition_by_tactic.ml{.v819,} +- CP src/Rewriter/Util/plugins/definition_by_tactic.mli{.v819,} +- CP src/Rewriter/Util/plugins/definition_by_tactic_plugin.mlg{.v819,} +- CP src/Rewriter/Util/plugins/definition_by_tactic_plugin.mllib{.v819,} +- CP src/Rewriter/Util/plugins/inductive_from_elim.ml{.v819,} +- CP src/Rewriter/Util/plugins/inductive_from_elim.mli{.v819,} +- CP src/Rewriter/Util/plugins/inductive_from_elim_plugin.mlg{.v819,} +- CP src/Rewriter/Util/plugins/inductive_from_elim_plugin.mllib{.v819,} +- CP src/Rewriter/Util/plugins/rewriter_build.ml{.v819,} +- CP src/Rewriter/Util/plugins/rewriter_build.mli{.v819,} +- CP src/Rewriter/Util/plugins/rewriter_build_plugin.mlg{.v819,} +- CP src/Rewriter/Util/plugins/rewriter_build_plugin.mllib{.v819,} +- CP src/Rewriter/Util/plugins/strategy_tactic.ml{.v819,} +- CP src/Rewriter/Util/plugins/strategy_tactic.mli{.v819,} +- CP src/Rewriter/Util/plugins/strategy_tactic_plugin.mlg{.v819,} +- CP src/Rewriter/Util/plugins/strategy_tactic_plugin.mllib{.v819,} +- CP src/Rewriter/Util/plugins/ltac2_extra.ml{.v819,} +- CP src/Rewriter/Util/plugins/ltac2_extra.mli{.v819,} +- CP src/Rewriter/Util/plugins/ltac2_extra_plugin.mlg{.v819,} +- CP src/Rewriter/Util/plugins/ltac2_extra_plugin.mllib{.v819,} +- COQPP src/Rewriter/Util/plugins/definition_by_tactic_plugin.mlg +- COQPP src/Rewriter/Util/plugins/inductive_from_elim_plugin.mlg +- COQPP src/Rewriter/Util/plugins/rewriter_build_plugin.mlg +- COQPP src/Rewriter/Util/plugins/strategy_tactic_plugin.mlg +- COQPP src/Rewriter/Util/plugins/ltac2_extra_plugin.mlg +- COQDEP VFILES +- CAMLDEP src/Rewriter/Util/plugins/ltac2_extra.mli +- CAMLDEP src/Rewriter/Util/plugins/strategy_tactic.mli +- CAMLDEP src/Rewriter/Util/plugins/rewriter_build.mli +- CAMLDEP src/Rewriter/Util/plugins/inductive_from_elim.mli +- CAMLDEP src/Rewriter/Util/plugins/definition_by_tactic.mli +- OCAMLLIBDEP src/Rewriter/Util/plugins/ltac2_extra_plugin.mllib +- OCAMLLIBDEP src/Rewriter/Util/plugins/strategy_tactic_plugin.mllib +- OCAMLLIBDEP src/Rewriter/Util/plugins/rewriter_build_plugin.mllib +- OCAMLLIBDEP src/Rewriter/Util/plugins/inductive_from_elim_plugin.mllib +- OCAMLLIBDEP src/Rewriter/Util/plugins/definition_by_tactic_plugin.mllib +- CAMLDEP src/Rewriter/Util/plugins/ltac2_extra.ml +- CAMLDEP src/Rewriter/Util/plugins/strategy_tactic.ml +- CAMLDEP src/Rewriter/Util/plugins/rewriter_build.ml +- CAMLDEP src/Rewriter/Util/plugins/inductive_from_elim.ml +- CAMLDEP src/Rewriter/Util/plugins/definition_by_tactic.ml +- CAMLDEP src/Rewriter/Util/plugins/ltac2_extra_plugin.ml +- CAMLDEP src/Rewriter/Util/plugins/strategy_tactic_plugin.ml +- CAMLDEP src/Rewriter/Util/plugins/rewriter_build_plugin.ml +- CAMLDEP src/Rewriter/Util/plugins/inductive_from_elim_plugin.ml +- CAMLDEP src/Rewriter/Util/plugins/definition_by_tactic_plugin.ml +- echo $COQ_VERSION_INFO (8.20+alpha) > .coq-version-short +- echo $COQ_VERSION_INFO (8.20+alpha, compiled with) > .coq-version-short-date +- echo $COQ_VERSION_INFO (8.20+alpha, OCaml 5.1.1) > .coq-version-compilation-date +- echo $COQ_VERSION_INFO (8.20+alpha, 5.1.1) > .coq-version-ocaml-version +- echo $COQ_VERSION_INFO (8.20+alpha, <config>) > .coq-version-config +- echo $COQ_VERSION_INFO (8.20+alpha, <ocaml config>) > .coq-version-ocaml-config +- etc/machine.sh > .machine +- etc/machine-extended.sh > .machine-extended +- lscpu: failed to determine number of CPUs: /sys/devices/system/cpu/possible: No such file or directory +- etc/machine-extended.sh: 16: lsb_release: not found +- COQC src/Rewriter/Util/GlobalSettings.v +- COQC src/Rewriter/Util/IffT.v +- COQC src/Rewriter/Util/Isomorphism.v +- COQC src/Rewriter/Util/HProp.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/InductiveHList.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Bool.v +- COQC src/Rewriter/Util/NatUtil.v +- COQC src/Rewriter/Util/Pointed.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics/Test.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics/ConstrFail.v +- COQC src/Rewriter/Util/Tactics/GetGoal.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics/Contains.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Comparison.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics/DebugPrint.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- CAMLC -c src/Rewriter/Util/plugins/ltac2_extra.mli +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- CAMLOPT -c src/Rewriter/Util/plugins/ltac2_extra_plugin.ml +- COQC src/Rewriter/Util/TypeList.v +- COQC src/Rewriter/Util/Tactics/PrintContext.v +- COQC src/Rewriter/Util/Tactics/EvarNormalize.v +- File "./src/Rewriter/Util/NatUtil.v", line 53, characters 35-42: +- Warning: Notation mod_mod is deprecated since 8.17. Use Div0.mod_mod instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics/ClearFree.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -nativ +[...] truncated +ead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- File "./src/Rewriter/Util/NatUtil.v", line 287, characters 28-36: +- Warning: Notation mod_same is deprecated since 8.17. +- Use Div0.mod_same instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- File "./src/Rewriter/Util/NatUtil.v", line 305, characters 10-17: +- Warning: Notation add_mod is deprecated since 8.17. Use Div0.add_mod instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- File "./src/Rewriter/Util/NatUtil.v", line 305, characters 10-17: +- Warning: Notation add_mod is deprecated since 8.17. Use Div0.add_mod instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- File "./src/Rewriter/Util/NatUtil.v", line 305, characters 10-17: +- Warning: Notation add_mod is deprecated since 8.17. Use Div0.add_mod instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- COQC src/Rewriter/Util/Tactics/TransparentAssert.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- CAMLC -c src/Rewriter/Util/plugins/strategy_tactic.mli +- CAMLC -c src/Rewriter/Util/plugins/definition_by_tactic.mli +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- CAMLC -c src/Rewriter/Util/plugins/inductive_from_elim.mli +- CAMLC -c src/Rewriter/Util/plugins/rewriter_build.mli +- COQC src/Rewriter/Rewriter/Examples/PerfTesting/Harness.v +- COQC src/Rewriter/Util/Strings/Decimal.v +- COQC src/Rewriter/Rewriter/Examples/PerfTesting/ListRectInstances.v +- File "./src/Rewriter/Util/NatUtil.v", line 332, characters 2-20: +- Warning: Tactic Notation revert dependent (hyp) is deprecated since 8.18. +- Use "generalize dependent" instead ("revert dependent" is currently an alias) +- [deprecated-tactic-notation-since-8.18,deprecated-since-8.18,deprecated-tactic-notation,deprecated,default] +- File "./src/Rewriter/Util/NatUtil.v", line 420, characters 20-27: +- Warning: Notation mod_mul is deprecated since 8.17. Use Div0.mod_mul instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- File "./src/Rewriter/Util/NatUtil.v", line 420, characters 20-27: +- Warning: Notation mod_mul is deprecated since 8.17. Use Div0.mod_mul instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- File "./src/Rewriter/Util/NatUtil.v", line 420, characters 20-27: +- Warning: Notation mod_mul is deprecated since 8.17. Use Div0.mod_mul instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- File "./src/Rewriter/Util/NatUtil.v", line 447, characters 19-34: +- Warning: Notation add_mod_idemp_r is deprecated since 8.17. +- Use Div0.add_mod_idemp_r instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- File "./src/Rewriter/Util/NatUtil.v", line 447, characters 19-34: +- Warning: Notation add_mod_idemp_r is deprecated since 8.17. +- Use Div0.add_mod_idemp_r instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- File "./src/Rewriter/Util/NatUtil.v", line 447, characters 19-34: +- Warning: Notation add_mod_idemp_r is deprecated since 8.17. +- Use Div0.add_mod_idemp_r instead. +- [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/FixCoqMistakes.v +- COQC src/Rewriter/Util/Equality.v +- COQC src/Rewriter/Util/Tactics/Not.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics/SetoidSubst.v +- COQC src/Rewriter/Util/Tactics/RunTacticAsConstr.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics2/List.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics2/Ltac1.v +- COQC src/Rewriter/Util/Tactics2/Ident.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- File "./src/Rewriter/Util/Tactics2/Ltac1.v", line 15, characters 93-106: +- Warning: Ltac2 definition get_to_constr is deprecated since 8.15. +- Use Ltac2 instead. +- [deprecated-ltac2-definition-since-8.15,deprecated-since-8.15,deprecated-ltac2-definition,deprecated,default] +- COQC src/Rewriter/Util/Tactics2/Char.v +- COQC src/Rewriter/Util/Tactics2/Array.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics2/Proj.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics2/Option.v +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- COQC src/Rewriter/Util/Tactics2/Iterate.v +- CAMLOPT -c src/Rewriter/Util/plugins/ltac2_extra.ml +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- File "src/Rewriter/Util/plugins/ltac2_extra.ml", line 9, characters 41-63: +- 9 | Tac2env.define_primitive (pname name) (Tac2ffi.mk_closure_val arity f) +- ^^^^^^^^^^^^^^^^^^^^^^ +- Error: Unbound value Tac2ffi.mk_closure_val +- COQC src/Rewriter/Util/Tactics2/DestEvar.v +- make[1]: *** [Makefile.coq:765: src/Rewriter/Util/plugins/ltac2_extra.cmx] Error 2 +- make[1]: *** Waiting for unfinished jobs.... +- While loading initial state: +- Warning: Native compiler is disabled, -native-compiler ondemand option +- ignored. [native-compiler-disabled,native-compiler,default] +- make: *** [Makefile.coq:417: all] Error 2 +[ERROR] The compilation of coq-rewriter.0.0.10 failed at "make -j4". +#=== ERROR while compiling coq-rewriter.0.0.10 ================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-rewriter.0.0.10 +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 +# exit-code 2 +# env-file ~/.opam/log/coq-rewriter-12736-6e4e6f.env +# output-file ~/.opam/log/coq-rewriter-12736-6e4e6f.out +### output ### +# [...] +# ignored. [native-compiler-disabled,native-compiler,default] +# File "src/Rewriter/Util/plugins/ltac2_extra.ml", line 9, characters 41-63: +# 9 | Tac2env.define_primitive (pname name) (Tac2ffi.mk_closure_val arity f) +# ^^^^^^^^^^^^^^^^^^^^^^ +# Error: Unbound value Tac2ffi.mk_closure_val +# COQC src/Rewriter/Util/Tactics2/DestEvar.v +# make[1]: *** [Makefile.coq:765: src/Rewriter/Util/plugins/ltac2_extra.cmx] Error 2 +# make[1]: *** Waiting for unfinished jobs.... +# While loading initial state: +# Warning: Native compiler is disabled, -native-compiler ondemand option +# ignored. [native-compiler-disabled,native-compiler,default] +# make: *** [Makefile.coq:417: all] Error 2 +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-rewriter 0.0.10 ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +'opam install -y -v coq-rewriter.0.0.10 coq.dev' failed. +The middle of the output is truncated (maximum 20000 characters) +
Total: 48 M
-../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/LiftLetsMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Plus0Tree.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Wf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommon.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/SieveOfEratosthenes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/InterpProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/UnderLetsPlus0.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PrefixSums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Inversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Wf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommon.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Demo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/InterpProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibrary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Language.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicLibrary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Rewriter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Language.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Rewriter.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibraryProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicGenerate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Inversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Sample.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibrary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommon.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/LiftLetsMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Sample.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Plus0Tree.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool/Reflect.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/rewriter_build_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/NatUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Reify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Wf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Harness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/SieveOfEratosthenes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommonTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibraryProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Reify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/AllTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Decidable.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/InterpProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool/Reflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicGenerate.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/UnderLetsPlus0.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Rewriter.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Language.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/NatUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicLibrary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Harness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Wf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Inversion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicGenerate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Reify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/ParseArithmetic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/ParseArithmetic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommonTactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerate.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibrary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerateProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/MSetPositive/Facts.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/inductive_from_elim_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/String.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/definition_by_tactic_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FMapPositive/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Parse/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Sample.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/SetoidList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/PreLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveSigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/String.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveSigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Decidable.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/RewriterBuildRegistry.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/AllTactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/RewriterBuild.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Parse/Common.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Settings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/RewriterBuildRegistryImports.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommonTactics.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/strategy_tactic_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/ltac2_extra_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/OptionList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsCacheProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveProd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/MSetPositive/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibraryProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool/Reflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Decimal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/AllTactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Plus0Tree.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/RewriteHyp.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Pre.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/NatUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/LiftLetsMap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Ascii.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/PreLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma/Related.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PrefixSums.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/SetoidList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/BreakMatch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/ListRectInstances.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Pointed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma/Related.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/HProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/Forall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/OptionList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Reify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/LetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Harness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/CacheTerm.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DestructHead.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DebugPrint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveHList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/SieveOfEratosthenes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Notations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/String.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerateProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Comparison.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/PreCommon.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/ParseArithmetic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ExistsEqAnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLets.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Pointed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Decidable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FixCoqMistakes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/FixNotationsForPerformance.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/UnderLetsPlus0.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveSigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/LetIn.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerateProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ExistsEqAnd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsCacheProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Constr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/ReplaceByPattern.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/CPSNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/RewriteHyp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SplitInContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/CPSId.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Parse/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DecomposeLambda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/InductiveHList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicLibrary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/IffT.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Pre.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DestructHyps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/InFreshContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/ListRectInstances.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/HeadReference.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SetoidSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Message.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Ident.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Constr/Unsafe/MakeAbbreviations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Ltac1.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/HProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/TypeList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Array.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/InstantiateEvar.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCase.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestFix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCoFix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestProj.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestConstructor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestConstant.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestEvar.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestLetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCast.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestLambda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestInd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestApp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Head.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SpecializeBy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Char.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestSort.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestMeta.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestVar.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestRel.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Decimal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Iterate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/SetoidList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Proj.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/BreakMatch.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic.cmi
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/HeadUnderBinders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/CPSNotations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/UniquePose.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DestructHead.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveHList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/Ltac2Extra.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/CacheTerm.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/MSetPositive/Facts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/FindHyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ProdForall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DoWithHyp.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FixCoqMistakes.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/RunTacticAsConstr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Pre.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FixCoqMistakes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DebugPrint.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/PreLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Constr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FMapPositive/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SpecializeAllWays.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/TransparentAssert.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PrefixSums.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/LetIn.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/AssertSucceedsPreserveError.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Head.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Pointed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma/Related.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/OptionList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/HProp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/PrintContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Demo.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/InductiveHList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/ClearFree.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DebugPrint.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Ascii.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Demo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/WarnIfGoalsRemain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/PrintGoal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/ConstrFail.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/CPSNotations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Contains.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/EvarNormalize.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsCacheProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/CPSId.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Not.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SubstEvars.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SetEvars.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/StrategyTactic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/PreCommon.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DestructHyps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/GetGoal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ProdForall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SplitInContext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/GlobalSettings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Decimal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/InFreshContext.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/ReplaceByPattern.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SplitInContext.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ExistsEqAnd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/MSetPositive/Facts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/PreCommon.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/META
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/TypeList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/CPSId.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/ListRectInstances.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Isomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/RewriterBuildRegistry.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/FixNotationsForPerformance.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SpecializeBy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/MSetPositive/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Isomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/HeadReference.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/CacheTerm.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/UniquePose.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DestructHead.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DecomposeLambda.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/List.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/IffT.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/BreakMatch.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/ReplaceByPattern.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FMapPositive/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/FindHyp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SetoidSubst.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/GlobalSettings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Ascii.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/StrategyTactic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/HeadUnderBinders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/InductiveHList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/TransparentAssert.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Message.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveHList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/RunTacticAsConstr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Constr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DecomposeLambda.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/RewriterBuildRegistryImports.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DoWithHyp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/String.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Ident.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Ltac1.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/TypeList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/RewriterBuild.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/MSetPositive/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/IffT.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Constr/Unsafe/MakeAbbreviations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Array.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/ConstrFail.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/RewriterBuildRegistryImports.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/HeadUnderBinders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/InstantiateEvar.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Char.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/PrintContext.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/ClearFree.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Settings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Head.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/InFreshContext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SpecializeBy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestConstructor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCase.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Settings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestConstant.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/RunTacticAsConstr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/Ltac2Extra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/RewriterBuild.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestLetIn.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCoFix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestLambda.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestEvar.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestFix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestProj.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCast.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestInd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestApp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Contains.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/Ltac2Extra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestSort.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestMeta.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestVar.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestRel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SpecializeAllWays.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/AssertSucceedsPreserveError.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Not.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Proj.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/WarnIfGoalsRemain.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/InstantiateEvar.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Head.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/HeadReference.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/PrintGoal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Message.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Test.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SpecializeAllWays.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/PrintContext.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/EvarNormalize.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DoWithHyp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Notations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Ident.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Constr/Unsafe/MakeAbbreviations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ProdForall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/FixNotationsForPerformance.glob
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/String.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestConstructor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestConstant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestLambda.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestLetIn.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCoFix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestSort.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestProj.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestProd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestMeta.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestEvar.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCast.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCase.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestVar.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestRel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestInd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestFix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestApp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Notations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Head.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Array.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/RewriteHyp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/UniquePose.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool/Equality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Iterate.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/EvarNormalize.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/RewriterBuildRegistry.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Notations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Iterate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Option.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Ltac1.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/List.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Char.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Proj.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Comparison.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/AssertSucceedsPreserveError.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SetEvars.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/WarnIfGoalsRemain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/PrintGoal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SetoidSubst.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DestructHyps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/FindHyp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Head.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Not.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SubstEvars.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/TransparentAssert.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/StrategyTactic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SubstEvars.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/ConstrFail.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/ClearFree.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SetEvars.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Contains.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/GetGoal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/GlobalSettings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/Test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/GetGoal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Comparison.v
No files were installed.
opam remove -y coq-rewriter.0.0.10
true
Total: 48 M
+Total: 47 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/LiftLetsMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Plus0Tree.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Wf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommon.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/SieveOfEratosthenes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/InterpProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/UnderLetsPlus0.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/SieveOfEratosthenes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/UnderLetsPlus0.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PrefixSums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Inversion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Wf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommon.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Demo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/InterpProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommon.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/InterpProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Demo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibrary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Language.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Wf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicLibrary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Rewriter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Language.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Rewriter.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Language.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Rewriter.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibraryProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicGenerate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicGenerate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/Forall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Inversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Inversion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Sample.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibrary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibrary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommon.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/LiftLetsMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Sample.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/rewriter_build_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/NatUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Reify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Reify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Wf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Harness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/Forall.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/SieveOfEratosthenes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommonTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommonTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibraryProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Reify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/InterpProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool/Reflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicGenerate.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Reify.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/UnderLetsPlus0.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Rewriter.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Language.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/NatUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicLibrary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicLibrary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Harness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Wf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Reify.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Prod.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/ParseArithmetic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/ParseArithmetic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/ProofsCommonTactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerate.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersLibrary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerate.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerateProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerateProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/MSetPositive/Facts.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/inductive_from_elim_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FMapPositive/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Parse/Common.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Sample.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Prod.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/SetoidList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/PreLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveSigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/AllTactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Plus0Tree.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/RewriteHyp.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Pre.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/NatUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Pointed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Option.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma/Related.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/HProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Reify.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/Forall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/HProp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/OptionList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/ListUtil/Forall.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/LetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/Harness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Comparison.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/PreCommon.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/ParseArithmetic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ExistsEqAnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLets.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ExistsEqAnd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Pointed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Decidable.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FixCoqMistakes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Prod.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/FixNotationsForPerformance.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build.cmx
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples/PerfTesting/UnderLetsPlus0.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/FixNotationsForPerformance.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveSigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/LetIn.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersGenerateProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsCacheProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ExistsEqAnd.glob
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Bool/Equality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/UnderLetsCacheProofs.glob
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Constr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Equality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/CPSNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/RewriteHyp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SplitInContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/CPSId.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Parse/Common.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/CPSId.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DecomposeLambda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/InductiveHList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/IdentifiersBasicLibrary.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/SetoidSubst.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Message.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Message.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Ident.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/definition_by_tactic_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/List.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/String.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Constr/Unsafe/MakeAbbreviations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Ltac1.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/HProp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/TypeList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Array.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/InstantiateEvar.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCase.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestFix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestCoFix.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestProj.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestConstructor.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestConstant.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestEvar.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestLetIn.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestMeta.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestVar.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/DestRel.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Strings/Decimal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Iterate.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics2/Option.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/HeadUnderBinders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/CPSNotations.glob
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/UniquePose.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DestructHead.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveHList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/Ltac2Extra.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/ltac2_extra_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/plugins/Ltac2Extra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/PrimitiveHList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/CacheTerm.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/MSetPositive/Facts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/FindHyp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Logic/ProdForall.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DoWithHyp.vo
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/rewriter_build.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FixCoqMistakes.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/strategy_tactic.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FixCoqMistakes.v
../ocaml-base-compiler.5.1.1/lib/coq-rewriter/inductive_from_elim.cmi
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Rewriter/Examples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/RunTacticAsConstr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Language/Pre.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/FixCoqMistakes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Sigma/Related.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/OptionList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/HProp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/PrintContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Demo.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/PrintContext.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/InductiveHList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/ClearFree.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Rewriter/Util/Tactics/DebugPrint.v
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-serapi = 8.14+rc1+0.14.0 -> ppx_sexp_conv < v0.15 -> ocaml < 4.03 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-serapi = 8.14+rc1+0.14.0 -> ppx_sexp_conv < v0.15 -> ocaml < 4.03 -> ocaml-base-compiler = 3.07+2 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-serapi = 8.14+rc1+0.14.0 -> ppx_sexp_conv < v0.15 -> base < v0.12 -> ocaml < 4.08.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-serapi = 8.14+rc1+0.14.0 -> ppx_sexp_conv < v0.15 -> ocaml-migrate-parsetree -> ocaml < 4.06.0 * Missing dependency: - coq-serapi = 8.14+rc1+0.14.0 -> ppx_sexp_conv < v0.15 -> ocaml < 4.03 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.15+rc1+0.15.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.15+rc1+0.15.0.html index aef157a135ac..078fbe86ed59 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.15+rc1+0.15.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.15+rc1+0.15.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-serapi = 8.15+rc1+0.15.0 -> ppx_sexp_conv < v0.15 -> ocaml < 4.03 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-serapi = 8.15+rc1+0.15.0 -> ppx_sexp_conv < v0.15 -> ocaml < 4.03 -> ocaml-base-compiler = 3.07+2 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-serapi = 8.15+rc1+0.15.0 -> ppx_sexp_conv < v0.15 -> base < v0.12 -> ocaml < 4.08.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-serapi = 8.15+rc1+0.15.0 -> ppx_sexp_conv < v0.15 -> ocaml-migrate-parsetree -> ocaml < 4.06.0 * Missing dependency: - coq-serapi = 8.15+rc1+0.15.0 -> ppx_sexp_conv < v0.15 -> ocaml < 4.03 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.16+rc1+0.16.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.16+rc1+0.16.0.html index 6611bc2fd4cd..90f9e673ed97 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.16+rc1+0.16.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.16+rc1+0.16.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -125,12 +125,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-serapi = 8.16+rc1+0.16.0 -> ppx_sexp_conv < v0.15 -> ocaml < 4.03 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-serapi = 8.16+rc1+0.16.0 -> ppx_sexp_conv < v0.15 -> ocaml < 4.03 -> ocaml-base-compiler = 3.07+2 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-serapi = 8.16+rc1+0.16.0 -> ppx_sexp_conv < v0.15 -> base < v0.12 -> ocaml < 4.08.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-serapi = 8.16+rc1+0.16.0 -> ppx_sexp_conv < v0.15 -> ocaml-migrate-parsetree -> ocaml < 4.06.0 * Missing dependency: - coq-serapi = 8.16+rc1+0.16.0 -> ppx_sexp_conv < v0.15 -> ocaml < 4.03 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.17+rc1+0.17.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.17+rc1+0.17.0.html index 5fa9fd35ea18..b1128e875b24 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.17+rc1+0.17.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.17+rc1+0.17.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -133,14 +133,14 @@Dry install ๐๏ธ
- coq >= dev - coq-serapi = 8.17+rc1+0.17.0 -> coq < 8.18 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-serapi = 8.17+rc1+0.17.0 -> coq < 8.18 -> ocaml < 4.05.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.1.1 - - coq-serapi = 8.17+rc1+0.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-serapi = 8.17+rc1+0.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-serapi = 8.17+rc1+0.17.0 -> coq < 8.18 * Missing dependency: - coq-serapi = 8.17+rc1+0.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.17+rc1+0.17.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.17+rc1+0.17.1.html index 34e9fa4765e6..29d325c1aa0c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.17+rc1+0.17.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.17+rc1+0.17.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -133,14 +133,14 @@Dry install ๐๏ธ
- coq >= dev - coq-serapi = 8.17+rc1+0.17.1 -> coq < 8.18 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-serapi = 8.17+rc1+0.17.1 -> coq < 8.18 -> ocaml < 4.05.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.1.1 - - coq-serapi = 8.17+rc1+0.17.1 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-serapi = 8.17+rc1+0.17.1 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-serapi = 8.17+rc1+0.17.1 -> coq < 8.18 * Missing dependency: - coq-serapi = 8.17+rc1+0.17.1 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.18+rc1+0.18.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.18+rc1+0.18.0.html index 19892cb149c3..5800b31c594f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.18+rc1+0.18.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.18+rc1+0.18.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -133,14 +133,14 @@Dry install ๐๏ธ
- coq >= dev - coq-serapi = 8.18+rc1+0.18.0 -> coq < 8.19 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-serapi = 8.18+rc1+0.18.0 -> coq < 8.19 -> ocaml < 4.05.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.1.1 - - coq-serapi = 8.18+rc1+0.18.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-serapi = 8.18+rc1+0.18.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-serapi = 8.18+rc1+0.18.0 -> coq < 8.19 * Missing dependency: - coq-serapi = 8.18+rc1+0.18.0 -> coq < 8.19 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.19+rc1+0.19.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.19+rc1+0.19.0.html index 4665deb5f65f..3de2de9ec464 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.19+rc1+0.19.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/8.19+rc1+0.19.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -133,14 +133,14 @@Dry install ๐๏ธ
- coq >= dev - coq-serapi = 8.19+rc1+0.19.0 -> coq < 8.20 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-serapi = 8.19+rc1+0.19.0 -> coq < 8.20 -> ocaml < 4.05.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.1.1 - - coq-serapi = 8.19+rc1+0.19.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-serapi = 8.19+rc1+0.19.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-serapi = 8.19+rc1+0.19.0 -> coq < 8.20 * Missing dependency: - coq-serapi = 8.19+rc1+0.19.0 -> coq < 8.20 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/dev.html index 3c08d1b19bbb..7c586d4505b0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/serapi/dev.html @@ -3,7 +3,7 @@ -serapi: 2 m 0 s ๐ +serapi: Error ๐ฅ @@ -39,7 +39,7 @@serapi dev - 2 m 0 s ๐ + Error ๐ฅ
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -136,912 +136,99 @@Install dependencies
opam list; echo; timeout 4h opam install -y coq-serapi.dev coq.dev
# Packages matching: installed +# Name # Installed # Synopsis +base v0.16.3 Full standard library replacement for OCaml +base-bigarray base +base-domains base +base-nnp base Naked pointers prohibited in the OCaml heap +base-threads base +base-unix base +cmdliner 1.2.0 Declarative definition of command line interfaces for OCaml +conf-gmp 4 Virtual package relying on a GMP lib system installation +coq dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +cppo 1.6.9 Code preprocessor like cpp for OCaml +csexp 1.5.2 Parsing and printing of S-expressions in Canonical form +dune 3.14.0 Fast, portable, and opinionated build system +dune-configurator 3.14.0 Helper library for gathering system configuration +num 1.5 The legacy Num library for arbitrary-precision integer and rational arithmetic +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +ocaml-compiler-libs v0.12.4 OCaml compiler libraries repackaged +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 +parsexp v0.16.0 S-expression parsing library +ppx_compare v0.16.0 Generation of comparison functions from types +ppx_derivers 1.2.1 Shared [@@deriving] plugin registry +ppx_deriving 5.2.1 Type-driven code generation for OCaml +ppx_deriving_yojson 3.7.0 JSON codec generator for OCaml +ppx_hash v0.16.0 A ppx rewriter that generates hash functions from type expressions and definitions +ppx_import 1.10.0 A syntax extension for importing declarations from interface files +ppx_sexp_conv v0.16.0 [@@deriving] plugin to generate S-expression conversion functions +ppxlib 0.32.0 Standard infrastructure for ppx rewriters +result 1.5 Compatibility Result module +seq base Compatibility package for OCaml's standard iterator type starting from 4.07. +sexplib v0.16.0 Library for serializing OCaml values to and from S-expressions +sexplib0 v0.16.0 Library containing the definition of S-expressions and some base converters +stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler +yojson 2.1.2 Yojson is an optimized parsing and printing library for the JSON format +zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers +[NOTE] Package coq is already installed (current version is dev). +The following actions will be performed: + - install coq-serapi dev +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved coq-serapi.dev (git+https://github.com/ejgallego/coq-serapi.git#main) +[ERROR] The compilation of coq-serapi.dev failed at "dune build -p coq-serapi -j 4". +#=== ERROR while compiling coq-serapi.dev =====================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-serapi.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p coq-serapi -j 4 +# exit-code 1 +# env-file ~/.opam/log/coq-serapi-28331-114e5e.env +# output-file ~/.opam/log/coq-serapi-28331-114e5e.out +### output ### +# 19 | type patches = Vmemitcodes.patches +# [...] +# Error: Unbound type constructor Vmemitcodes.patches +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlc.opt -w -40 -g -ppx '.ppx/341932708445810a638020e478ebc4f1/ppx.exe --as-ppx --cookie '\''library-name="serlib"'\''' -bin-annot -I serlib/.serlib.objs/byte -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/base -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/base/base_internalhash_types -I /home/bench/.opam/ocaml-b[...] +# File "serlib/ser_vmlibrary.mli", line 16, characters 9-20: +# 16 | type t = Vmlibrary.t +# ^^^^^^^^^^^ +# Error: Unbound module Vmlibrary +# (cd _build/default && /home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ocamlc.opt -w -40 -g -ppx '.ppx/341932708445810a638020e478ebc4f1/ppx.exe --as-ppx --cookie '\''library-name="serlib"'\''' -bin-annot -I serlib/.serlib.objs/byte -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/base -I /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/base/base_internalhash_types -I /home/bench/.opam/ocaml-b[...] +# File "serlib/ser_sorts.mli", line 23, characters 15-28: +# 23 | type pattern = Sorts.pattern [@@deriving sexp,yojson,hash,compare] +# ^^^^^^^^^^^^^ +# Error: Unbound type constructor Sorts.pattern +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-serapi dev ++- +- No changes have been performed +# Run eval $(opam env) to update the current shell environment +
Total: 278 M
-../ocaml-base-compiler.5.1.1/bin/sername
../ocaml-base-compiler.5.1.1/bin/sercomp
../ocaml-base-compiler.5.1.1/bin/sertop
../ocaml-base-compiler.5.1.1/bin/sertok
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacexpr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_declarations.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Ser_ssrast.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_tac2expr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Ser_ssrparser.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacarg.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_names.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_ser.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pattern.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tactypes.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vernacextend.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_extend.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_locus.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_sorts.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genarg.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring__Ser_g_ring.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_protocol.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_univ.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_context.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_environ.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cPrimitives.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_tac2env.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_hints.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uvars.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_feedback.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching__Ser_ssrmatching.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmemitcodes.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_entries.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind__Ser_g_indfun.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pp.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_rewrite.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin__Ser_g_number_syntax.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cooking.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genintern.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_decls.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_numTok.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_names.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_loc.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_goptions.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_attributes.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_impargs.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_libobject.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacexpr.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uState.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__SerType.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_libnames.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tactics.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_sexp.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmbytecodes.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_declarations.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_nativevalues.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tok.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin__Ser_number.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_util.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Ser_ssrequality.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_arg.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_protocol.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_rtree.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_goal_select.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constr.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_sList.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genarg.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_lib.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_g_ltac2.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_declarations.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cMap.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Ser_ssrast.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacentries.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_context.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_dAst.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_univNames.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__SerType.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder__Ser_g_ground.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notationextern.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_proof_bullet.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evar.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacarg.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vernacexpr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_equality.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_locus.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_namegen.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_coqargs.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/dune-package
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cAst.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_names.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Wrap_ssrast.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_tac2expr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_util.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_hints.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Ser_ssrparser.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cEphemeron.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cSet.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_printer.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Ser_ssrast.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_pp.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_goals.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Ser_ssrparser.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_sorts.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stm.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_assumptions.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_profile_tactic.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_rewrite.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_deprecation.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genintern.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_gramlib.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evd.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_loadpath.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_tac2expr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Comp_common.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_goptions.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_extend.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_init.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constrexpr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacexpr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sercomp_stats.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cMap.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_inv.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_globnames.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacenv.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_float64.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stdlib.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tactics.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_protocol.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_impargs.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_arg.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uvars.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_tacexpr.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_ser.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_univ.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacentries.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uint63.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notationextern.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacexpr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cUnix.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cSet.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pattern.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_util.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_loader.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_sexp.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stateid.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_loc.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_declarations.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring__Ser_g_ring.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_names.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Serlib_base.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_libnames.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_tac2env.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_init.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tactypes.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_nametab.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_int.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_util.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin__Ser_g_number_syntax.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_inv.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind__Ser_g_indfun.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacarg.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_goals.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_protocol.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_feedback.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genarg.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cAst.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmemitcodes.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_ser.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stm.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Serlib_base.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cooking.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_dAst.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind__Ser_g_indfun.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Comp_common.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_protocol.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Wrap_ssrast.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genarg.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_glob_term.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_doc.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_paths.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_int.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stateid.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evar.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_tac2env.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vernacextend.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_environ.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_range.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_environ.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_reduction.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacenv.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genredexpr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_summary.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evd.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_entries.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__SerType.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_doc.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_context.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tactypes.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_locus.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin__Ser_g_number_syntax.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_assumptions.cmti
../ocaml-base-compiler.5.1.1/doc/coq-serapi/CHANGES.md
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_hints.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_profile_tactic.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sercomp_stats.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching__Ser_ssrmatching.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_loader.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_g_ltac2.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_numTok.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pp.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Serlib_init.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_sorts.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring__Ser_g_ring.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/micromega/serlib_micromega.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/tauto/serlib_tauto.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/zify/serlib_zify.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/cc/serlib_cc.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_tacarg.ml
../ocaml-base-compiler.5.1.1/doc/coq-serapi/README.md
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cMap.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cPrimitives.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_protocol.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vernacextend.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_univ.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmemitcodes.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Ser_ssrequality.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tok.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_reduction.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching__Ser_ssrmatching.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_locus.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uvars.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_attributes.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_hints.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genintern.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_libobject.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cooking.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pattern.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_genintern.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_impargs.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__SerType.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_genarg.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Ser_ssrequality.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_g_ltac2.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin__Ser_number.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_sorts.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_numTok.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_extend.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_extend.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_libnames.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation_term.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_attributes.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_rewrite.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder__Ser_g_ground.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uState.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder__Ser_g_ground.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_goptions.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_entries.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_goptions.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_nativevalues.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_rewrite.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_decls.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacentries.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/ser_ssrparser.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_nametab.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin__Ser_number.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tactics.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmbytecodes.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_impargs.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cSet.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_libobject.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacentries.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tactics.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmbytecodes.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_arg.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uvars.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_eConstr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_univ.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stm.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notationextern.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notationextern.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_ser.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmvalues.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_nativevalues.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_equality.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_lib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_vernacexpr.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacenv.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_pp.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_declaremods.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cPrimitives.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evar_kinds.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_goal_select.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_coqargs.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_equality.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_namegen.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_proof_bullet.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cEphemeron.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_sexp.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_ltac_pretype.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uState.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pattern.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_feedback.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_printer.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_rtree.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_sList.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_sexp.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacarg.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_geninterp.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_context.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evd.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_univNames.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_loc.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evar.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_util.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_decls.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_paths.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_future.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_safe_typing.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_goal_select.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_sexp.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_proof_bullet.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_namegen.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_coqargs.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_printer.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_univNames.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_util.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_ser.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_tacexpr.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_typeclasses.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_stdarg.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_inv.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stdlib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_float64.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_lib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stateid.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_float64.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_constr.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_inv.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_arg.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_util.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_class_tactics.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_mod_subst.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_opaqueproof.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_sList.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stdlib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_globnames.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_vernacexpr.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_rtree.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/META
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stm.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_goals.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_arg.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_conv_oracle.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_loc.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_libnames.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cAst.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_loadpath.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uint63.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_tac2quote.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_util.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cUnix.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_globnames.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Serlib_init.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_nametab.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cUnix.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_loadpath.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_goals.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_init.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uint63.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_util.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_names.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cEphemeron.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_dAst.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tok.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Serlib_base.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_vmemitcodes.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Serlib_init.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Serlib_base.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_int.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evar.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cooking.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Comp_common.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_proof.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_universes.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cMap.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cSet.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_dAst.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction__Ser_g_extraction.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_flags.cmti
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_locality.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_summary.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_cAst.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_init.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_gramlib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_proof.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_range.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_gramlib.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pretype_errors.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_constrexpr.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Comp_common.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac__Ser_tacenv.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_summary.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_flags.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_range.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_doc.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_doc.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sercomp_stats.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/ser_ssrast.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Ser_stream.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stateid.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_init.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_int.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Ser_version.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_ppextend.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_profile_tactic.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_declarations.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_type_errors.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_feedback.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr__Wrap_ssrast.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serType.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_notation_gram.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/ser_tac2expr.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_evd.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_constr_matching.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_glob_term.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_loader.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_environ.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_profile_tactic.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_assumptions.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_constrexpr.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sertop_loader.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pp.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sercomp_stats.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Sercomp_stats.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_goals.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_constr.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_reduction.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_reduction.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_deprecation.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_pp.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_retroknowledge.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_uGraph.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_assumptions.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_assumptions.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_declarations.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_entries.ml
../ocaml-base-compiler.5.1.1/share/emacs/site-lisp/sertop.el
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_pp.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_xml_datatype.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_names.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_genredexpr.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_deprecation.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_tok.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_genarg.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/comp_common.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_loader.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_paths.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_sexp.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_uvars.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_locus.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/ser_g_indfun.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_glob_term.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_univ.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_safe_typing.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_environ.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_ser.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_libnames.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_dAst.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_arg.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serType.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_pp.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_pretype_errors.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_init.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_locus.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_sorts.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cPrimitives.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_vmemitcodes.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_geninterp.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/ser_tac2env.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_tactypes.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/ser_g_ring.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/ser_g_number_syntax.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_nametab.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_feedback.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_doc.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/micromega/serlib_micromega.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_libobject.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_context.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_vmvalues.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/tauto/serlib_tauto.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/zify/serlib_zify.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/micromega/serlib_micromega.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/cc/serlib_cc.cmt
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_goals.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_extend.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cooking.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_context.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_pattern.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_impargs.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_impargs.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_evar_kinds.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_genredexpr.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_notation_term.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/tauto/serlib_tauto.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_genintern.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/zify/serlib_zify.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/opam
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/cc/serlib_cc.a
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_type_errors.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/micromega/serlib_micromega.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_extend.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/tauto/serlib_tauto.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_numTok.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/zify/serlib_zify.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/cc/serlib_cc.cma
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_type_errors.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib_base.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cAst.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_opaqueproof.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_notation_gram.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_pretype_errors.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_hints.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_nativevalues.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_goptions.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_notation_gram.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_evar.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_rewrite.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_environ.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cMap.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_pp.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_univ.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_goptions.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_uGraph.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cSet.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_ppextend.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/ser_ssrmatching.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_uint63.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_ppextend.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_eConstr.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_genintern.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_declaremods.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_profile_tactic.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_assumptions.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_loc.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_paths.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/comp_common.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/ser_ssrequality.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_uvars.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_util.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_sorts.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_eConstr.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib_base.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_vmbytecodes.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_paths.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_stdlib.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_evar_kinds.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Serapi_pp.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_xml_datatype.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_evd.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_ltac_pretype.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_feedback.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_pp.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_hints.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_tok.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_safe_typing.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_retroknowledge.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_doc.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_vmemitcodes.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_goal_select.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_attributes.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_evd.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cMap.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi_paths.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_tacenv.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_float64.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_rtree.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cSet.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_mod_subst.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_vmvalues.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_tacentries.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_tactics.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_stm.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_loc.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_notation_term.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_ltac_pretype.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_pp.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_decls.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sercomp_stats.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_uGraph.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_mod_subst.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_lib.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_sList.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_conv_oracle.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_stm.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_pattern.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop_loader.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_typeclasses.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_rewrite.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_declaremods.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_univNames.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_notationextern.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_tacenv.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_proof_bullet.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_printer.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cooking.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_retroknowledge.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_uState.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cEphemeron.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_loadpath.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_tactics.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_typeclasses.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_notation.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_deprecation.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_int.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_notationextern.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_util.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_stateid.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_tacentries.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_tok.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_globnames.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_reduction.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_evar.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_constr_matching.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cUnix.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_future.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_proof.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_geninterp.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_namegen.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_util.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_xml_datatype.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_opaqueproof.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_universes.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_range.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_reduction.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_libnames.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_conv_oracle.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_profile_tactic.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/ser_tacarg.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_cAst.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_int.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_gramlib.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/ser_g_ground.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_proof.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_constr_matching.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_future.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_nametab.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_class_tactics.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_inv.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_class_tactics.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_notation.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_inv.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_nametab.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_stateid.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_stdarg.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/ser_g_ltac2.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_locality.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_flags.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_flags.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/wrap_ssrast.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_vernacextend.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_coqargs.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/ser_tac2quote.ml
../ocaml-base-compiler.5.1.1/doc/coq-serapi/LICENSE
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Ser_stream.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Serlib_init.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi__Ser_stream.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/ser_number.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction__Ser_g_extraction.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_tac2quote.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Ser_version.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction__Ser_g_extraction.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib_init.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2__Ser_tac2quote.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/serapi.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/number_string_notation/serlib_number_string_notation_plugin.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac/serlib_ltac.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_universes.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/sertop__Ser_version.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_locality.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_stdarg.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_proof.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_flags.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_summary.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ltac2/serlib_ltac2.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssreflect/serlib_ssr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_universes.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_locality.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_proof.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib__Ser_flags.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_equality.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_future.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/serlib_init.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/serlib_extraction.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ssrmatching/serlib_ssrmatching.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/micromega/serlib_micromega.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/firstorder/serlib_firstorder.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/tauto/serlib_tauto.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/zify/serlib_zify.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/funind/serlib_funind.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/cc/serlib_cc.cmi
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/micromega/serlib_micromega.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/tauto/serlib_tauto.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ring/serlib_ring.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/zify/serlib_zify.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/micromega/serlib_micromega.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/cc/serlib_cc.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/tauto/serlib_tauto.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/zify/serlib_zify.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serapi_v8_14/ser_stream.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/cc/serlib_cc.cmx
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/ser_dAst.mli
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/extraction/ser_g_extraction.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/sertop_v8_12/ser_version.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/zify/serlib_zify.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/tauto/serlib_tauto.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/micromega/serlib_micromega.ml
../ocaml-base-compiler.5.1.1/lib/coq-serapi/serlib/cc/serlib_cc.ml
No files were installed.
opam remove -y coq-serapi.dev
true
Total: 7 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PLF/LibTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PLF/LibTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PLF/UseAuto.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PLF/References.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/PLF/PE.vo
../ocaml-base-compiler.5.1.1/lib/coq-simple-io/plugin/coqsimpleio_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/SimpleIO/coqsimpleio_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-simple-io/plugin/coqsimpleio_plugin.a
../ocaml-base-compiler.5.1.1/lib/coq-simple-io/plugin/coqsimpleio_plugin.cma
../ocaml-base-compiler.5.1.1/lib/coq-simple-io/plugin/coqsimpleio_plugin.cma
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/SimpleIO/IO_Unix.vo
../ocaml-base-compiler.5.1.1/lib/coq-simple-io/plugin/coqsimpleio_plugin__Coqsimpleio.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/SimpleIO/IO_Stdlib.vo
# Packages matching: installed # Name # Installed # Synopsis @@ -152,7 +152,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -313,8 +313,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-smlms.1.0.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-smlms-22343-6bba6c.env -# output-file ~/.opam/log/coq-smlms-22343-6bba6c.out +# env-file ~/.opam/log/coq-smlms-9824-1899a2.env +# output-file ~/.opam/log/coq-smlms-9824-1899a2.out ### output ### # [...] # Use app_assoc instead. diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.10.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.10.2.html index 1d445475ded9..b5f532b802e8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.10.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.10.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
- coq >= dev - coq-smpl < 8.11 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-smpl < 8.11 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-smpl < 8.11 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl < 8.11 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-smpl < 8.11 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.11.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.11.html index 87e30dc9925a..2b1abaf231c0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.11.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.11.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
- coq >= dev - coq-smpl = 8.11 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-smpl = 8.11 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-smpl = 8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl = 8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-smpl = 8.11 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.12.0.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.12.0.1.html index 4249c52c70dc..ad9df8a50330 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.12.0.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.12.0.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-smpl = 8.12.0.1 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-smpl = 8.12.0.1 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-smpl = 8.12.0.1 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl = 8.12.0.1 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-smpl = 8.12.0.1 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.12.html index 03e18591c114..25ad697fd62f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,12 +115,12 @@Dry install ๐๏ธ
- coq >= dev - coq-smpl = 8.12 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-smpl = 8.12 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-smpl = 8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl = 8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-smpl = 8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.13.html index 13d8e7e4177c..ecd1b2d3277c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,14 +116,14 @@Dry install ๐๏ธ
- coq >= dev - coq-smpl = 8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-smpl = 8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-smpl = 8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl = 8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-smpl = 8.13 -> coq < 8.14~ * Missing dependency: - coq-smpl = 8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.14.html index 6269098617ac..bba584f8d1fe 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,14 +114,14 @@Dry install ๐๏ธ
- coq >= dev - coq-smpl = 8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-smpl = 8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-smpl = 8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl = 8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-smpl = 8.14 -> coq < 8.15~ * Missing dependency: - coq-smpl = 8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.15.html index 0436f1c92596..b0647efbf037 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,14 +114,14 @@Dry install ๐๏ธ
- coq >= dev - coq-smpl = 8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-smpl = 8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-smpl = 8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl = 8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-smpl = 8.15 -> coq < 8.16~ * Missing dependency: - coq-smpl = 8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.16.html index 500f8dccc07a..17dff025ca44 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,14 +114,14 @@Dry install ๐๏ธ
- coq >= dev - coq-smpl = 8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-smpl = 8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-smpl = 8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl = 8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-smpl = 8.16 -> coq < 8.17~ * Missing dependency: - coq-smpl = 8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.17.html index 8ebe28368161..8b10b83ea9bb 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -115,14 +115,14 @@Dry install ๐๏ธ
- coq >= dev - coq-smpl = 8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-smpl = 8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-smpl = 8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl = 8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-smpl = 8.17 -> coq < 8.18~ * Missing dependency: - coq-smpl = 8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.18.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.18.html index a8b9d8eded42..6f1a6f66609d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.18.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/smpl/8.18.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -113,19 +113,19 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-smpl >= 8.18 -> coq < 8.19~ + - coq-smpl = 8.18 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-smpl >= 8.18 -> coq < 8.19~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smpl = 8.18 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-smpl >= 8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-smpl = 8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp - - coq-smpl >= 8.18 -> coq < 8.19~ + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smpl = 8.18 -> coq < 8.19~ * Missing dependency: - - coq-smpl >= 8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-smpl = 8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "Yannick Forster <forster@cs.uni-saarland.de>" +authors: ["Sigurd Schneider <sigurd.schneider@cs.uni-saarland.de>" + "Yannick Forster <forster@cs.uni-saarland.de>" + "Fabian Kunze <fabian.kunze@cs.uni-saarland.de>" + "Kenji Maillard <kenji.maillard@inria.fr>"] +homepage: "https://github.com/uds-psl/smpl" +bug-reports: "https://github.com/uds-psl/smpl/issues" +license: "MIT" +dev-repo: "git+https://github.com/uds-psl/smpl" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "ocaml" + "coq" { >= "8.19" & < "8.20~" } +] +synopsis: "Smpl: An Extensible Tactic for Coq" +description: """ +Smpl is useful for proof automation in Coq. Smpl provides named lists +of tactics to which tactics can be added with Coq commands. A special +tactic called 'smpl foo' executes the tactics in the lists named foo +in order, until one of them succeeds. Smpl works across modules by +merging tactics from all imports according to a priority number that +can be provided upon addition. Smpl thus allows to modify the behavior +of a tactic after it is defined in a convenient and modular way. +""" +url { + src: "https://github.com/uds-psl/smpl/archive/v8.19.tar.gz" + checksum: "sha256=5f7460ddf9845a84d3f2d0edadbc839c73e1ef6bb9b86a209ef2b7c40aa96abd" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smpl.8.19 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smpl >= 8.19 -> coq < 8.20~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smpl >= 8.19 -> coq < 8.20~ -> ocaml < 4.05.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.1.1 + - coq-smpl >= 8.19 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smpl >= 8.19 -> coq < 8.20~ + * Missing dependency: + - coq-smpl >= 8.19 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smpl.8.19
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "coq" {>= "8.13~" & < "8.14~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.13.tar.gz" + checksum: "sha512=b90f0248c4e5d264f334b8ea56854514584adfee832c9e2073dda9bac9553492a97f2cd8e23ec6d62e3d55f070c6101fb089ccebb270b596fcf6a3a7b85d45b0" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.13 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq = 2.2+8.13 -> coq < 8.14~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq = 2.2+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq = 2.2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq = 2.2+8.13 -> coq < 8.14~ + * Missing dependency: + - coq-smtcoq = 2.2+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.2.2+8.13
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.14~" & < "8.15~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.14.tar.gz" + checksum: "sha512=51e5a1847f84a46e641f024ddee1695224d417ae75ae411eced80b4ffa69fa6f1727839c24e3f638a4c98e003e6ce8cd9ddd5a1b2d273331863619e430033570" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.14 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq = 2.2+8.14 -> coq < 8.15~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq = 2.2+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq = 2.2+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq = 2.2+8.14 -> coq < 8.15~ + * Missing dependency: + - coq-smtcoq = 2.2+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.2.2+8.14
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.15~" & < "8.16~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.15.tar.gz" + checksum: "sha512=25804556a1e65e2b2d20d6c2d691133531ad1d290b29765d8d3bb5c0a733cf46d6ca04d47e9b4dc6f683dbdeec8bdf2dd310081219e42b7d8baf68200ace1af9" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.15 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq = 2.2+8.15 -> coq < 8.16~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq = 2.2+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq = 2.2+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq = 2.2+8.15 -> coq < 8.16~ + * Missing dependency: + - coq-smtcoq = 2.2+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.2.2+8.15
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.16~" & < "8.17~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.16.tar.gz" + checksum: "sha512=bff6ab19c7850beff8f2a11e6db847b9e5910c86dc76d3cca66fd22088e3bac8d7bc751ba1e3e731f9b52282873d10e793fbd0e38241b1d24e476356bc2c2e71" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.16 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq = 2.2+8.16 -> coq < 8.17~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq = 2.2+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq = 2.2+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq = 2.2+8.16 -> coq < 8.17~ + * Missing dependency: + - coq-smtcoq = 2.2+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.2.2+8.16
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.17~" & < "8.18~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.17.tar.gz" + checksum: "sha512=dd1c2442be3b13583c98aa3f8d578d282abbed8805177c1bdc2c77ad239bf0764882110e380251e4c55dd1f060569a51ec225665aca399d15430deaf74adb976" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.17 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq = 2.2+8.17 -> coq < 8.18~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq = 2.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq = 2.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq = 2.2+8.17 -> coq < 8.18~ + * Missing dependency: + - coq-smtcoq = 2.2+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.2.2+8.17
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.18~" & < "8.19~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.18.tar.gz" + checksum: "sha512=461e82d49cf708bfc7021f5cd35dc46d3dfeaf680c8bdd306247f5807b2c7d29824e7892146f248346ad74b5249cd3ae60b56c698d82f636f4a6bf8dcfa49bf5" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.18 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq = 2.2+8.18 -> coq < 8.19~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq = 2.2+8.18 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq = 2.2+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq = 2.2+8.18 -> coq < 8.19~ + * Missing dependency: + - coq-smtcoq = 2.2+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.2.2+8.18
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.19~" & < "8.20~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Boris Djalal" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "https://github.com/smtcoq/smtcoq/archive/refs/tags/SMTCoq-2.2+8.19.tar.gz" + checksum: "sha512=fce92b7c22ff453055c69666980b1f285fd5a9819fb741b206cacf311d1762030d0c25e7235d7d56888da84ac00384ae760f1111321c82249c47f3ca3b9a88b8" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.2.2+8.19 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq = 2.2+8.19 -> coq < 8.20~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq = 2.2+8.19 -> coq < 8.20~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq = 2.2+8.19 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq = 2.2+8.19 -> coq < 8.20~ + * Missing dependency: + - coq-smtcoq = 2.2+8.19 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.2.2+8.19
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.17~" & < "8.18~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "git+https://github.com/smtcoq/smtcoq.git#coq-8.17" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.dev+8.17 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq = dev+8.17 -> coq < 8.18~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq = dev+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq = dev+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq = dev+8.17 -> coq < 8.18~ + * Missing dependency: + - coq-smtcoq = dev+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.dev+8.17
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.18~" & < "8.19~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "git+https://github.com/smtcoq/smtcoq.git#coq-8.18" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.dev+8.18 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq = dev+8.18 -> coq < 8.19~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq = dev+8.18 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq = dev+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq = dev+8.18 -> coq < 8.19~ + * Missing dependency: + - coq-smtcoq = dev+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.dev+8.18
true
true
No files were installed.
+true
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "ckeller@lmf.cnrs.fr" +homepage: "https://smtcoq.github.io/" +dev-repo: "git+https://github.com/smtcoq/smtcoq.git" +bug-reports: "https://github.com/smtcoq/smtcoq/issues" +license: "CECILL-C" +build: [ + [make "-j%{jobs}%"] +] +install: [ + [make "install"] +] +depends: [ + "ocaml" {>= "4.07.1" } + "num" + "coq" {>= "8.19~" & < "8.20~"} +] +tags: [ + "category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures" + "category:Miscellaneous/Coq Extensions" + "keyword: SMT" + "keyword: SAT" + "keyword: automation" + "logpath:SMTCoq" +] +authors: [ + "Michaรซl Armand" + "Valentin Blot" + "Amina Bousalem" + "Quentin Garchery" + "Benjamin Grรฉgoire" + "Chantal Keller" + "Burak Ekici" + "Alain Mebsout" +] +synopsis: "A Coq plugin that checks proof witnesses coming from external SAT and SMT solvers" +description: """ +- a certified checker for proof witnesses coming from the SAT solver ZChaff and the SMT solvers veriT and CVC4. This checker increases the confidence in these tools by checking their answers a posteriori and allows to import new theroems proved by these solvers in Coq; +- decision procedures through new tactics that discharge some Coq goals to ZChaff, veriT, CVC4, and their combination +- abducts for goals that external solvers fail to prove, which represent possibly missing hypotheses that would allow them to prove the goal, using the cvc5 SMT solver.""" +url { + src: "git+https://github.com/smtcoq/smtcoq.git#coq-8.19" +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-smtcoq.dev+8.19 coq.dev
[NOTE] Package coq is already installed (current version is dev). +[ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-smtcoq >= dev+8.19 -> coq < 8.20~ + * No agreement on the version of ocaml: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-smtcoq >= dev+8.19 -> coq < 8.20~ -> ocaml < 4.05.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.1.1 + - coq-smtcoq >= dev+8.19 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-smtcoq >= dev+8.19 -> coq < 8.20~ + * Missing dependency: + - coq-smtcoq >= dev+8.19 -> coq < 8.20~ -> ocaml < 4.05.0 -> ocaml-variants -> 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-smtcoq.dev+8.19
true
true
No files were installed.
+true
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! - * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-sniper = dev+8.15 -> coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> ocaml < 4.14.0 -> ocaml-base-compiler < 4.13.1~ - You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-sniper = dev+8.15 -> coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-sniper = dev+8.15 -> coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 + You can temporarily relax the switch invariant with `--update-invariant' + * No agreement on the version of ocaml-base-compiler: + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-sniper = dev+8.15 -> coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-sniper = dev+8.15 -> coq-elpi = 1.14.0 -> elpi < 1.16.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/sniper/dev+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/sniper/dev+8.16.html index b9f5efb5a2a5..bd425cc7c349 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/sniper/dev+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/sniper/dev+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -122,19 +122,19 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-sniper >= dev+8.16 -> coq-smtcoq >= dev+8.16 -> coq < 8.17~ + - coq-sniper >= dev+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-sniper >= dev+8.16 -> coq-smtcoq >= dev+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-sniper >= dev+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-sniper >= dev+8.16 -> coq-smtcoq >= dev+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-sniper >= dev+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp - - coq-sniper >= dev+8.16 -> coq-smtcoq >= dev+8.16 -> coq < 8.17~ + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-sniper >= dev+8.16 -> coq < 8.17~ * Missing dependency: - - coq-sniper >= dev+8.16 -> coq-smtcoq >= dev+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-sniper >= dev+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-ssreflect >= 1.5.1~beta2 -> coq = 8.5~beta2 -> ocaml < 4.05.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.1.1 - - coq-ssreflect >= 1.5.1~beta2 -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-ssreflect >= 1.5.1~beta2 -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-ssreflect >= 1.5.1~beta2 -> coq = 8.5~beta2 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.13.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.13.0.html index 3821db481d04..8a345428eff9 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.13.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.13.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,14 +116,14 @@Dry install ๐๏ธ
- coq >= dev - coq-stalmarck-tactic < 8.14.0 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-stalmarck-tactic < 8.14.0 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-stalmarck-tactic < 8.14.0 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-stalmarck-tactic < 8.14.0 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-stalmarck-tactic < 8.14.0 -> coq < 8.14~ * Missing dependency: - coq-stalmarck-tactic < 8.14.0 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.14.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.14.0.html index ed6a8a68f9ee..e4c0d2bcd2cc 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.14.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.14.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,14 +116,14 @@Dry install ๐๏ธ
- coq >= dev - coq-stalmarck-tactic = 8.14.0 -> coq-stalmarck = 8.14.0 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-stalmarck-tactic = 8.14.0 -> coq-stalmarck = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-stalmarck-tactic = 8.14.0 -> coq-stalmarck = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-stalmarck-tactic = 8.14.0 -> coq-stalmarck = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-stalmarck-tactic = 8.14.0 -> coq-stalmarck = 8.14.0 -> coq < 8.15~ * Missing dependency: - coq-stalmarck-tactic = 8.14.0 -> coq-stalmarck = 8.14.0 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.15.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.15.0.html index 35572f2bd33b..d918c67ae70c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.15.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.15.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,14 +116,14 @@Dry install ๐๏ธ
- coq >= dev - coq-stalmarck-tactic = 8.15.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-stalmarck-tactic = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-stalmarck-tactic = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-stalmarck-tactic = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-stalmarck-tactic = 8.15.0 -> coq < 8.16~ * Missing dependency: - coq-stalmarck-tactic = 8.15.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.16.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.16.0.html index 7ccff6408fea..1f0b336ea8f0 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.16.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.16.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -116,14 +116,14 @@Dry install ๐๏ธ
- coq >= dev - coq-stalmarck-tactic = 8.16.0 -> coq-stalmarck = 8.16.0 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-stalmarck-tactic = 8.16.0 -> coq-stalmarck = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-stalmarck-tactic = 8.16.0 -> coq-stalmarck = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-stalmarck-tactic = 8.16.0 -> coq-stalmarck = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-stalmarck-tactic = 8.16.0 -> coq-stalmarck = 8.16.0 -> coq < 8.17~ * Missing dependency: - coq-stalmarck-tactic = 8.16.0 -> coq-stalmarck = 8.16.0 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.17.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.17.0.html index abe87dee32f3..cd9c274bde34 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.17.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/stalmarck-tactic/8.17.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,19 +114,19 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-stalmarck-tactic = 8.17.0 -> coq-stalmarck = 8.17.0 -> coq < 8.18 + - coq-stalmarck-tactic = 8.17.0 -> coq < 8.18 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-stalmarck-tactic = 8.17.0 -> coq-stalmarck = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-stalmarck-tactic = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.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.1.1 - - coq-stalmarck-tactic = 8.17.0 -> coq-stalmarck = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-stalmarck-tactic = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp - - coq-stalmarck-tactic = 8.17.0 -> coq-stalmarck = 8.17.0 -> coq < 8.18 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-stalmarck-tactic = 8.17.0 -> coq < 8.18 * Missing dependency: - - coq-stalmarck-tactic = 8.17.0 -> coq-stalmarck = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-stalmarck-tactic = 8.17.0 -> coq < 8.18 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/StructTact/StringOrders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/StructTact/Fin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/StructTact/RemoveAll.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/StructTact/StructTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/StructTact/StructTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/StructTact/Assoc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/StructTact/Dedup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/StructTact/Before.vo
opam list; echo; timeout 4h opam install -y --deps-only coq-switch.1.0.6 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-switch.1.0.6 coq.dev
# Packages matching: installed # Name # Installed # Synopsis @@ -146,73 +137,78 @@Install ๐
conf-gmp 4 Virtual package relying on a GMP lib system installation coq dev The Coq Proof Assistant coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-equations dev A function definition package for Coq -coq-metacoq-common dev The common library of Template Coq and PCUIC -coq-metacoq-template dev A quoting and unquoting library for Coq in Coq -coq-metacoq-utils dev The utility library of Template Coq and PCUIC coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 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 -stdlib-shims 0.3.0 Backport some of the new stdlib features to older compiler zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers -[NOTE] Package coq is already installed (current version is dev). The following actions will be performed: - - install coq-switch 1.0.6 + - install stdlib-shims 0.3.0 + - install coq-equations dev + - install coq-metacoq-utils dev + - install coq-metacoq-common dev + - install coq-metacoq-template dev +===== 5 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -Processing 1/3: [coq-switch.1.0.6: http] -Processing 1/3: --> retrieved coq-switch.1.0.6 (https://github.com/vzaliva/coq-switch/archive/v1.0.6.tar.gz) -Processing 2/3: [coq-switch: make] -+ /home/bench/.opam/opam-init/hooks/sandbox.sh "build" "make" "-j4" (CWD=/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-switch.1.0.6) -- coq_makefile -f _CoqProject -o Makefile.coq -- make -f Makefile.coq -- make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-switch.1.0.6' -- COQDEP VFILES -- COQC theories/Switch.v -- File "./theories/Switch.v", line 54, characters 36-50: -- Error: The reference Universe.type0 was not found in the current environment. -- -- make[2]: *** [Makefile.coq:848: theories/Switch.vo] Error 1 -- make[2]: *** [theories/Switch.vo] Deleting file 'theories/Switch.glob' -- make[1]: *** [Makefile.coq:417: all] Error 2 -- make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-switch.1.0.6' -- make: *** [Makefile:2: all] Error 2 -[ERROR] The compilation of coq-switch.1.0.6 failed at "make -j4". -#=== ERROR while compiling coq-switch.1.0.6 ===================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-switch.1.0.6 -# command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 +-> retrieved coq-equations.dev (git+https://github.com/mattam82/Coq-Equations#main) +-> retrieved coq-metacoq-template.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved coq-metacoq-utils.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> retrieved coq-metacoq-common.dev (git+https:///github.com/metacoq/metacoq.git#main) +-> installed stdlib-shims.0.3.0 +-> installed coq-equations.dev +-> installed coq-metacoq-utils.dev +-> installed coq-metacoq-common.dev +[ERROR] The compilation of coq-metacoq-template.dev failed at "make -j 4 template-coq". +#=== ERROR while compiling coq-metacoq-template.dev ===========================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -j 4 template-coq # exit-code 2 -# env-file ~/.opam/log/coq-switch-12892-1f0a9e.env -# output-file ~/.opam/log/coq-switch-12892-1f0a9e.out +# env-file ~/.opam/log/coq-metacoq-template-16566-8039b9.env +# output-file ~/.opam/log/coq-metacoq-template-16566-8039b9.out ### output ### # [...] -# make -f Makefile.coq -# make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-switch.1.0.6' -# COQDEP VFILES -# COQC theories/Switch.v -# File "./theories/Switch.v", line 54, characters 36-50: -# Error: The reference Universe.type0 was not found in the current environment. -# -# make[2]: *** [Makefile.coq:848: theories/Switch.vo] Error 1 -# make[2]: *** [theories/Switch.vo] Deleting file 'theories/Switch.glob' -# make[1]: *** [Makefile.coq:417: all] Error 2 -# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-switch.1.0.6' -# make: *** [Makefile:2: all] Error 2 +# make[2]: *** Waiting for unfinished jobs.... +# File "src/quoter.ml", line 529, characters 16-22: +# 529 | | Symbol _ -> +# ^^^^^^ +# Error: This variant pattern is expected to have type +# (Constr.t, Opaqueproof.opaque) Declarations.constant_def +# There is no constructor Symbol within type Declarations.constant_def +# make[2]: *** [Makefile.template:764: src/quoter.cmx] Error 2 +# make[2]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make[1]: *** [Makefile:38: template-coq] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-metacoq-template.dev/template-coq' +# make: *** [Makefile:145: template-coq] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed -| - build coq-switch 1.0.6 +| - build coq-metacoq-template dev ++- ++- The following changes have been performed +| - install coq-equations dev +| - install coq-metacoq-common dev +| - install coq-metacoq-utils dev +| - install stdlib-shims 0.3.0 +- -- No changes have been performed # Run eval $(opam env) to update the current shell environment -'opam install -y -v coq-switch.1.0.6 coq.dev' failed. +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222051114.export"
true
No files were installed.
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlmod -> ocaml < 4.06.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlify -> ocaml < 5.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.1.1 - - coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlmod -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlify -> ocaml < 5.0 -> ocaml-base-compiler = 3.07+1 * Missing dependency: - - coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlmod -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta + - coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlify -> ocaml < 5.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/tactician_ssreflect_plugin__Map_ssr_witnesses.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Map_all_the_things.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/tactician_ssreflect_plugin.cma
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Ltacrecord.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Ltacrecord.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Monad_util.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Map_all_the_witnesses.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Map_all_the_witnesses.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Features.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_one_variable.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_sexpr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_one_variable.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_annotate.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__G_ltac1_record.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/tactician_ssreflect_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Tactician/tactician_ssreflect_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/tactician_ssreflect_plugin.a
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_learner_internal.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_learner_internal.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Lshf_learner.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Naiveknn_subst_learner.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_substitute.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Naiveknn_learner.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Learner_helper.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Sexpr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Inline_private_constants.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Inline_private_constants.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Map_all_the_things.cmti
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_normalize.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_normalize.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactician_util.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Cook_tacexpr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Cook_tacexpr.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Find_tactic_syntax.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Extreme_tactic_normalize.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_substitution_check_learner.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Extreme_tactic_normalize.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Trivial_learners.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_learner.cmti
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/map_all_the_things.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_learner.cmti
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Benchmark.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin__G_ltac1_tactics.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/map_all_the_things.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin__G_ltac1_tactics.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Diagonal_iterative_search.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/ltacrecord.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Tactician/Ltac1/Record.vo
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Ltacrecord.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_learner_internal.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_abstract.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_abstract.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_substitute.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin.cma
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/features.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin.cma
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin.a
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Map_all_the_things.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/dune-package
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Learner_helper.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/map_ssr_witnesses.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_learner.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/map_ssr_witnesses.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Ltacrecord.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Mapping_helpers.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_sexpr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_one_variable.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_learner.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy_internal.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_learner.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Cook_tacexpr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Find_tactic_syntax.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_normalize.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_normalize.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/tactician_ssreflect_plugin__Map_ssr_witnesses.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Inline_private_constants.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Features.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_substitute.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_abstract.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Extreme_tactic_normalize.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_normalize.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_sexpr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy.cmti
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_normalize.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy.cmti
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Map_all_the_things.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/map_all_the_witnesses.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Extreme_tactic_normalize.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Inline_private_constants.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Extreme_tactic_normalize.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Inline_private_constants.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_annotate.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Monad_util.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Cook_tacexpr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Monad_util.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Find_tactic_syntax.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Features.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Offline_evaluation_simulator_learner.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__G_ltac1_record.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/tactician_ssreflect_plugin__Map_ssr_witnesses.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Lshf_learner.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Lshf_learner.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Naiveknn_learner.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__G_ltac1_record.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Learner_helper.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Naiveknn_subst_learner.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Naiveknn_learner.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/monad_util.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Learner_helper.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Naiveknn_subst_learner.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Naiveknn_learner.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Lshf_learner.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin__G_ltac1_tactics.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Naiveknn_subst_learner.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Trivial_learners.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_learner.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin__G_ltac1_tactics.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin__G_ltac1_tactics.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Benchmark.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_annotate.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_sexpr.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Benchmark.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_learner_internal.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactician_util.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactician_util.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_substitution_check_learner.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/offline_evaluation_simulator_learner.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_learner_internal.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Map_all_the_witnesses.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_one_variable.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/offline_evaluation_simulator_learner.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactic_substitution_check_learner.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Sexpr.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_one_variable.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Tactician_util.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/tactician_ssreflect_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/tactician_ssreflect_plugin.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/map_all_the_things.mli
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/naiveknn_subst_learner.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Map_all_the_witnesses.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Diagonal_iterative_search.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Dijkstra_iterative_search.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/lshf_learner.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Sexpr.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/lshf_learner.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/sexpr.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Diagonal_iterative_search.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Mapping_helpers.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Dijkstra_iterative_search.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Trivial_learners.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Mapping_helpers.cmi
../ocaml-base-compiler.5.1.1/doc/coq-tactician/README.md
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_util.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Mapping_helpers.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_util.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy_internal.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/g_ltac1_tactics.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy_internal.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy_internal.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_substitution_check_learner.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/inline_private_constants.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/naiveknn_learner.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_substitution_check_learner.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Search_strategy.cmx
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/benchmark.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/learner_helper.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/trivial_learners.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_learner.mli
../ocaml-base-compiler.5.1.1/lib/coq-tactician/tactics-plugin/tactician_ltac1_tactics_plugin.cmt
../ocaml-base-compiler.5.1.1/lib/coq-tactician/ssreflect-plugin/tactician_ssreflect_plugin.cmt
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Tactician/Ltac1/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Tactician/Ltac1/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/dijkstra_iterative_search.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_normalize.ml
../ocaml-base-compiler.5.1.1/man/man1/tactician.1
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactic_learner.ml
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Timeouttac.cmi
../ocaml-base-compiler.5.1.1/lib/coq-tactician/record-plugin/tactician_ltac1_record_plugin__Timeouttac.cmx
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Tactician/Ltac1.vo
../ocaml-base-compiler.5.1.1/share/coq-tactician/coq-hott.patch
../ocaml-base-compiler.5.1.1/share/coq-tactician/coq-hott.8.15.patch
../ocaml-base-compiler.5.1.1/share/coq-tactician/coq-hott.8.14.patch
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Tactician/Ltac1.vo
../ocaml-base-compiler.5.1.1/share/coq-tactician/coq-hott.8.13.patch
../ocaml-base-compiler.5.1.1/share/coq-tactician/coq-hott.8.12.patch
../ocaml-base-compiler.5.1.1/share/coq-tactician/coq-hott.8.11.patch
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-text2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlmod -> ocaml < 4.06.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-text2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlify -> ocaml < 5.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.1.1 - - coq-text2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlmod -> ocaml < 4.06.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-text2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlify -> ocaml < 5.0 -> ocaml-base-compiler = 3.07+1 * Missing dependency: - - coq-text2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlmod -> ocaml < 4.06.0 -> ocaml-variants -> ocaml-beta + - coq-text2tac -> coq-tactician-api -> xxhash -> oasis >= 0.4.7 -> ocamlify -> ocaml < 5.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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: "arthur.chargueraud@inria.fr" +homepage: "https://github.com/charguer/tlc" +dev-repo: "git+https://github.com/charguer/tlc.git" +bug-reports: "https://github.com/charguer/tlc/issues" +license: "MIT" +synopsis: "TLC: A Library for Classical Coq" +description: """ +Provides an alternative to the core of the Coq standard library, using classic definitions. +""" +build: [make "-j%{jobs}%"] +install: [make "install"] +depends: [ + "coq" { >= "8.17" } +] +tags: [ + "category:Computer Science/Data Types and Data Structures" + "date:2024-02-09" + "keyword:classical logic" + "logpath:TLC" +] +authors: [ + "Arthur Charguรฉraud" +] +url { + src: "https://github.com/charguer/tlc/archive/20240209.tar.gz" + checksum: [ + "md5=5fcfcac182c94ce54b2b67147a578152" + "sha512=4fea32463e67abe0fbb03f7526a0ad006618e05f2ada9fccd441dc3607416e58e35c450fbfbe884b4aa9ae0ce77b2ae98dcf4bf0044b8d96c793374ae852d4a3" + ] +} ++
true
Dry install with the current Coq version:
+opam install -y --show-action coq-tlc.20240209 coq.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
+true
opam list; echo; timeout 4h opam install -y --deps-only coq-tlc.20240209 coq.dev
opam list; echo; timeout 4h opam install -y -v coq-tlc.20240209 coq.dev
Total: 9 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibList.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibList.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibContainer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFixDemos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListZ.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMap.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibRelation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibRelation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOrder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibEnv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibTactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMap.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListZ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFixDemos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibLogic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMultiset.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibEnv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibTactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibPer.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibContainer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibEqual.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibEqual.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibList.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibTacticsDemos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibTacticsDemos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOrder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibInt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibStream.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibWf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMultiset.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFset.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibVar.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListExec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOtherDemos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListSub.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibRelation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFun.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibReflect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibProd.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibInt.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibProd.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListAssoc.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibNat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFset.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOld.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFixDemos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMin.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibBool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibGraph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibLN.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListZ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMap.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOtherDemos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibTacticsDemos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibEpsilon.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibChoice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibContainerDemos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibEnv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOption.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibLogic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibVar.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOperation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOrder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListAssocExec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibContainer.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibWf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibIntTactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFun.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibReflect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibEqual.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibInt.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibChoice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMultiset.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListExec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListSub.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibCore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListAssoc.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibUnit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibString.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListSort.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibStream.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMin.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibEpsilon.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibWf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOperation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibVar.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibReflect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibExec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibPer.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibBool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFset.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOtherDemos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibNat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOption.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibContainerDemos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibBool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListSub.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibProd.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListExec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibLN.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibContainerDemos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMin.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibStream.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibNat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibFun.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibChoice.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibEpsilon.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibLN.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListAssocExec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListAssoc.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibPer.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibLogicCore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMonoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOperation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibIntTactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOption.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibMonoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibGraph.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibAxioms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibIntTactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibAxioms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibLogicCore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListSort.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibExec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOld.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibAxioms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListAssocExec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibUnit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibUnit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibString.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibCore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibCore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibString.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibLogicCore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibListSort.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibExec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TLC/LibOld.glob
opam remove -y coq-tlc.20240209
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! - * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-trakt -> coq-elpi < 1.15~ -> elpi < 1.15.0~ -> ocaml < 4.14.0 -> ocaml-base-compiler < 4.13.1~ - You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-trakt -> coq-elpi < 1.15~ -> elpi < 1.8.0~ -> camlp5 < 8.00~alpha01 -> ocaml < 4.00.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-trakt -> coq-elpi < 1.15~ -> elpi < 1.14.0~ -> camlp5 < 7.99 -> ocaml < 4.00.1 + You can temporarily relax the switch invariant with `--update-invariant' + * No agreement on the version of ocaml-base-compiler: + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-trakt -> coq-elpi < 1.15~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-trakt -> coq-elpi < 1.15~ -> elpi < 1.8.0~ -> ppx_tools_versioned < 5.2.1 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.10.0.html index 6baaf392c6b9..3cd5514bdc84 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-traversable-fincontainer = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-traversable-fincontainer = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-traversable-fincontainer = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-traversable-fincontainer = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-traversable-fincontainer = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.5.0.html index 304de1f5afa4..90f65e66d87a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-traversable-fincontainer < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-traversable-fincontainer < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-traversable-fincontainer < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-traversable-fincontainer < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-traversable-fincontainer < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.6.0.html index 1499b6dbbdc8..669be6c28023 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-traversable-fincontainer = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-traversable-fincontainer = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-traversable-fincontainer = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-traversable-fincontainer = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-traversable-fincontainer = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.7.0.html index 76da376bc7a4..ba691d52b338 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-traversable-fincontainer = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-traversable-fincontainer = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-traversable-fincontainer = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-traversable-fincontainer = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-traversable-fincontainer = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.8.0.html index 5a4a11e0e356..1ff0719aeab1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-traversable-fincontainer = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-traversable-fincontainer = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-traversable-fincontainer = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-traversable-fincontainer = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-traversable-fincontainer = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.9.0.html index 2354b589c366..5f5376cd8d9c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -114,12 +114,12 @@Dry install ๐๏ธ
- coq >= dev - coq-traversable-fincontainer = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-traversable-fincontainer = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-traversable-fincontainer = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-traversable-fincontainer = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-traversable-fincontainer = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/dev.html index e7d86bffa2ca..5dbd427dd72f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/traversable-fincontainer/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -141,7 +141,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -159,8 +159,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-traversable-fincontainer.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-traversable-fincontainer-12816-d1a484.env -# output-file ~/.opam/log/coq-traversable-fincontainer-12816-d1a484.out +# env-file ~/.opam/log/coq-traversable-fincontainer-28764-f56072.env +# output-file ~/.opam/log/coq-traversable-fincontainer-28764-f56072.out ### output ### # [...] # make -f Makefile.coq all diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.10.0.html index c73b4774a478..0d8331360554 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-automata = 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-automata = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-tree-automata = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-automata = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-automata = 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.5.0.html index 293ebfa3033b..75e6616e7ca8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-automata < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-automata < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-tree-automata < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-automata < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-automata < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.6.0.html index 7b281fe00979..78d4a6b083aa 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-automata = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-automata = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-tree-automata = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-automata = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-automata = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.7.0.html index 5dacbb114b08..e2a1696713d5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-automata = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-automata = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-tree-automata = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-automata = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-automata = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.8.0.html index 1b89ee0107e3..ba972b7be165 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -111,12 +111,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-automata = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-automata = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-tree-automata = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-automata = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-automata = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.9.0.html index 92e710d388cd..3fcd89b5bc2f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -118,12 +118,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-automata = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-automata = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-tree-automata = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-automata = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-automata = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/dev.html index 8df3368f7c29..a097345bdac1 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-automata/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -133,7 +133,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -150,8 +150,8 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-int-map.dev # command ~/.opam/opam-init/hooks/sandbox.sh build make -j4 # exit-code 2 -# env-file ~/.opam/log/coq-int-map-17708-e97753.env -# output-file ~/.opam/log/coq-int-map-17708-e97753.out +# env-file ~/.opam/log/coq-int-map-11397-62f05f.env +# output-file ~/.opam/log/coq-int-map-11397-62f05f.out ### output ### # COQDEP VFILES # COQC Map.v diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-calculus/1.0.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-calculus/1.0.0.html index 3a617d153435..d781216b2046 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-calculus/1.0.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-calculus/1.0.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.10.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.10.0.html index 8331134d84e6..ba831bdd923d 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.10.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.10.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-diameter >= 8.10.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-diameter >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-tree-diameter >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-diameter >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-diameter >= 8.10.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.5.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.5.0.html index 5163498d2d98..34e5f00d8fcf 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.5.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.5.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -110,12 +110,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-diameter < 8.6.0 -> coq < 8.6~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-diameter < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.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.1.1 - - coq-tree-diameter < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-diameter < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-diameter < 8.6.0 -> coq < 8.6~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.6.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.6.0.html index 4785640238de..99e0fa5e8718 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.6.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.6.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -110,12 +110,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-diameter = 8.6.0 -> coq < 8.7~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-diameter = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.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.1.1 - - coq-tree-diameter = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-diameter = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-diameter = 8.6.0 -> coq < 8.7~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.7.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.7.0.html index 1b28adc04255..6030a83c812c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.7.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.7.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -110,12 +110,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-diameter = 8.7.0 -> coq < 8.8~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-diameter = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.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.1.1 - - coq-tree-diameter = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-diameter = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-diameter = 8.7.0 -> coq < 8.8~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.8.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.8.0.html index 99141492d99a..1102ba60cb95 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.8.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.8.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -110,12 +110,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-diameter = 8.8.0 -> coq < 8.9~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-diameter = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.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.1.1 - - coq-tree-diameter = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-diameter = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-diameter = 8.8.0 -> coq < 8.9~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.9.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.9.0.html index 90ad5ab78ffe..eeb1ffdd43c4 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.9.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/tree-diameter/8.9.0.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,12 +120,12 @@Dry install ๐๏ธ
- coq >= dev - coq-tree-diameter = 8.9.0 -> coq < 8.10~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-tree-diameter = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.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.1.1 - - coq-tree-diameter = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-tree-diameter = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-tree-diameter = 8.9.0 -> coq < 8.10~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/type-infer/0.1.0.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/type-infer/0.1.0.html index ad22d58a55cb..d5389d8cfb16 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/type-infer/0.1.0.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/type-infer/0.1.0.html @@ -3,7 +3,7 @@ -type-infer: Error with dependencies ๐ +type-infer: Uninstallation error ๐ช๏ธ @@ -39,7 +39,7 @@type-infer 0.1.0 - Error with dependencies ๐ + Uninstallation error ๐ช๏ธ
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,182 +123,48 @@Install dependencies
opam list; echo; timeout 4h opam install -y --deps-only coq-type-infer.0.1.0 coq.dev
# 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 dev The Coq Proof Assistant -coq-core dev The Coq Proof Assistant -- Core Binaries and Tools -coq-stdlib dev The Coq Proof Assistant -- Standard Library -coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system -ocaml 5.1.1 The OCaml compiler (virtual package) -ocaml-base-compiler 5.1.1 Official release 5.1.1 -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 -The following actions will be performed: - - install cppo 1.6.9 - - install ppx_derivers 1.2.1 - - install menhirLib dev - - install menhirSdk dev - - install cmdliner 1.2.0 - - install easy-format 1.3.4 - - install result 1.5 - - install seq base - - install ocaml-compiler-libs v0.12.4 - - install camlp-streams 5.0.1 - - install sexplib0 v0.16.0 - - install stdlib-shims 0.3.0 - - install menhir dev - - install yojson 2.1.2 - - install re 1.11.0 - - install biniou 1.2.2 - - install ppxlib 0.31.0 - - install atd 2.15.0 - - install atdgen-runtime 2.15.0 - - install ppx_deriving 5.2.1 - - install atdts 2.15.0 - - install atdgen 2.15.0 - - install elpi 1.18.2 - - install coq-elpi dev - - install coq-hierarchy-builder dev - - install coq-mathcomp-ssreflect dev -===== 26 to install ===== -<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> --> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) --> retrieved atdts.2.15.0 (cached) --> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) --> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) --> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) --> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) --> installed camlp-streams.5.0.1 --> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) --> installed cmdliner.1.2.0 --> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) --> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) --> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) --> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) --> installed easy-format.1.3.4 --> installed cppo.1.6.9 --> installed biniou.1.2.2 --> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) --> retrieved elpi.1.18.2 (https://opam.ocaml.org/cache) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) --> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) --> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) --> installed ppx_derivers.1.2.1 --> retrieved ppxlib.0.31.0 (https://opam.ocaml.org/cache) --> retrieved re.1.11.0 (https://opam.ocaml.org/cache) --> retrieved result.1.5 (https://opam.ocaml.org/cache) --> installed seq.base --> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) --> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) --> installed result.1.5 --> installed ocaml-compiler-libs.v0.12.4 --> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) --> installed stdlib-shims.0.3.0 --> installed sexplib0.v0.16.0 --> installed re.1.11.0 --> installed yojson.2.1.2 --> installed atdgen-runtime.2.15.0 --> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed ppxlib.0.31.0 --> installed ppx_deriving.5.2.1 --> installed menhirSdk.dev --> installed menhirLib.dev --> installed menhir.dev --> installed atd.2.15.0 --> installed atdts.2.15.0 --> installed atdgen.2.15.0 --> installed elpi.1.18.2 -[ERROR] The compilation of coq-elpi.dev failed at "make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN=". -#=== ERROR while compiling coq-elpi.dev =======================================# -# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev -# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-elpi.dev -# command ~/.opam/opam-init/hooks/sandbox.sh build make build COQBIN=/home/bench/.opam/ocaml-base-compiler.5.1.1/bin/ ELPIDIR=/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/elpi OCAMLWARN= -# exit-code 2 -# env-file ~/.opam/log/coq-elpi-17127-942923.env -# output-file ~/.opam/log/coq-elpi-17127-942923.out -### output ### -# Error: The implementation src/coq_elpi_builtins_synterp.ml -# [...] -# is not compatible with type -# clause = -# string option * ([ `After | `Before ] * string) option * -# API.Data.term -# The second variant type does not allow tag(s) `Replace -# File "src/coq_elpi_builtins_synterp.mli", line 57, characters 0-32: -# Expected declaration -# File "src/coq_elpi_builtins_synterp.ml", line 70, characters 4-10: -# Actual declaration -# make[1]: *** [Makefile.coq:760: src/coq_elpi_builtins_synterp.cmo] Error 2 -# make: *** [Makefile:50: build-core] Error 2 -<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> -+- The following actions failed -| - build coq-elpi dev -+- -+- The following changes have been performed (the rest was aborted) -| - install atd 2.15.0 -| - install atdgen 2.15.0 -| - install atdgen-runtime 2.15.0 -| - install atdts 2.15.0 -| - install biniou 1.2.2 -| - install camlp-streams 5.0.1 -| - install cmdliner 1.2.0 -| - install cppo 1.6.9 -| - install easy-format 1.3.4 -| - install elpi 1.18.2 -| - install menhir dev -| - install menhirLib dev -| - install menhirSdk dev -| - install ocaml-compiler-libs v0.12.4 -| - install ppx_derivers 1.2.1 -| - install ppx_deriving 5.2.1 -| - install ppxlib 0.31.0 -| - install re 1.11.0 -| - install result 1.5 -| - install seq base -| - install sexplib0 v0.16.0 -| - install stdlib-shims 0.3.0 -| - install yojson 2.1.2 -+- -# Run eval $(opam env) to update the current shell environment -The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131011509.export" -
true
opam list; echo; timeout 4h opam install -y -v coq-type-infer.0.1.0 coq.dev
No files were installed.
+Total: 1 M
+../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/Typing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/Types.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/TypeSafety.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/Term.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/Util.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/Typing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/Types.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/Util.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/TypeSafety.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer/Term.v
../ocaml-base-compiler.5.1.1/doc/coq-type-infer/LICENSE
../ocaml-base-compiler.5.1.1/lib/coq-type-infer/opam
../ocaml-base-compiler.5.1.1/lib/coq-type-infer/dune-package
../ocaml-base-compiler.5.1.1/lib/coq-type-infer/META
true
opam remove -y coq-type-infer.0.1.0
/home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/TypeInfer
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-unicoq = 1.3.2+8.10 -> ocaml < 4.08.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.1.1 - - coq-unicoq = 1.3.2+8.10 -> ocaml < 4.08.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-unicoq = 1.3.2+8.10 -> ocaml < 4.08.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-unicoq = 1.3.2+8.10 -> ocaml < 4.08.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.5+8.12.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.5+8.12.html index 0f68e6a96a8d..ae66982f4183 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.5+8.12.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.5+8.12.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,12 +112,12 @@Dry install ๐๏ธ
- coq >= dev - coq-unicoq = 1.5+8.12 -> coq < 8.13~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-unicoq = 1.5+8.12 -> coq < 8.13~ -> ocaml < 4.05.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.1.1 - - coq-unicoq = 1.5+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-unicoq = 1.5+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-unicoq = 1.5+8.12 -> coq < 8.13~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.5+8.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.5+8.13.html index 7ef70ad317b0..81dfe525604e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.5+8.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.5+8.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,14 +112,14 @@Dry install ๐๏ธ
- coq >= dev - coq-unicoq = 1.5+8.13 -> coq < 8.14~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-unicoq = 1.5+8.13 -> coq < 8.14~ -> ocaml < 4.05.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.1.1 - - coq-unicoq = 1.5+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-unicoq = 1.5+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-unicoq = 1.5+8.13 -> coq < 8.14~ * Missing dependency: - coq-unicoq = 1.5+8.13 -> coq < 8.14~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.14.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.14.html index f5bd460198e5..05c4498895f8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.14.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.14.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,14 +112,14 @@Dry install ๐๏ธ
- coq >= dev - coq-unicoq = 1.6+8.14 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-unicoq = 1.6+8.14 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-unicoq = 1.6+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-unicoq = 1.6+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-unicoq = 1.6+8.14 -> coq < 8.15~ * Missing dependency: - coq-unicoq = 1.6+8.14 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.15.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.15.html index 2a4e7b615c31..cc16cb5a9c9f 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.15.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.15.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,14 +112,14 @@Dry install ๐๏ธ
- coq >= dev - coq-unicoq = 1.6+8.15 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-unicoq = 1.6+8.15 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-unicoq = 1.6+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-unicoq = 1.6+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-unicoq = 1.6+8.15 -> coq < 8.16~ * Missing dependency: - coq-unicoq = 1.6+8.15 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.16.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.16.html index ae5e380b41c3..b0ceb076a090 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.16.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.16.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,14 +112,14 @@Dry install ๐๏ธ
- coq >= dev - coq-unicoq = 1.6+8.16 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-unicoq = 1.6+8.16 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-unicoq = 1.6+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-unicoq = 1.6+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-unicoq = 1.6+8.16 -> coq < 8.17~ * Missing dependency: - coq-unicoq = 1.6+8.16 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.17.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.17.html index 251b41d65ad1..f89c433b1e2e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.17.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.17.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,14 +112,14 @@Dry install ๐๏ธ
- coq >= dev - coq-unicoq = 1.6+8.17 -> coq < 8.18~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-unicoq = 1.6+8.17 -> coq < 8.18~ -> ocaml < 4.05.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.1.1 - - coq-unicoq = 1.6+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-unicoq = 1.6+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-unicoq = 1.6+8.17 -> coq < 8.18~ * Missing dependency: - coq-unicoq = 1.6+8.17 -> coq < 8.18~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.18.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.18.html index 557361b21485..f5875f52bcf5 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.18.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/1.6+8.18.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -112,14 +112,14 @@Dry install ๐๏ธ
- coq >= dev - coq-unicoq = 1.6+8.18 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-unicoq = 1.6+8.18 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-unicoq = 1.6+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-unicoq = 1.6+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-unicoq = 1.6+8.18 -> coq < 8.19~ * Missing dependency: - coq-unicoq = 1.6+8.18 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/dev.html index bf7e367ec3a5..7449b2f17a4e 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unicoq/dev.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,13 +130,13 @@Install ๐
Total: 696 K
+Total: 697 K
../ocaml-base-compiler.5.1.1/lib/coq-unicoq/unicoq.cmxs
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Unicoq/unicoq.cmxs
../ocaml-base-compiler.5.1.1/lib/coq-unicoq/unicoq.cmx
../ocaml-base-compiler.5.1.1/lib/coq-unicoq/unicoq.cmi
../ocaml-base-compiler.5.1.1/lib/coq-unicoq/unicoq.cmxa
../ocaml-base-compiler.5.1.1/lib/coq-unicoq/unicoq.cmxa
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Unicoq/Unicoq.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Unicoq/Unicoq.v
../ocaml-base-compiler.5.1.1/lib/coq-unicoq/META
# Packages matching: installed # Name # Installed # Synopsis @@ -134,7 +134,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -206,15 +206,15 @@Install ๐
- File "./UniMath/Foundations/PartA.v", line 375, characters 0-37: - Warning: Declaring arbitrary terms as hints is fragile; it is recommended to - declare a toplevel constant instead [fragile-hint-constr,automation,default] -- COQC UniMath/MoreFoundations/WeakEquivalences.v - COQC UniMath/Foundations/PartB.v -- COQC UniMath/Combinatorics/DecSet.v +- COQC UniMath/MoreFoundations/WeakEquivalences.v - COQC UniMath/Foundations/UnivalenceAxiom.v +- COQC UniMath/Combinatorics/DecSet.v - COQC UniMath/Foundations/PartC.v - COQC UniMath/Foundations/PartD.v - COQC UniMath/Combinatorics/Maybe.v -- COQC UniMath/Foundations/Propositions.v - COQC UniMath/Foundations/UnivalenceAxiom2.v +- COQC UniMath/Foundations/Propositions.v - COQC UniMath/Foundations/Sets.v - COQC UniMath/Foundations/HLevels.v - COQC UniMath/Folds/UnicodeNotations.v @@ -225,204 +225,209 @@Install ๐
- COQC UniMath/Tactics/Utilities.v - COQC UniMath/Folds/folds_precat.v - COQC UniMath/Folds/folds_pre_2_cat.v -- File "./UniMath/Folds/folds_precat.v", line 67, characters 11-12: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 11-12: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 67, characters 13-14: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 13-14: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 67, characters 15-16: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 15-16: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 68, characters 12-13: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 12-13: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 68, characters 14-15: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 14-15: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 68, characters 16-17: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 16-17: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 68, characters 24-25: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 24-25: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 68, characters 38-39: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 38-39: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 68, characters 52-53: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 52-53: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 68, characters 54-55: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 54-55: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 70, characters 12-13: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 117, characters 12-13: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 70, characters 14-15: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 117, characters 14-15: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 70, characters 16-17: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 117, characters 16-17: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_precat.v", line 70, characters 18-19: +- File "./UniMath/Folds/folds_pre_2_cat.v", line 117, characters 18-19: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 11-12: +- File "./UniMath/Folds/folds_precat.v", line 67, characters 11-12: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 13-14: +- File "./UniMath/Folds/folds_precat.v", line 67, characters 13-14: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_pre_2_cat.v", line 113, characters 15-16: +- File "./UniMath/Folds/folds_precat.v", line 67, characters 15-16: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 12-13: +- File "./UniMath/Folds/folds_precat.v", line 68, characters 12-13: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 14-15: +- File "./UniMath/Folds/folds_precat.v", line 68, characters 14-15: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 16-17: +- File "./UniMath/Folds/folds_precat.v", line 68, characters 16-17: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 24-25: +- File "./UniMath/Folds/folds_precat.v", line 68, characters 24-25: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 38-39: +- File "./UniMath/Folds/folds_precat.v", line 68, characters 38-39: - Warning: Ignoring implicit binder declaration in unexpected position. - [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/Folds/folds_pre_2_cat.v", line 115, characters 52-53: -- Warning: Ignoring implicit binder declaration in unexpected positio +- File "./UniMath/Folds/folds_precat.v", line 68, characters 52-53: +- Warning: Ignoring implicit binder declaration i [...] truncated -characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 28-29: -- Warning: Ignoring implicit binder declaration in unexpected position. -- [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 30-31: -- Warning: Ignoring implicit binder declaration in unexpected position. -- [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 34-35: -- Warning: Ignoring implicit binder declaration in unexpected position. -- [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 48-50: -- Warning: Ignoring implicit binder declaration in unexpected position. -- [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 77, characters 53-55: -- Warning: Ignoring implicit binder declaration in unexpected position. -- [unexpected-implicit-declaration,syntax,default] -- File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 148, characters 0-123: -- Warning: Notation "_ ;; _" was already defined with a different format. -- [notation-incompatible-format,parsing,default] -- File "./UniMath/CategoryTheory/DisplayedCats/Core.v", line 321, characters 0-117: -- Warning: Notation "_ ;; _" was already defined with a different format. -- [notation-incompatible-format,parsing,default] -- COQC UniMath/CategoryTheory/categories/FinSet.v -- COQC UniMath/CategoryTheory/categories/wosets.v -- File "./UniMath/CategoryTheory/categories/wosets.v", line 25, characters 0-54: +4: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- File "./UniMath/CategoryTheory/categories/FinSet.v", line 23, characters 0-54: +- File "./UniMath/CategoryTheory/DisplayedCats/Adjunctions.v", line 24, characters 0-65: +- Warning: +- New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing +- [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. +- [ambiguous-paths,coercions,default] +- File "./UniMath/CategoryTheory/Monoidal/ActionBasedStrengthOnHomsInBicat.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/GrothendieckTopos.v -- File "./UniMath/CategoryTheory/GrothendieckTopos.v", line 15, characters 0-54: +- COQC UniMath/Bicategories/DisplayedBicats/FiberBicategory/FiberBicategory1.v +- File "./UniMath/Bicategories/DisplayedBicats/FiberBicategory/FiberBicategory1.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Core/UnivalenceOp.v -- File "./UniMath/Bicategories/Core/UnivalenceOp.v", line 10, characters 0-54: +- COQC UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v +- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Core/Examples/OneTypes.v -- COQC UniMath/Bicategories/Core/Examples/TwoType.v -- File "./UniMath/Bicategories/Core/Examples/OneTypes.v", line 9, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- File "./UniMath/Bicategories/Core/Examples/TwoType.v", line 9, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Core/Examples/BicatOfCats.v -- File "./UniMath/Bicategories/Core/Examples/BicatOfCats.v", line 11, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Core/Examples/Initial.v -- File "./UniMath/Bicategories/Core/Examples/Initial.v", line 10, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Core/Examples/Final.v -- File "./UniMath/Bicategories/Core/Examples/Final.v", line 10, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/DisplayedBicats/DispBicat.v -- File "./UniMath/Bicategories/DisplayedBicats/DispBicat.v", line 15, characters 0-54: +- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 181, characters 13-14: +- Warning: Ignoring implicit binder declaration in unexpected position. +- [unexpected-implicit-declaration,syntax,default] +- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 181, characters 15-16: +- Warning: Ignoring implicit binder declaration in unexpected position. +- [unexpected-implicit-declaration,syntax,default] +- File "./UniMath/Bicategories/PseudoFunctors/Display/PseudoFunctorBicat.v", line 181, characters 17-18: +- Warning: Ignoring implicit binder declaration in unexpected position. +- [unexpected-implicit-declaration,syntax,default] +- COQC UniMath/Bicategories/PseudoFunctors/Display/StrictPseudoFunctorBicat.v +- File "./UniMath/Bicategories/PseudoFunctors/Display/StrictPseudoFunctorBicat.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/PseudoFunctors/Display/Base.v -- File "./UniMath/Bicategories/PseudoFunctors/Display/Base.v", line 6, characters 0-54: +- COQC UniMath/Bicategories/PseudoFunctors/PseudoFunctor.v +- File "./UniMath/Bicategories/PseudoFunctors/PseudoFunctor.v", line 14, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/WkCatEnrichment/Notations.v -- File "./UniMath/Bicategories/WkCatEnrichment/Notations.v", line 2, characters 0-54: +- COQC UniMath/Bicategories/PseudoFunctors/StrictPseudoFunctor.v +- File "./UniMath/Bicategories/PseudoFunctors/StrictPseudoFunctor.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/WkCatEnrichment/Cat.v -- File "./UniMath/Bicategories/WkCatEnrichment/Cat.v", line 13, characters 0-54: +- COQC UniMath/Bicategories/PseudoFunctors/Examples/Identity.v +- File "./UniMath/Bicategories/PseudoFunctors/Examples/Identity.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/BicategoryOfBicat.v -- File "./UniMath/Bicategories/BicategoryOfBicat.v", line 15, characters 0-54: +- COQC UniMath/Bicategories/PseudoFunctors/Examples/Composition.v +- File "./UniMath/Bicategories/PseudoFunctors/Examples/Composition.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Topology/CategoryTop.v -- File "./UniMath/Topology/CategoryTop.v", line 12, characters 0-54: +- COQC UniMath/Bicategories/PseudoFunctors/Examples/Constant.v +- File "./UniMath/Bicategories/PseudoFunctors/Examples/Constant.v", line 5, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/RealNumbers/All.v -- COQC UniMath/Induction/M/Uniqueness.v -- File "./UniMath/Induction/M/Uniqueness.v", line 10, characters 0-54: +- COQC UniMath/Bicategories/PseudoFunctors/Examples/ApFunctor.v +- File "./UniMath/Bicategories/PseudoFunctors/Examples/ApFunctor.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Induction/W/Fibered.v -- File "./UniMath/Induction/W/Fibered.v", line 13, characters 0-54: +- COQC UniMath/Bicategories/PseudoFunctors/Examples/OpFunctor.v +- File "./UniMath/Bicategories/PseudoFunctors/Examples/OpFunctor.v", line 5, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Induction/W/Uniqueness.v -- COQC UniMath/Induction/M/ComputationalM.v -- File "./UniMath/Induction/W/Uniqueness.v", line 10, characters 0-54: +- COQC UniMath/Bicategories/PseudoFunctors/Examples/PseudofunctorFromMonoidal.v +- File "./UniMath/Bicategories/PseudoFunctors/Examples/PseudofunctorFromMonoidal.v", line 14, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/SyntheticHomotopyTheory/Test.v -- File "./UniMath/Induction/M/ComputationalM.v", line 17, characters 0-54: +- COQC UniMath/Bicategories/Transformations/PseudoTransformation.v +- File "./UniMath/Bicategories/Transformations/PseudoTransformation.v", line 4, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/SyntheticHomotopyTheory/All.v -- COQC UniMath/CategoryTheory/EpiFacts.v -- COQC UniMath/CategoryTheory/limits/pullbacks_slice_products_equiv.v -- File "./UniMath/CategoryTheory/EpiFacts.v", line 20, characters 0-54: +- COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayedInserter.v +- File "./UniMath/Bicategories/DisplayedBicats/Examples/DisplayedInserter.v", line 3, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- File "./UniMath/CategoryTheory/limits/pullbacks_slice_products_equiv.v", line 17, characters 0-54: +- COQC UniMath/Bicategories/DisplayedBicats/Examples/Displayed2Inserter.v +- File "./UniMath/Bicategories/DisplayedBicats/Examples/Displayed2Inserter.v", line 3, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/AbelianToAdditive.v -- COQC UniMath/CategoryTheory/ExactCategories/ExactCategories.v -- File "./UniMath/CategoryTheory/AbelianToAdditive.v", line 13, characters 0-54: +- COQC UniMath/Bicategories/DisplayedBicats/Examples/Algebras.v +- File "./UniMath/Bicategories/DisplayedBicats/Examples/Algebras.v", line 8, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- File "./UniMath/CategoryTheory/ExactCategories/ExactCategories.v", line 22, characters 0-54: +- Finished transaction in 69.969 secs (36.678u,0.004s) (successful) +- Finished transaction in 47.6 secs (30.312u,0.007s) (successful) +- COQC UniMath/Bicategories/DisplayedBicats/Examples/CwF.v +- File "./UniMath/Bicategories/DisplayedBicats/Examples/CwF.v", line 19, characters 0-51: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- File "./UniMath/CategoryTheory/ExactCategories/ExactCategories.v", line 337, characters 8-17: -- Error: Found no subterm matching "(j ยท p')%Cat" in the current goal. +- File "./UniMath/Bicategories/DisplayedBicats/Examples/CwF.v", line 136, characters 8-61: +- Error: +- In environment +- C : precategory +- hsC : has_homsets C +- F : opp_precat_data C โถ SET +- c : C +- c' : C +- A : F c +- e : c = c' +- The term +- "transportf +- (ฮป d : opp_precat_data C, (F : opp_precat_data C โถ SET) d : hSet) e A" +- has type +- "pr1hSet +- (@functor_on_objects +- (precategory_ob_mor_from_precategory_data +- (opp_precat_data (precategory_data_from_precategory C))) +- (precategory_ob_mor_from_precategory_data +- (precategory_data_from_precategory +- (category_to_precategory +- (univalent_category_to_category HSET_univalent_category)))) +- (functor_data_from_functor +- (opp_precat_data (precategory_data_from_precategory C)) +- (precategory_data_from_precategory +- (category_to_precategory +- (univalent_category_to_category HSET_univalent_category))) F) +- c')" while it is expected to have type +- "pr1hSet +- (@functor_on_objects +- (precategory_ob_mor_from_precategory_data +- (precategory_data_from_precategory (opp_precat ?C))) +- (precategory_ob_mor_from_precategory_data +- (precategory_data_from_precategory +- (category_to_precategory +- (univalent_category_to_category HSET_univalent_category)))) +- (functor_data_from_functor +- (precategory_data_from_precategory (opp_precat ?C)) +- (precategory_data_from_precategory +- (category_to_precategory +- (univalent_category_to_category HSET_univalent_category))) +- ?F) ?c)". - -- COQC UniMath/CategoryTheory/categories/HSET/Slice.v -- make[2]: *** [build/CoqMakefile.make:848: UniMath/CategoryTheory/ExactCategories/ExactCategories.vo] Error 1 -- make[2]: *** [UniMath/CategoryTheory/ExactCategories/ExactCategories.vo] Deleting file 'UniMath/CategoryTheory/ExactCategories/ExactCategories.glob' +- make[2]: *** [build/CoqMakefile.make:848: UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Error 1 +- make[2]: *** [UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Deleting file 'UniMath/Bicategories/DisplayedBicats/Examples/CwF.glob' - make[2]: *** Waiting for unfinished jobs.... -- File "./UniMath/CategoryTheory/categories/HSET/Slice.v", line 29, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] +- Finished transaction in 7.845 secs (7.678u,0.s) (successful) +- Finished transaction in 95.846 secs (94.569u,0.024s) (successful) - make[1]: *** [build/CoqMakefile.make:417: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20210807' - make: *** [Makefile:92: all] Error 2 @@ -432,19 +437,19 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20210807 # command ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4 # exit-code 2 -# env-file ~/.opam/log/coq-unimath-30388-050789.env -# output-file ~/.opam/log/coq-unimath-30388-050789.out +# env-file ~/.opam/log/coq-unimath-13294-7facee.env +# output-file ~/.opam/log/coq-unimath-13294-7facee.out ### output ### +# has type # [...] -# Error: Found no subterm matching "(j ยท p')%Cat" in the current goal. +# (univalent_category_to_category HSET_univalent_category))) +# ?F) ?c)". # -# COQC UniMath/CategoryTheory/categories/HSET/Slice.v -# make[2]: *** [build/CoqMakefile.make:848: UniMath/CategoryTheory/ExactCategories/ExactCategories.vo] Error 1 -# make[2]: *** [UniMath/CategoryTheory/ExactCategories/ExactCategories.vo] Deleting file 'UniMath/CategoryTheory/ExactCategories/ExactCategories.glob' +# make[2]: *** [build/CoqMakefile.make:848: UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Error 1 +# make[2]: *** [UniMath/Bicategories/DisplayedBicats/Examples/CwF.vo] Deleting file 'UniMath/Bicategories/DisplayedBicats/Examples/CwF.glob' # make[2]: *** Waiting for unfinished jobs.... -# File "./UniMath/CategoryTheory/categories/HSET/Slice.v", line 29, characters 0-54: -# Warning: Overwriting previous delimiting key cat in scope cat -# [overwriting-delimiting-key,parsing,default] +# Finished transaction in 7.845 secs (7.678u,0.s) (successful) +# Finished transaction in 95.846 secs (94.569u,0.024s) (successful) # make[1]: *** [build/CoqMakefile.make:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20210807' # make: *** [Makefile:92: all] Error 2 diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20220204.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20220204.html index ce0f000dc59a..a61206d43448 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20220204.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20220204.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,7 +120,7 @@Install ๐
# Packages matching: installed # Name # Installed # Synopsis @@ -134,7 +134,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -245,10 +245,10 @@Install ๐
- COQC UniMath/Combinatorics/MetricTree.v - COQC UniMath/SyntheticHomotopyTheory/Halfline.v - COQC UniMath/CategoryTheory/Core/Isos.v +- COQC UniMath/CategoryTheory/Core/Setcategories.v - File "./UniMath/CategoryTheory/Core/Isos.v", line 21, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/Core/Setcategories.v - File "./UniMath/CategoryTheory/Core/Setcategories.v", line 12, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] @@ -266,15 +266,15 @@Install ๐
- COQC UniMath/Combinatorics/BoundedSearch.v - COQC UniMath/Algebra/Monoids.v - COQC UniMath/CategoryTheory/Core/Univalence.v -- COQC UniMath/CategoryTheory/Core/TransportMorphisms.v - File "./UniMath/CategoryTheory/Core/Univalence.v", line 18, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/CategoryTheory/Core/TransportMorphisms.v +- COQC UniMath/CategoryTheory/Core/EssentiallyAlgebraic.v +- COQC UniMath/RealNumbers/Sets.v - File "./UniMath/CategoryTheory/Core/TransportMorphisms.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/Core/EssentiallyAlgebraic.v -- COQC UniMath/RealNumbers/Sets.v - File "./UniMath/CategoryTheory/Core/EssentiallyAlgebraic.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] @@ -285,24 +285,23 @@Install ๐
- [overwriting-delimiting-key,parsing,default] - COQC UniMath/Combinatorics/Vectors.v - COQC UniMath/Combinatorics/FiniteSets.v -- COQC UniMath/Algebra/Universal/HVectors.v - COQC UniMath/CategoryTheory/Core/TwoCategories.v - COQC UniMath/CategoryTheory/Core/Functors.v - File "./UniMath/CategoryTheory/Core/TwoCategories.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- File "./UniMath/CategoryTheory/Core/Functors.v", line 31, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/categories/setwith2binops.v -- COQC UniMath/CategoryTheory/categories/preorder_categories.v -- File "./UniMath/CategoryTheory/categories/preorder_categories.v", line 6, characters 0-54: +- File "./UniMath/CategoryTheory/Core/Functors.v", line 31, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/categories/setwith2binops.v", line 14, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/CategoryTheory/categories/preorder_categories.v - COQC UniMath/Tactics/Monoids_Tactics.v +- File "./UniMath/CategoryTheory/categories/preorder_categories.v", line 6, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] - COQC UniMath/Folds/All.v - COQC UniMath/Combinatorics/VectorsTests.v - COQC UniMath/Combinatorics/Lists.v @@ -316,9 +315,17 @@Install ๐
- COQC UniMath/Algebra/Groups.v - File "./UniMath/Combinatorics/OrderedSets.v", line 309, characters 0-62: - Warning: -- New coercion path [underlyingFiniteSet; Fini +- New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet i [...] truncated -ath/Bicategories/Core/Examples/OneTypes.v", line 9, characters 0-54: + characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Bicategories/Core/UnivalenceOp.v +- File "./UniMath/Bicategories/Core/UnivalenceOp.v", line 10, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Bicategories/Core/Examples/OneTypes.v +- File "./UniMath/Bicategories/Core/Examples/OneTypes.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Core/Examples/TwoType.v @@ -354,50 +361,17 @@Install ๐
- Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/Colimits/Products.v +- COQC UniMath/Bicategories/WkCatEnrichment/bicategory.v - File "./UniMath/Bicategories/Colimits/Products.v", line 15, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/WkCatEnrichment/bicategory.v - File "./UniMath/Bicategories/WkCatEnrichment/bicategory.v", line 2, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/SubstitutionSystems/MonadsMultiSorted_alt.v -- File "./UniMath/SubstitutionSystems/MonadsMultiSorted_alt.v", line 16, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] - COQC UniMath/HomologicalAlgebra/Triangulated.v - File "./UniMath/HomologicalAlgebra/Triangulated.v", line 26, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Induction/All.v -- COQC UniMath/CategoryTheory/elems_slice_equiv.v -- File "./UniMath/CategoryTheory/elems_slice_equiv.v", line 13, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/ExponentiationLeftAdjoint.v -- File "./UniMath/CategoryTheory/ExponentiationLeftAdjoint.v", line 40, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/Inductives/Lists.v -- File "./UniMath/CategoryTheory/Inductives/Lists.v", line 19, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/Inductives/LambdaCalculus.v -- File "./UniMath/CategoryTheory/Inductives/LambdaCalculus.v", line 19, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/DisplayedCats/NaturalTransformations.v -- File "./UniMath/CategoryTheory/DisplayedCats/NaturalTransformations.v", line 5, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Core/Examples/PointedOneTypesBicat.v -- File "./UniMath/Bicategories/Core/Examples/PointedOneTypesBicat.v", line 2, characters 0-51: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Core/Strictness.v -- File "./UniMath/Bicategories/Core/Strictness.v", line 7, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] - COQC UniMath/HomologicalAlgebra/TranslationFunctors.v - File "./UniMath/HomologicalAlgebra/TranslationFunctors.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat @@ -426,8 +400,12 @@Install ๐
- File "./UniMath/CategoryTheory/IsoCommaCategory.v", line 28, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Core/Examples/StrictCats.v -- File "./UniMath/Bicategories/Core/Examples/StrictCats.v", line 11, characters 0-54: +- COQC UniMath/Bicategories/Core/Examples/PointedOneTypesBicat.v +- File "./UniMath/Bicategories/Core/Examples/PointedOneTypesBicat.v", line 2, characters 0-51: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Bicategories/Core/Strictness.v +- File "./UniMath/Bicategories/Core/Strictness.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/DispBicat.v @@ -438,6 +416,10 @@Install ๐
- File "./UniMath/CategoryTheory/DisplayedCats/Fibrations.v", line 5, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/CategoryTheory/DisplayedCats/Equivalences.v +- File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 27, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] - File "./UniMath/CategoryTheory/DisplayedCats/Fibrations.v", line 1019, characters 68-71: - Error: - In environment @@ -455,6 +437,18 @@Install ๐
- make[2]: *** [build/CoqMakefile.make:848: UniMath/CategoryTheory/DisplayedCats/Fibrations.vo] Error 1 - make[2]: *** [UniMath/CategoryTheory/DisplayedCats/Fibrations.vo] Deleting file 'UniMath/CategoryTheory/DisplayedCats/Fibrations.glob' - make[2]: *** Waiting for unfinished jobs.... +- Finished transaction in 18.177 secs (17.776u,0.02s) (successful) +- File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 579, characters 0-109: +- Warning: +- New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing +- [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. +- [ambiguous-paths,coercions,default] +- File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 611, characters 0-22: +- Warning: +- New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing +- [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. +- [ambiguous-paths,coercions,default] +- Finished transaction in 5.696 secs (5.549u,0.019s) (successful) - make[1]: *** [build/CoqMakefile.make:417: all] Error 2 - make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20220204' - make: *** [Makefile:92: all] Error 2 @@ -464,19 +458,19 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20220204 # command ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4 # exit-code 2 -# env-file ~/.opam/log/coq-unimath-8642-c902ed.env -# output-file ~/.opam/log/coq-unimath-8642-c902ed.out +# env-file ~/.opam/log/coq-unimath-22972-6f9bae.env +# output-file ~/.opam/log/coq-unimath-22972-6f9bae.out ### output ### # [...] -# ccโ : op_disp_cat D cโ -# f : op_cat C โฆ cโ, cโ โง -# โ := HD cโ cโ f ccโ : cartesian_lift ccโ f -# The term "โ" has type "cartesian_lift ccโ f" -# while it is expected to have type "is_cartesian ?ff". -# -# make[2]: *** [build/CoqMakefile.make:848: UniMath/CategoryTheory/DisplayedCats/Fibrations.vo] Error 1 -# make[2]: *** [UniMath/CategoryTheory/DisplayedCats/Fibrations.vo] Deleting file 'UniMath/CategoryTheory/DisplayedCats/Fibrations.glob' -# make[2]: *** Waiting for unfinished jobs.... +# New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing +# [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. +# [ambiguous-paths,coercions,default] +# File "./UniMath/CategoryTheory/DisplayedCats/Equivalences.v", line 611, characters 0-22: +# Warning: +# New coercion path [adjunction_of_right_adjoint_over_id_data; left_adj_over_id] : right_adjoint_over_id_data >-> disp_functor is ambiguous with existing +# [functor_of_right_adjoint_over_id] : right_adjoint_over_id_data >-> disp_functor. +# [ambiguous-paths,coercions,default] +# Finished transaction in 5.696 secs (5.549u,0.019s) (successful) # make[1]: *** [build/CoqMakefile.make:417: all] Error 2 # make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20220204' # make: *** [Makefile:92: all] Error 2 diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20220816.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20220816.html index d1eb6d0aeb03..b76d20a44ced 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20220816.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20220816.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,7 +134,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -244,95 +244,80 @@Install ๐
- COQC UniMath/SyntheticHomotopyTheory/Halfline.v - COQC UniMath/CategoryTheory/Core/Categories.v - COQC UniMath/MoreFoundations/NoInjectivePairing.v -- COQC UniMath/Combinatorics/Vectors.v -- COQC UniMath/Combinatorics/FiniteSets.v -- COQC UniMath/Combinatorics/Graph.v +- COQC UniMath/MoreFoundations/Sets.v - File "./UniMath/CategoryTheory/Core/Categories.v", line 40, characters 0-27: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/MoreFoundations/Subtypes.v +- COQC UniMath/Combinatorics/Graph.v - COQC UniMath/Combinatorics/WellFoundedRelations.v - COQC UniMath/Combinatorics/BoundedSearch.v - COQC UniMath/CategoryTheory/Core/Isos.v +- COQC UniMath/RealNumbers/Sets.v - COQC UniMath/Folds/from_precats_to_folds_and_back.v -- COQC UniMath/MoreFoundations/Sets.v - File "./UniMath/CategoryTheory/Core/Isos.v", line 21, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/Folds/from_precats_to_folds_and_back.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/MoreFoundations/Subtypes.v -- COQC UniMath/Combinatorics/VectorsTests.v -- COQC UniMath/Combinatorics/Lists.v +- COQC UniMath/MoreFoundations/AxiomOfChoice.v +- COQC UniMath/Combinatorics/Vectors.v +- COQC UniMath/Combinatorics/FiniteSets.v - COQC UniMath/Combinatorics/CGraph.v +- COQC UniMath/Algebra/Monoids.v +- COQC UniMath/Algebra/Universal/HVectors.v +- COQC UniMath/CategoryTheory/Core/Univalence.v +- COQC UniMath/CategoryTheory/Core/TransportMorphisms.v +- File "./UniMath/CategoryTheory/Core/Univalence.v", line 18, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- File "./UniMath/CategoryTheory/Core/TransportMorphisms.v", line 7, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Folds/folds_isomorphism.v +- File "./UniMath/Folds/folds_isomorphism.v", line 32, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/MoreFoundations/All.v +- COQC UniMath/Combinatorics/VectorsTests.v - = f p (f q (f r b)) - : B - = f p (f q (f r t)) - : A - = a,, b,, c,, d,, e,, tt - : vec A (3 + 2) +- COQC UniMath/Combinatorics/Lists.v - COQC UniMath/Combinatorics/OrderedSets.v -- COQC UniMath/Algebra/Universal/HVectors.v -- COQC UniMath/CategoryTheory/Core/Univalence.v -- File "./UniMath/CategoryTheory/Core/Univalence.v", line 18, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] - File "./UniMath/Combinatorics/OrderedSets.v", line 309, characters 0-62: - Warning: - New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet is ambiguous with existing - [underlyingOrderedSet; underlyingPoset; carrierofposet] : FiniteOrderedSet >-> hSet. - [ambiguous-paths,coercions,default] -- COQC UniMath/CategoryTheory/Core/TransportMorphisms.v +- COQC UniMath/CategoryTheory/Core/TwoCategories.v +- COQC UniMath/CategoryTheory/Core/Functors.v - COQC UniMath/CategoryTheory/categories/setwith2binops.v -- COQC UniMath/CategoryTheory/categories/preorder_categories.v -- File "./UniMath/CategoryTheory/Core/TransportMorphisms.v", line 7, characters 0-54: +- File "./UniMath/CategoryTheory/Core/Functors.v", line 31, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- File "./UniMath/CategoryTheory/categories/preorder_categories.v", line 6, characters 0-54: +- File "./UniMath/CategoryTheory/Core/TwoCategories.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/CategoryTheory/categories/abmonoids.v - File "./UniMath/CategoryTheory/categories/setwith2binops.v", line 14, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/RealNumbers/Sets.v -- COQC UniMath/Folds/folds_isomorphism.v -- COQC UniMath/MoreFoundations/AxiomOfChoice.v -- COQC UniMath/Combinatorics/GraphPaths.v -- COQC UniMath/Combinatorics/FiniteSequences.v -- File "./UniMath/Folds/folds_isomorphism.v", line 32, characters 0-54: +- COQC UniMath/CategoryTheory/categories/preorder_categories.v +- File "./UniMath/CategoryTheory/categories/abmonoids.v", line 15, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Combinatorics/MoreLists.v -- COQC UniMath/Algebra/Monoids.v -- COQC UniMath/CategoryTheory/Core/Functors.v -- COQC UniMath/MoreFoundations/All.v -- File "./UniMath/CategoryTheory/Core/Functors.v", line 31, characters 0-54: +- File "./UniMath/CategoryTheory/categories/preorder_categories.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Combinatorics/Equivalence_Relations.v -- COQC UniMath/Combinatorics/WellOrderedSets.v -- COQC UniMath/Algebra/Universal/SortedTypes.v -- COQC UniMath/Algebra/Universal/Signatures.v -- COQC UniMath/CategoryTheory/Core/TwoCategories.v -- File "./UniMath/CategoryTheory/Core/TwoCategories.v", line 7, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting- +- COQC UniMath/Tactics/Monoids_Tactics.v +- [...] truncated -ting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Morphisms/Properties/Composition.v -- File "./UniMath/Bicategories/Morphisms/Properties/Composition.v", line 15, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Core/Examples/StrictCats.v -- File "./UniMath/Bicategories/Core/Examples/StrictCats.v", line 11, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/DisplayedBicats/FiberCategory.v -- File "./UniMath/Bicategories/DisplayedBicats/FiberCategory.v", line 9, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v -- File "./UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v", line 11, characters 0-54: +File "./UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v", line 11, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/Examples/DisplayedCatToBicat.v @@ -359,14 +344,6 @@Install ๐
- File "./UniMath/Bicategories/DisplayedBicats/Examples/BicatOfInvertibles.v", line 14, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/MonoidalCategories/ActionBasedStrongFunctorsMonoidal.v -- File "./UniMath/Bicategories/MonoidalCategories/ActionBasedStrongFunctorsMonoidal.v", line 17, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/MonoidalCategories/ActionBasedStrongFunctorCategory.v -- File "./UniMath/Bicategories/MonoidalCategories/ActionBasedStrongFunctorCategory.v", line 8, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/UnitLayer.v - File "./UniMath/Bicategories/MonoidalCategories/UnivalenceMonCat/UnitLayer.v", line 12, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat @@ -415,16 +392,36 @@Install ๐
- File "./UniMath/Bicategories/DisplayedBicats/Examples/KleisliTriple.v", line 10, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Limits/Final.v -- File "./UniMath/Bicategories/Limits/Final.v", line 19, characters 0-54: +- COQC UniMath/Bicategories/Limits/PullbackEquivalences.v +- File "./UniMath/Bicategories/Limits/PullbackEquivalences.v", line 12, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Bicategories/Morphisms/Properties/Projections.v +- File "./UniMath/Bicategories/Morphisms/Properties/Projections.v", line 10, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Bicategories/Colimits/Examples/SliceBicategoryColimits.v +- File "./UniMath/Bicategories/Colimits/Examples/SliceBicategoryColimits.v", line 12, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Bicategories/Morphisms/Properties/FromInitial.v +- File "./UniMath/Bicategories/Morphisms/Properties/FromInitial.v", line 22, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/DomainCleaving.v +- File "./UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/DomainCleaving.v", line 14, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/FunctorsIntoCatCleaving.v +- File "./UniMath/Bicategories/DisplayedBicats/ExamplesOfCleavings/FunctorsIntoCatCleaving.v", line 16, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Limits/Inserters.v -- File "./UniMath/Bicategories/Limits/Inserters.v", line 16, characters 0-54: +- COQC UniMath/SubstitutionSystems/MonadsFromSubstitutionSystems.v +- File "./UniMath/SubstitutionSystems/MonadsFromSubstitutionSystems.v", line 31, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/Limits/Examples/OpCellBicatLimits.v -- File "./UniMath/Bicategories/Limits/Examples/OpCellBicatLimits.v", line 15, characters 0-54: +- COQC UniMath/SubstitutionSystems/LiftingInitial.v +- File "./UniMath/SubstitutionSystems/LiftingInitial.v", line 32, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 665, characters 11-56: @@ -445,8 +442,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20220816 # command ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4 # exit-code 2 -# env-file ~/.opam/log/coq-unimath-13833-f351fb.env -# output-file ~/.opam/log/coq-unimath-13833-f351fb.out +# env-file ~/.opam/log/coq-unimath-28124-9b3f11.env +# output-file ~/.opam/log/coq-unimath-28124-9b3f11.out ### output ### # [...] # File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 665, characters 11-56: diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20230321.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20230321.html index e0b0c970ad92..704b25a0c6e8 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20230321.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20230321.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -120,7 +120,7 @@Install ๐
# Packages matching: installed # Name # Installed # Synopsis @@ -134,7 +134,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -168,12 +168,12 @@Install ๐
- --- making UniMath/RealNumbers/All.v - --- making UniMath/SubstitutionSystems/All.v - --- making UniMath/Folds/All.v -- --- making UniMath/HomologicalAlgebra/All.v - --- making UniMath/AlgebraicGeometry/All.v - --- making UniMath/Paradoxes/All.v +- --- making UniMath/HomologicalAlgebra/All.v - --- making UniMath/Induction/All.v -- sed -e "s/@LOCAL@ /;;/" <UniMath/.dir-locals.el.in >UniMath/.dir-locals.el - --- making UniMath/All.v +- sed -e "s/@LOCAL@ /;;/" <UniMath/.dir-locals.el.in >UniMath/.dir-locals.el - ulimit -v unlimited ; make -f build/CoqMakefile.make all - make[1]: Entering directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20230321' - COQDEP VFILES @@ -233,6 +233,7 @@Install ๐
- COQC UniMath/MoreFoundations/NullHomotopies.v - COQC UniMath/MoreFoundations/Equivalences.v - COQC UniMath/MoreFoundations/StructureIdentity.v +- COQC UniMath/Combinatorics/StandardFiniteSets.v - COQC UniMath/Paradoxes/All.v - COQC UniMath/MoreFoundations/PathsOver.v - COQC UniMath/MoreFoundations/Nat.v @@ -240,15 +241,14 @@Install ๐
- COQC UniMath/MoreFoundations/Interval.v - COQC UniMath/MoreFoundations/QuotientSet.v - COQC UniMath/MoreFoundations/Univalence.v -- COQC UniMath/Combinatorics/StandardFiniteSets.v - COQC UniMath/Combinatorics/MetricTree.v - COQC UniMath/SyntheticHomotopyTheory/Halfline.v - COQC UniMath/CategoryTheory/Core/Categories.v -- COQC UniMath/MoreFoundations/Sets.v -- COQC UniMath/MoreFoundations/MoreEquivalences.v - File "./UniMath/CategoryTheory/Core/Categories.v", line 40, characters 0-27: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/MoreFoundations/Sets.v +- COQC UniMath/MoreFoundations/MoreEquivalences.v - COQC UniMath/MoreFoundations/Subtypes.v - COQC UniMath/MoreFoundations/NoInjectivePairing.v - COQC UniMath/Combinatorics/Graph.v @@ -256,70 +256,69 @@Install ๐
- COQC UniMath/Combinatorics/BoundedSearch.v - COQC UniMath/Algebra/BinaryOperations.v - COQC UniMath/CategoryTheory/Core/Isos.v +- COQC UniMath/Folds/from_precats_to_folds_and_back.v - File "./UniMath/CategoryTheory/Core/Isos.v", line 21, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Folds/from_precats_to_folds_and_back.v - File "./UniMath/Folds/from_precats_to_folds_and_back.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/MoreFoundations/Orders.v - COQC UniMath/MoreFoundations/AxiomOfChoice.v +- COQC UniMath/Combinatorics/Vectors.v +- COQC UniMath/Combinatorics/FiniteSets.v - COQC UniMath/Combinatorics/CGraph.v - COQC UniMath/CategoryTheory/Core/Univalence.v -- COQC UniMath/CategoryTheory/Core/TransportMorphisms.v - File "./UniMath/CategoryTheory/Core/Univalence.v", line 19, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/CategoryTheory/Core/TransportMorphisms.v +- COQC UniMath/Folds/folds_isomorphism.v +- COQC UniMath/MoreFoundations/All.v +- COQC UniMath/Combinatorics/VectorsTests.v - File "./UniMath/CategoryTheory/Core/TransportMorphisms.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Folds/folds_isomorphism.v -- COQC UniMath/MoreFoundations/All.v -- COQC UniMath/Algebra/Monoids.v - File "./UniMath/Folds/folds_isomorphism.v", line 32, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- = f p (f q (f r b)) +- : B +- = f p (f q (f r t)) +- : A +- = a,, b,, c,, d,, e,, tt +- : vec A (3 + 2) +- COQC UniMath/Combinatorics/Lists.v +- COQC UniMath/Combinatorics/KFiniteTypes.v +- COQC UniMath/Combinatorics/OrderedSets.v +- COQC UniMath/Combinatorics/Posets.v +- COQC UniMath/Combinatorics/FiniteSequences.v +- File "./UniMath/Combinatorics/OrderedSets.v", line 309, characters 0-62: +- Warning: +- New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet is ambiguous with existing +- [underlyingOrderedSet; underlyingPoset; carrierofposet] : FiniteOrderedSet >-> hSet. +- [ambiguous-paths,coercions,default] +- COQC UniMath/Combinatorics/MoreLists.v +- COQC UniMath/Algebra/Monoids.v - COQC UniMath/Algebra/Apartness.v +- COQC UniMath/Algebra/Universal/HVectors.v +- COQC UniMath/Algebra/Universal/Signatures.v +- COQC UniMath/CategoryTheory/Core/TwoCategories.v - COQC UniMath/CategoryTheory/Core/Functors.v - File "./UniMath/CategoryTheory/Core/Functors.v", line 31, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/categories/setwith2binops.v -- File "./UniMath/CategoryTheory/categories/setwith2binops.v", line 14, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/categories/preorder_categories.v -- COQC UniMath/CategoryTheory/DaggerCategories/Categories.v -- File "./UniMath/CategoryTheory/categories/preorder_categories.v", line 6, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Folds/All.v -- File "./UniMath/CategoryTheory/DaggerCategories/Categories.v", line 4, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Combinatorics/Vectors.v -- COQC UniMath/Combinatorics/FiniteSets.v -- COQC UniMath/Combinatorics/Posets.v -- COQC UniMath/Algebra/Universal/HVectors.v -- COQC UniMath/CategoryTheory/Core/TwoCategories.v -- COQC UniMath/CategoryTheory/categories/abmonoids.v - File "./UniMath/CategoryTheory/Core/TwoCategories.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- File "./UniMath/CategoryTheory/categories/abmonoids.v", line 15, characters 0-54: +- COQC UniMath/CategoryTheory/categories/setwith2binops.v +- File "./UniMath/CategoryTheory/categories/setwith2binops.v", line 14, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/DaggerCate +- COQC UniMath/CategoryTheory/categories/abmonoids.v +- File "./UniMath/CategoryThe [...] truncated -ng previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalCurried.v -- File "./UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalCurried.v", line 28, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorCategory.v -- File "./UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorCategory.v", line 4, characters 0-54: +/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorCategory.v", line 4, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/DisplayedCats/MoreFibrations/Prefibrations.v @@ -335,10 +334,10 @@Install ๐
- Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/EnrichedCats/Examples/StructureEnriched.v -- COQC UniMath/CategoryTheory/EnrichedCats/Examples/DialgebraEnriched.v - File "./UniMath/CategoryTheory/EnrichedCats/Examples/StructureEnriched.v", line 45, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/CategoryTheory/EnrichedCats/Examples/DialgebraEnriched.v - File "./UniMath/CategoryTheory/EnrichedCats/Examples/DialgebraEnriched.v", line 24, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] @@ -346,6 +345,10 @@Install ๐
- File "./UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/DispCatOnTwoSidedDispCat.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensor.v +- File "./UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensor.v", line 12, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/DaggerCategories/FunctorCategory.v - File "./UniMath/CategoryTheory/DaggerCategories/FunctorCategory.v", line 4, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat @@ -419,6 +422,10 @@Install ๐
- File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 13, characters 0-51: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/Bicategories/Limits/Final.v +- File "./UniMath/Bicategories/Limits/Final.v", line 19, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] - File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 665, characters 11-56: - Error: - Found no subterm matching "pr1 @@ -437,8 +444,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20230321 # command ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4 # exit-code 2 -# env-file ~/.opam/log/coq-unimath-10115-238d2f.env -# output-file ~/.opam/log/coq-unimath-10115-238d2f.out +# env-file ~/.opam/log/coq-unimath-23663-10cbbe.env +# output-file ~/.opam/log/coq-unimath-23663-10cbbe.out ### output ### # [...] # File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 665, characters 11-56: diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20231010.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20231010.html index 24e9d2120cdd..a06cbf3ffddd 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20231010.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/20231010.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -74,7 +74,7 @@Context
install: [make "BUILD_COQ=no" "install"] depends: [ "ocaml" - "coq" {>= "8.16.1"} + "coq" {(>= "8.16.1" & < "8.17~") | >= "8.18"} ] synopsis: "Library of Univalent Mathematics" url { @@ -120,7 +120,7 @@Install ๐
# Packages matching: installed # Name # Installed # Synopsis @@ -134,7 +134,7 @@Install ๐
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -201,17 +201,17 @@Install ๐
- File "./UniMath/Foundations/PartA.v", line 376, characters 0-47: - Warning: Declaring arbitrary terms as hints is fragile; it is recommended to - declare a toplevel constant instead [fragile-hint-constr,automation,default] -- COQC UniMath/MoreFoundations/WeakEquivalences.v - COQC UniMath/Foundations/PartB.v +- COQC UniMath/MoreFoundations/WeakEquivalences.v - COQC UniMath/Foundations/UnivalenceAxiom.v - COQC UniMath/Combinatorics/DecSet.v - COQC UniMath/Foundations/PartC.v -- COQC UniMath/Combinatorics/Maybe.v - COQC UniMath/Foundations/PartD.v +- COQC UniMath/Combinatorics/Maybe.v - COQC UniMath/Foundations/UnivalenceAxiom2.v - COQC UniMath/Foundations/Propositions.v -- COQC UniMath/Foundations/HLevels.v - COQC UniMath/Foundations/Sets.v +- COQC UniMath/Foundations/HLevels.v - COQC UniMath/Folds/UnicodeNotations.v - COQC UniMath/Foundations/NaturalNumbers.v - COQC UniMath/Foundations/Tests.v @@ -242,6 +242,7 @@Install ๐
- COQC UniMath/MoreFoundations/Nat.v - COQC UniMath/MoreFoundations/Propositions.v - COQC UniMath/MoreFoundations/Interval.v +- COQC UniMath/MoreFoundations/MoreEquivalences.v - COQC UniMath/MoreFoundations/QuotientSet.v - COQC UniMath/MoreFoundations/Univalence.v - COQC UniMath/Combinatorics/MetricTree.v @@ -249,12 +250,10 @@Install ๐
- COQC UniMath/SyntheticHomotopyTheory/Halfline.v - COQC UniMath/CategoryTheory/Core/Categories.v - COQC UniMath/MoreFoundations/Sets.v -- COQC UniMath/MoreFoundations/MoreEquivalences.v +- COQC UniMath/MoreFoundations/Subtypes.v - File "./UniMath/CategoryTheory/Core/Categories.v", line 40, characters 0-27: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/MoreFoundations/Subtypes.v -- COQC UniMath/MoreFoundations/AxiomOfChoice.v - COQC UniMath/MoreFoundations/NoInjectivePairing.v - COQC UniMath/Combinatorics/Vectors.v - COQC UniMath/Combinatorics/Graph.v @@ -266,10 +265,11 @@Install ๐
- File "./UniMath/CategoryTheory/Core/Isos.v", line 21, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] +- COQC UniMath/MoreFoundations/Orders.v - File "./UniMath/Folds/from_precats_to_folds_and_back.v", line 23, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/MoreFoundations/Orders.v +- COQC UniMath/MoreFoundations/AxiomOfChoice.v - COQC UniMath/Combinatorics/VectorsTests.v - COQC UniMath/Combinatorics/Lists.v - = f p (f q (f r b)) @@ -286,9 +286,13 @@Install ๐
- Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/Core/TransportMorphisms.v +- COQC UniMath/CategoryTheory/categories/preorder_categories.v +- File "./UniMath/CategoryTheory/Core/TransportMorphisms.v", line 7, characters 0-54: +- Warning: Overwriting previous delimiting key cat in scope cat +- [overwriting-delimiting-key,parsing,default] - COQC UniMath/Folds/folds_isomorphism.v - COQC UniMath/MoreFoundations/All.v -- File "./UniMath/CategoryTheory/Core/TransportMorphisms.v", line 7, characters 0-54: +- File "./UniMath/CategoryTheory/categories/preorder_categories.v", line 6, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - File "./UniMath/Folds/folds_isomorphism.v", line 32, characters 0-54: @@ -299,40 +303,40 @@Install ๐
- COQC UniMath/Combinatorics/OrderedSets.v - COQC UniMath/Combinatorics/FiniteSequences.v - COQC UniMath/Combinatorics/MoreLists.v +- COQC UniMath/Algebra/Monoids.v - File "./UniMath/Combinatorics/OrderedSets.v", line 309, characters 0-62: - Warning: - New coercion path [underlyingFiniteSet; FiniteSet_to_hSet] : FiniteOrderedSet >-> hSet is ambiguous with existing - [underlyingOrderedSet; underlyingPoset; carrierofposet] : FiniteOrderedSet >-> hSet. - [ambiguous-paths,coercions,default] -- COQC UniMath/Algebra/Monoids.v - COQC UniMath/Algebra/Apartness.v - COQC UniMath/Algebra/Universal/SortedTypes.v - COQC UniMath/Algebra/Universal/Signatures.v - COQC UniMath/OrderTheory/Posets/Basics.v - COQC UniMath/CategoryTheory/Core/TwoCategories.v -- COQC UniMath/CategoryTheory/Core/Functors.v - File "./UniMath/CategoryTheory/Core/TwoCategories.v", line 7, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- File "./UniMath/CategoryTheory/Core/Functors.v", line 31, characters 0-54: +- COQC U +[...] truncated +/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorCategory.v +- COQC UniMath/CategoryTheory/DisplayedCats/MoreFibrations/Prefibrations.v +- File "./UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorCategory.v", line 4, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/categories/ -[...] truncated -UniMath/CategoryTheory/EnrichedCats/FullyFaithful.v -- File "./UniMath/CategoryTheory/EnrichedCats/FullyFaithful.v", line 22, characters 0-51: +- File "./UniMath/CategoryTheory/DisplayedCats/MoreFibrations/Prefibrations.v", line 3, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/EnrichedCats/EnrichmentAdjunction.v -- File "./UniMath/CategoryTheory/EnrichedCats/EnrichmentAdjunction.v", line 19, characters 0-54: +- COQC UniMath/CategoryTheory/DisplayedCats/MoreFibrations/DisplayedDisplayedCats.v +- File "./UniMath/CategoryTheory/DisplayedCats/MoreFibrations/DisplayedDisplayedCats.v", line 3, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/EnrichedCats/Limits/Examples/OppositeEnrichedLimits.v -- File "./UniMath/CategoryTheory/EnrichedCats/Limits/Examples/OppositeEnrichedLimits.v", line 18, characters 0-54: +- COQC UniMath/CategoryTheory/EnrichedCats/FullyFaithful.v +- File "./UniMath/CategoryTheory/EnrichedCats/FullyFaithful.v", line 22, characters 0-51: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/OppositeEnrichedColimits.v -- File "./UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/OppositeEnrichedColimits.v", line 18, characters 0-54: +- COQC UniMath/CategoryTheory/EnrichedCats/EnrichmentAdjunction.v +- File "./UniMath/CategoryTheory/EnrichedCats/EnrichmentAdjunction.v", line 19, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/CategoryTheory/IndexedCategories/NatTransToIndexed.v @@ -364,10 +368,10 @@Install ๐
- Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/FiberCategory.v +- COQC UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v - File "./UniMath/Bicategories/DisplayedBicats/FiberCategory.v", line 9, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v - File "./UniMath/Bicategories/DisplayedBicats/Examples/Sigma.v", line 11, characters 0-54: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] @@ -415,10 +419,6 @@Install ๐
- File "./UniMath/Bicategories/DisplayedBicats/Examples/Cofunctormap.v", line 13, characters 0-51: - Warning: Overwriting previous delimiting key cat in scope cat - [overwriting-delimiting-key,parsing,default] -- COQC UniMath/Bicategories/DisplayedBicats/Examples/FunctorsIntoCat.v -- File "./UniMath/Bicategories/DisplayedBicats/Examples/FunctorsIntoCat.v", line 16, characters 0-54: -- Warning: Overwriting previous delimiting key cat in scope cat -- [overwriting-delimiting-key,parsing,default] - COQC UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v - File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 13, characters 0-51: - Warning: Overwriting previous delimiting key cat in scope cat @@ -445,8 +445,8 @@Install ๐
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-unimath.20231010 # command ~/.opam/opam-init/hooks/sandbox.sh build make BUILD_COQ=no -j4 # exit-code 2 -# env-file ~/.opam/log/coq-unimath-3359-a95763.env -# output-file ~/.opam/log/coq-unimath-3359-a95763.out +# env-file ~/.opam/log/coq-unimath-29142-157352.env +# output-file ~/.opam/log/coq-unimath-29142-157352.out ### output ### # [...] # File "./UniMath/Bicategories/DisplayedBicats/Examples/Codomain.v", line 665, characters 11-56: diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/dev.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/dev.html index e49fb2ca93f7..e7afbb0a7ab6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/dev.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/unimath/dev.html @@ -3,7 +3,7 @@ -unimath: 29 m 0 s ๐ +unimath: 47 m 0 s ๐ @@ -39,7 +39,7 @@unimath dev - 29 m 0 s ๐ + 47 m 0 s ๐
Context
@@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -123,10 +123,10 @@Install ๐
Total: 199 M
+Total: 200 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Derivative.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/EquivalenceWhiskeredNonCurriedMonoidalCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KTriplesEquiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/CompositesAndInverses.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelativeMonads.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartA.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartA.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Constructions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExactCategories/ExactCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExactCategories/ExactCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/RigsAndRings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/precomp_fully_faithful.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/RigsAndRings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/frac.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Equivalences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ElementaryTopos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ElementaryTopos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Fiber.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/SymmetricMonoidalBuilder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Fibrations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Fibrations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/padics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Free_Monoids_and_Groups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/Complexes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Categories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/KATriangulated.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Sets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/pullbacks.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Pullbacks.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/WTypes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/BinaryOperations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Lattice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Lattice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Corollaries.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Binproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Binproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Kleisli.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Reindexing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/StrictTwoSidedDispCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/WellOrderedSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Restriction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Pullbacks.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/pullbacks.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/SymmetricDiagonal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Dialgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Dialgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/z_mod_p.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Structures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ConstructionOfActegoryMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ConstructionOfActegoryMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Structures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Abelian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/Complexes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/OmegaCocontFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Reals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/abgrs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/z_mod_p.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Abgr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/Symmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Terms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Monoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/StandardCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/StandardCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/Integers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Monoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedAssociator.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/BinProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/elems_slice_equiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedAssociator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedAssociator.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EpiFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/OmegaCocontFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/OmegaCocontFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/Precomp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/Precomp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/FunctorCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/binproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Preservation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecategoryBinProduct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Representation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Preservation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/NaturalNumbers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/NonnegativeRationals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Domains_and_Fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/fps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ArrowCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Ktheory/GrothendieckGroup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Sets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/EquivalenceOverId.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/BinDirectSums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/BinDirectSums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/fps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsPullback.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/ReindexingForward.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ConstructionOfActegoryMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/ReindexingForward.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Reindexing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/MappingCylinder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/WellOrderedSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Groups.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Reindexing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/BinCoproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Representation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/PartA.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/BinDirectSums.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/StrictTwoSidedDispCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/bincoproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/BinDirectSums.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/Enriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/IsoCommaLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/IsoCommaLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PreAdditive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Circle2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelativeMonads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelativeMonads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/MappingCone.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecategoryBinProduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/NonnegativeReals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/SymmetricDiagonal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecategoryBinProduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Preservation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/StructureEnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Symmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Groups.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/StructureEnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Binproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/AugmentedSimplexCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/TranslationFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/AlternativeDefinitions/FixedPointTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Domains_and_Fields.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/PosetEnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RightKanExtension.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TwoSidedDispCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/StructureEnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Elimination.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/PosetEnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/MonoidalFunctorLifting.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/StructureEnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Preservation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/DisplayedCartesianMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/Monoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/EilenbergMooreLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Equivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/EilenbergMooreLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Monoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Equivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/BinProducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Presheaves.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Vectors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/AffineLine.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/PosetEnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/DispCatOnTwoSidedDispCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/PosetEnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsPullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Topology.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorAlgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsPullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Topology.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/precomp_ess_surj.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorAlgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/PrecompEssentiallySurjective.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/PrecompEssentiallySurjective.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Filters.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartD.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Filters.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/AlgebraStructuresColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enrichment.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/Opposite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/AlgebraStructuresColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Slice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/FunctorAlgebras_legacy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Slice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/CartesiannessOfComposites.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subobjects.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enrichment.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/FunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/Precomp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/PolynomialAlgebras2Cells.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Adjunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Transformation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/FunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/WhiskeredBifunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Adjunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/PolynomialAlgebras2Cells.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/EilenbergMooreLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/WhiskeredBifunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/TotalAdjunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/EilenbergMooreLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/PartA.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/DisplayedCartesianMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SubobjectClassifier.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/CodomainStructure.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartB.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SubobjectClassifier.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Presheaves.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Total.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Isos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AbelianToAdditive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Actegories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AbelianToAdditive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/slicecat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelMonads_Coreflection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/Integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesTensored.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/slicecat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/Integers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Structures/StructureLimitsAndColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/PathsOver.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KleisliCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/KAPreTriangulated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/binproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/colimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Colimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/StructuredCospans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/AlternativeDefinitions/FixedPointTheorems.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategoryEquality.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/NaturalNumbers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ProductEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/Enriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/StructuredCospans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/AffineLine.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Reindex.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ShortExactSequences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Closed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ShortExactSequences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PreAdditive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/NonnegativeReals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/MorphismsOfActegories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/StructuredCospans.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/AugmentedSimplexCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/MorphismsOfActegories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/NaturalTransformations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Structures/StructuresSmashProduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/AlgebraStructuresColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/Symmetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/AlgebraStructuresColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/RowOps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/NaturalTransformations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/Symmetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalTensored.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Derivative.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/WhiskeredDisplayedBifunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalTensored.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/IteratedBinaryOperations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/SelfEnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonoidalDialgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GroupAction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/SelfEnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/IsoCommaLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Categories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaCalculus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Presheaf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/Monoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonoidalDialgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/IsoCommaLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategoricalRecursionSchemes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaCalculus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategoricalRecursionSchemes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Abelian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/FibrationsCharacterisation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/AlgebraStructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Adjunctions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedCategoryToFibration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/AlgebraStructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/RationalNumbers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/NaturalTransformations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/lemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Symmetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/lemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ShortExactSequences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Dialgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Dialgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/YonedaLemma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalTensored.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/bincoproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/BinCoproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/HVectors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/MorphismsOfActegories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/ZFstructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Matrices.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Free_Monoids_and_Groups.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/KleisliCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetFibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Opp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Total.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/EquivalenceOverId.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetFibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/KleisliCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/EquivalenceOverId.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Total.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Opp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AdditiveFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExponentiationLeftAdjoint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/PathsOver.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Archimedean.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Bifunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Circle.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/exponentials.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/lemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/MonoidalSections.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/exponentials.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/PrecompEssentiallySurjective.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/PosetEnrichedLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Colimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/StructureEnrichedColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/colimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/MappingCylinder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/abgrs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Abgr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Category.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/StructureEnrichedLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Category.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SmashStructureEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SmashStructureEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/EndomorphismTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/CodomainStructure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/RepresentationTheorem.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonoidalDialgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PowerObject.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/FunctorCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/PosetEnrichedColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/ConstructiveStructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/DisplayedFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SmashProductMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AdditiveFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/WellFoundedRelations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/cokernels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/DialgebraEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/DisplayedFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/DialgebraEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Cokernels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Structures/StructureLimitsAndColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KTriples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Monads.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/kernels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Kernels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/AlgebraStructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/ComputationalM.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Spans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Closed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Corollaries.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Matrices.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/FiniteSequences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Spans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/OppositeOfFunctorCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Chains.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Monads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/DialgebraEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/TwoCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/TwoCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/StructureEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetFibration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Structures/CartesianStructure.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetFibration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedBinaryCoproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/WhiskeredBifunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/Spec.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Isos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedBinaryCoproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/DedekindCuts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Transformation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/DisplayedNatTrans.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Yoneda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/TotalAdjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/Lists.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/TotalAdjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedCategoryToFibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecompEquivalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedCategoryToFibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ProductEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_isomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TwoSidedDispCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/frac.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_isomorphism.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/pushouts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Pushouts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GroupAction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartD.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/pullbacks.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedBinaryProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/DispCatOnTwoSidedDispCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Pullbacks.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Relations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetOpFibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/SelfEnrichedLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedBinaryProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/precomp_ess_surj.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartB.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Squares.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/WTypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Lattice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Spans.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Squares.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/coequalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Coequalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Lenses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/DispCatOnTwoSidedDispCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FiveLemma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetOpFibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaCalculus.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/WTypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/SelfEnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Constructions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FiveLemma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/BinaryProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Chains.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/ContinuationModel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Archimedean.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/BinaryProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/ContinuationModel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/SelfEnrichedColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/SelfEnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Nat_Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/MonadAlgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartA.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Yoneda.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Reindex.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Reindex.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Nat_Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaCalculus.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Yoneda.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/TotalMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/pushouts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/KleisliEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/ContinuationModel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Pushouts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/KleisliEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/ContinuationModel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/DisplayedFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/Lists.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonoidalPointedObjects.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Comonads.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/OrderedSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/KleisliEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Tensor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Tensor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Reals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Sigma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/CategoryProductLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/CategoryProductLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Isos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalCurried.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/FiniteSequences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/CategoriesOfMonoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalCurried.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/CopowerModel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/NaturalTransformations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/ImpredicativeInductiveSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/CopowerModel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/NaturalTransformations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SmashStructureEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/KA.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearToLinearNonLinear.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/IteratedBinaryOperations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearToLinearNonLinear.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Coproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliMapping.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Circle2.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliMapping.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Propositions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/coproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/PolynomialAlgebras2Cells.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/HVectors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/PolynomialAlgebras2Cells.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCoequalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/WhiskeredDisplayedBifunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCoequalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Products.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PseudoElements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedEqualizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Precategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/catiso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/CoAdamek.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedEqualizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Lenses.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ElementaryTopos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TwoSidedFibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/UnivalenceAxiom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/LiftPoset.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TwoSidedFibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Additive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Projection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/equalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Equalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/CoproductsInActegories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/exponentials.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/SliceFamEquiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/EndomorphismTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/SliceFamEquiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Nat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/CopowerModel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/CoproductsInActegories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ProductActegory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/cats/limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Cats/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/elems_slice_equiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Squares.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedUnitors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/RigsAndRings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearToLinearNonLinear.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/KleisliCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/LatticeObject.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/CohomologyComplex.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Equivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/KleisliCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalCurried.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedConicalColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/AlternativeDefinitions/Dcpo.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedConicalColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/LatticeObject.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/BinaryOperations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecompEquivalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalCurried.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/MonoidalCartesianBuilder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Comonads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/EilenbergMoore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/coequalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/BicatOfCatsElementary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Coequalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/BinaryOperations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Comonads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCoproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/EilenbergMoore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/DisplayedNatTrans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/BicatOfCatsElementary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/ProdOfTwosidedDispCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecompEquivalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/cones.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedUnitors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Cones.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentTransformation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Examples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedConicalLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Symmetric.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CoEilenbergMoore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedUnitors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/CategoryProductLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CoEilenbergMoore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/FunctorCoalgebras_legacy.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/OrderedSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/PosetEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Examples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetOpFibration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedConicalLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/MonoidalSections.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Sets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/products.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CommaCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/RepresentationTheorem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExactCategories/ExactCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/CategoryProductLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/RepresentationTheorem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/NaturalTransformations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/Projection.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Actegories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/DisplayedNatTrans.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/HomotopicalCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/pushouts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/equalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/Projection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/HomotopicalCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Equalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Pushouts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Topology.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/coequalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Coequalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/SymmetricMonoidalBuilder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/CompositesAndInverses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/FiberwiseProduct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AbelianToAdditive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/SymmetricMonoidalBuilder.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/CompositesAndInverses.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Relations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Filters.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ProductActegory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/CartesianMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/opp_precat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SetWithSubset.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/CartesianMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/RelationalModel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/LeftKanExtension.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCoequalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedBinaryCoproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/RelationalModel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/NonnegativeRationals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_pre_2_cat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/pullbacks.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/LeftKanExtension.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Pullbacks.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Relations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/FiniteSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ProductActegory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Examples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Elements.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Category.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedEqualizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/RationalNumbers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedEqualizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Auxiliary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/EquivalenceWhiskeredNonCurriedMonoidalCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedConicalColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/FunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AbelianPushoutPullback.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Nat_Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/FunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedBinaryProducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Adjunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Equalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Structures/CartesianStructure.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/equalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/Triangulated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Vectors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/Triangulated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonoidalPointedObjects.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedConicalLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/DispCatsEquivFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Cartesian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/LModules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Fibrations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/CartesianAsComonoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/CartesianAsComonoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Relations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/coequalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Tensor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Coequalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Tensor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/Spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/RelationalModel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/MonoidalFunctorLifting.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/Spec.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/MonoidalFunctorLifting.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/LeftKanExtension.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/pushouts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Pushouts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Auxiliary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KTriplesEquiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorsTensored.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IsoCommaCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ChangeOfBase.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/FunctorAlgebras_legacy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/FunctorAlgebras_legacy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/BinarySums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ChangeOfBase.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/OmegaContFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/Complexes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/HorizontalComposition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/modules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/OmegaContFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/Complexes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Module.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Structures/StructuresSmashProduct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FiberwiseEqualizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/EnrichmentEquiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Morphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Bifunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/pullbacks_slice_products_equiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/RowOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/PullbacksSliceProductsEquiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Nat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliMapping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/CategoriesOfMonoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategorySum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/IdealCompletion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Categories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/IdealCompletion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorCoalgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategorySum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/TranslationFunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorCoalgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesCurried.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliMapping.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/kernels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/ComprehensionC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Codomain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Kernels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/ScottContinuous.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Fiber.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/ComprehensionC.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/DisplayedCatEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Fiber.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ChangeOfBase.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Total.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/PosetEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsOpfibration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KTriples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Circle.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/PosetEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Fiber.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Additive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Fiber.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/ZFstructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentTransformation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/cats/limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Cats/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FunctorCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Cartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Relations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Products.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/LocalizingClass.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Structures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/EilenbergMooreEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CommaCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/BinarySums.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Structures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/TwoCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/coproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/cokernels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/EilenbergMooreEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Cokernels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Coproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TwoSidedFibration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/Prefibrations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/HorizontalComposition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/padics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CommaCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/WeakEquivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Elements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/CartesianMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/opp_precat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/OppositeEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Rel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/OppositeEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelativeModules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/StructureEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/IndexedSetCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ActionBasedStrongMonads.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/StructureEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Subtypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Elements.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Examples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCoproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Sigma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/Prefibrations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelativeModules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/ProdOfTwosidedDispCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Equivalences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/TotalMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Filtered.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Filtered.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/CGraph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/EnrichmentEquiv.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedProducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExactCategories/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/PrecompFullyFaithful.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedProducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/LModules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/CoproductsInActegories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/MoreLists.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/z_mod_p.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Propositions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/StandardFiniteSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/PrecompFullyFaithful.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Isos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SelfEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/LModules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/products.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Isos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Morphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SelfEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_isomorphism.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/bincoproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Codomain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/BinCoproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/OppositeEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/DispCatsEquivFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Coends.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Coends.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/PrecompFullyFaithful.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/FinOrdCoproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Ends.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/FinOrdCoproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Ends.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ConstructionOfActegories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/KA.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensorUnit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ConstructionOfActegories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategorySum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensorUnit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Full.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategorySum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/BinaryProducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SkewMonoidal/SkewMonoidalCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/CopowerFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/OmegaContFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TransportLaws.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/DisplayedDisplayedCats.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Naturals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NegativePropositions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/OmegaContFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/equalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Opp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorCoalgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Equalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Opp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Total.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorCoalgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TransportLaws.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/CopowerFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/FiberwiseProduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/ImpredicativeInductiveSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/fps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Basis.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CatIsoInserter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Basis.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CatIsoInserter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Projection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Univalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/NaturalNumbersAlgebra.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecategoriesWithAbgrops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/PropositionalLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Monoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/IdealCompletion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/bincoproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Sums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/PropositionalLogic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Lists.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/BinCoproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Sums.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelativeModules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KleisliCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/ComputationalM.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/StandardCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KleisliCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/FinOrdProducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/abgrs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/StandardCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/FinOrdProducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Abgr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Continuous.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/NaturalNumbers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Continuous.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NegativePropositions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/StandardDiagrams.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorsTensored.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/PointedPosets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedFunctorToCartesian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorsTensored.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NegativePropositions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IsoCommaCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/StandardDiagrams.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaAlgebraMonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/YonedaLemma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IsoCommaCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedFunctorToCartesian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesReordered.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/LatticeObject.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Colimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Tests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/Integers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/OpIndexedCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Colimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/UnitalBinop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_pre_2_cat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/UnitalBinop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Abelian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/FilteredColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/FilteredColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Full.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/MonadAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Presheaf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/yoneda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/MonadAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/CartesianAsComonoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/FiniteSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Lists.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Functors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/TotalCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedPowers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Colimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/WellFoundedRelations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Colimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedPosetStrict.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/ProfunctorTwosidedDispCat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/WellFoundedRelations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExponentiationLeftAdjoint.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RightKanExtension.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PowerObject.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/CartesiannessOfComposites.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExponentiationLeftAdjoint.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/WellOrderedSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaAlgebraMonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/FunctorCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RightKanExtension.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Categories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheoryCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ElementsOp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PowerObject.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/yoneda.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Reals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/eqdiag.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/EqDiag.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/MonoidalCartesianBuilder.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Sets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/ProfunctorTwosidedDispCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/ProfunctorTwosidedDispCat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedPowers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/monoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Sets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SubobjectClassifier.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Monoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Vectors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/OmegaCocontFunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/OppositeOfFunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Examples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/PointedSetCartesianMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/CategoryOfPosets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/AlternativeDefinitions/Dcpo.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/OppositeOfFunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/DisplayedFunctorEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/DisplayedFunctorEq.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ElementsOp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelMonads_Coreflection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Coends.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CategoryOfSetCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Sums.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Strictness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CategoryOfSetCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/FibrationToIndexedCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/pullbacks.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/CategoryOfSetcategoriesLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Sums.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/ConstructiveStructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Coends.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Pullbacks.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/CategoryOfSetcategoriesLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorsCurried.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelMonads_Coreflection.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/CategoriesOfMonoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Fiber.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/ConstructiveStructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/CategoriesOfMonoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/DisplayedDisplayedCats.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/TransportMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Groups.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/StrongMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/NonnegativeRationals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/QuotientPoset.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Binproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SetEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/FilteredColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Sets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/FilteredColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FiberwiseTerminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/DecidablePropositions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorsCurried.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/binproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/QuotientPoset.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SliceEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/BinProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/MoreLists.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SliceEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Comma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Ends.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FiberwiseTerminal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FiberwiseProducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Elements/Maximal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/EilenbergMooreEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Elimination.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Ends.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subobjects.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Equivalences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subobjects.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/AlternativeDefinitions/FixedPointTheorems.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Isos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/EilenbergMooreEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Arrow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Matrix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCopowers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/ChangeOfBase.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Matrix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCopowers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/StandardDiagrams.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCopowers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/StandardDiagrams.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensorUnit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CatIsoInserter.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/BraidedMonoidalCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CatIsoInserter.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/CategoryOfSetcategoriesLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Subtypes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/CategoryOfSetcategoriesLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/MoreEquivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensorUnit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Propositions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/BinProducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearCategoryEilenbergMooreAdjunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnitEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Examples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Reindexing.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/MonotoneFunctions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Examples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/CartesianToIndexedFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SkewMonoidal/SkewMonoidalCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/HomotopicalCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SkewMonoidal/CategoriesOfMonoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Examples/ActionOfEndomorphismsInCATElementary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/ChangeOfBase.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/CompactBasis.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/KATriangulated.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Relations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/ChangeOfBase.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/CatIsoDisplayed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/CompactBasis.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Rel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Cartesian.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/binproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/cones.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/bincoproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Universal_Algebra/Algebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaAlgebraMonoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Cones.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/BinCoproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Adamek.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/EndomorphismTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Universal_Algebra/Algebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/LambdaCalculus.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/Trees.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Bimodules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/FunctorCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/CatIsoDisplayed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentAdjunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/category_binops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheoryCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Lattice.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LiftingModel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/OppositeEnrichedLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheoryCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/CatIsoDisplayed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/SymmetricDiagonal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/FunctorCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/TotalCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/whiskering.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/OppositeEnrichedColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/Trees.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FunctorCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/AugmentedSimplexCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/CoreIndexedCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/EndomorphismTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CategoryOfSetCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/WeakEquivalences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CategoryOfSetCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Abmonoids_Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/pullbacks_slice_products_equiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Examples/ActionOfEndomorphismsInCATElementary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AbelianPushoutPullback.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Preservation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/FullyFaithful.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Apartness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/PullbacksSliceProductsEquiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/DCPOStructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Apartness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Domains_and_Fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/SliceFamEquiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/StrictTwoSidedDispCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/DivisionRig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Examples/ActionOfEndomorphismsInCATElementary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/SliceFamEquiv.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/StrictTwoSidedDispCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PreAdditive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/NaturalNumbersAlgebra.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/UnivalenceAxiom.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecategoryBinProduct.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/PropositionalLogic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Quotient.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/LiftPoset.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeObjectTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Algebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Quotient.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeMonoidTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedSetStructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ArrowCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Prelim.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/BinopCartesianMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Propositions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_precat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ArrowCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CompletelyIterativeAlgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedPosetStrict.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/TransportComonoidAlongRetraction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Zero.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheoryCategoryCore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/zero.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Naturals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/FullyFaithful.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ShortExactSequences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelativeMonads.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/flds.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ConstructionOfActegoryMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Fld.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SplitMonicsAndEpis.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ConstructionOfActegoryMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CoEilenbergMoore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/CategoriesOfMonoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Multimodules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Bimodules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/HomFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Vectors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CoEilenbergMoore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Bimodules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Vectors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/MappingCylinder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Matrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CartesianCubicalSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CartesianCubicalSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Transformation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/TransportComonoidAlongRetraction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Exponentials.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Constant.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedTransformationToTransformation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/FullyFaithful.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Exponentials.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/EilenbergMoore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/RezkUniversalProperty.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/TransportComonoidAlongRetraction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/PartA.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/EilenbergMoore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/DiagonalFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/ScottContinuous.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedDCPOStrict.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/UnitalBinop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartB.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/DisplayedCartesianMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Functors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentAdjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/DecidablePropositions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentAdjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategoryCore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/UnitorsAndAssociatorsForEndofunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Filters.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/eqdiag.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/EqDiag.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SymmetricMonoidalCoEilenbergMoore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PosetStructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/IsoComma.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/intdoms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Intdom.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/Precomp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/BicatOfCatsElementary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/TotalDisplayedMonoidalCurried.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/NatTransToIndexed.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Representation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Unitary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/PrecompEssentiallySurjective.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SkewMonoidal/CategoriesOfMonoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Unitary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsOpfibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategoryCore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Basis.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/Basics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Profunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Opposite.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/ReindexingForward.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/Basics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Fullsub.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsPullback.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Tests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/DedekindCuts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsOpfibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnitEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedInitial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SetValuedFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SetEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Examples/SelfActionInCATElementary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/UnderlyingCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedTerminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/TotalDisplayedMonoidalCurried.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/OpIndexedCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SetEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedTerminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/MoreEquivalences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/PartD.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/TotalCategoryFacts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Discrete.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/BinDirectSums.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/monoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/BinDirectSums.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/TransportLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Categories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Codomain.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/HomFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Monoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Categories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Groupoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/CGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/EilenbergMooreLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/EilenbergMooreLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/Factorization.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategoryEquality.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategoryCore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Algebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/commrings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/FullyFaithful.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategoryCore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Commring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/precomp_fully_faithful.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafCategoryCore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Nat_Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Paradoxes/GirardsParadox.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Topology.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ZigZag.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Sets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedDCPOStructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Univalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Filtered.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/zero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Filtered.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Uniqueness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Zero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/from_precats_to_folds_and_back.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Fibered.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckTopos.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Multimodules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TwoSidedDispCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/CoAdamek.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/TransportLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeMonoidTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/VTerms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Preservation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheoryCategoryCore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/CoAdamek.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/StructuredCospans.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraCategoryCore.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/binproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/DirectedSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/FullyFaithful.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/BinProducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/LambdaCalculus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/DirectedSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesReordered.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/FullyFaithful.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExactCategories/Tests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/LambdaCalculus.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Elements/Maximal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/EmptyEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/slicecat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/grs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Gr.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/PointedPosets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Strictness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecategoriesWithAbgrops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraFibration.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Strictness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/from_precats_to_folds_and_back.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AbelianToAdditive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/DCPOStructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Exponentials.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/abmonoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/DCPOStructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Abmonoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/QuotientPoset.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/zero.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/commrigs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Zero.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Commrig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/WtypesAsW.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Equalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Adjunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Equalizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/PosetEnrichedColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/StrongMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Submodule.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Prelim.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafCategoryCore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Presheaves.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Uniqueness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/StrongMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/rings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Ring.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/StructureEnrichedColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Chains.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SmashProductMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/CompactBasis.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/FunctorCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Arrow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/EnrichedRezkCompletion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/KAPreTriangulated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesCurried.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/CodomainStructure.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/PosetEnrichedLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/lemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Arrow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/StructureEnrichedLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Continuous.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedTransformation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/FibrationToIndexedCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Terms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/CategoryOfPosets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/FullSubEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/initial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ZigZag.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Restriction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Initial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ZigZag.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Isos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/UnderCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/YonedaBinproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ProductsInActegories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Terminal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Algebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Product.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/modules.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/rigs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Rig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/LimitsAsColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/ConstantFunctor.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Equalizers.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Module.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/DiagonalFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/wosets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Terminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Woset.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enrichment.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/rezk_completion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedInitial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Total.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/UnderlyingCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Sets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ProductEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/UnderlyingCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedInitial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/KFiniteTypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaAlgebraMonoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/rezk_completion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedTerminal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/terminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/KFiniteTypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Examples/Subsets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/FubiniTheorem.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonoidalDialgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Structures/StructuresSmashProduct.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/FullEquivalences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/MonotoneFunctions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/setwith2binops.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/SetWith2BinOp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PointedFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraCategoryCore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/terminal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/WhiskeredBifunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/IsoCommaLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/AlgebraStructuresColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/IsoCommaLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/whiskering.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/AlgebraStructuresColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Relations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SymmetricMonoidalDialgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/category_binops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Univalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/TotalDisplayedMonoidalCurried.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Archimedean.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/FixpointTheorems/Pataraia.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Archimedean.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Products.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/RawMatrix.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalTensored.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/NaturalTransformations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Products.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/FibrationsCharacterisation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/FunctorCoalgebras_legacy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/precomp_ess_surj.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/NaturalNumbers_le_Inductive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ImageEnriched.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/FunctorCoalgebras_legacy.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SplitMonicsAndEpis.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/Enriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/UnitCategoryLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Corollaries.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/WtypesAsW.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/UnitCategoryLimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/EquivalenceOverId.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/terminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/setwith2binops.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Terminal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Precomposition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Constructions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Slice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/rezk_completion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/WtypesAsW.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Slice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/SetWith2BinOp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/FullyFaithful.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Dialgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/DirectSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/rezk_completion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Adamek.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Dialgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Comma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/DirectSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AdditiveFunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Categories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Abmonoids_Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeObjectTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/Monoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Submodule.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonadsAsMonoidsElementary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Structures/StructureLimitsAndColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Comma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Epis.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Submodule.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/SetStructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ProductCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LafontCategory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeObjectTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategoricalRecursionSchemes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/RigsAndRings/Ideals.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/FullyFaithful.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EpiFacts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Epis.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Orders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/BinaryProducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Orders.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Presheaves.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EpiFacts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SmashStructureEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedAssociator.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SetValuedFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/Plus1Presheaf.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Products.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/Basics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/zero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/RigsAndRings/Ideals.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Examples/SelfActionInCATElementary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Zero.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FiveLemma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SetValuedFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheoryMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Examples/SelfActionInCATElementary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/IndexedSetCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/commrings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsosInTotal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SymmetricMonoidalCoEilenbergMoore.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/abmonoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/commrigs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/intdoms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsosInTotal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Commring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Abmonoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/ListDataType.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SetWithSubset.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Commrig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Spans.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Intdom.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/RelationalModel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/Tests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/colimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Fibered.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Colimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FiberwiseEqualizers.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/DirectSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Discrete.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Fibered.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Profunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Discrete.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CompletelyIterativeAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/MonoidalRezkCompletion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/SelfEnrichedLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/rings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/FiniteSequences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_precat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/flds.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CompletelyIterativeAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/rigs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Ring.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/FubiniTheorem.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Fld.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/ComprehensionC.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckTopos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Rig.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/FixpointTheorems/LeastFixpoint.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckTopos.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/OppositeEnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PseudoElements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Kleisli.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/OppositeEnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GroupAction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/AffineLine.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Algebraic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/UnderCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/DispFunctorPair.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Algebraic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/CartesianToIndexedFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/UnitorsAndAssociatorsForEndofunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/grs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/initial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Initial.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/AlgebraStructures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/WeakEquivalences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Gr.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/FixpointTheorems/LeastFixpoint.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Codomain.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/OrderedSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/EECModel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/CartesianToIndexedFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/Basics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Derivative.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/SetCoends.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/OppositeEnrichedLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/EECModel.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/SetCoends.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedPosetStructures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/ScottTopology.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ProductCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsosInTotal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Monoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/PointedSetCartesianMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Examples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Monoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/Basics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/OppositeEnrichedColimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetFibration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SetCartesianMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/PosetsMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetFibration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ProductCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Wtypes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/SIP.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsosInTotal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/ScottTopology.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Discrete.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Universal_Algebra/Algebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Universal_Algebra/Algebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedSetStructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/MorphismsOfActegories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/CommComonoidsCartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Propositions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/KA.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/FixpointTheorems/Pataraia.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/CommComonoidsCartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Symmetric.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Wtypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Symmetric.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Isos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/MonoEpiIso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/MonoEpiIso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/DirectedSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedDCPOStrict.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearNonLinear.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Structures/CartesianStructure.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Graph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Cochains.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/NaturalNumbers_le_Inductive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Connected.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Apartness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/OppositeAdjunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SliceEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Connected.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/OppositeAdjunction.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/WhiskeredDisplayedBifunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/TotalCategoryFacts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/BraidedMonoidalCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/KFiniteSubtypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/KFiniteTypes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Lenses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/BraidedMonoidalCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/ProjectionsTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Universal_Algebra/EqAlgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Initial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/BinarySums.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/StructuresMonoidal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Universal_Algebra/EqAlgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Squares.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Preamble.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/OnePointTheory.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Reindex.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/initial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/AxiomOfChoice.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/DialgebraEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/RezkUniversalProperty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/RepresentationTheorem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/TotalCategoryFacts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Matrices.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SimplicialSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/DispCatOnTwoSidedDispCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SimplicialSets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/PathsOver.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/DivisionRig.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/WeakEquivalences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/LambdaCalculus.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Actegories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/PosetSum.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Opp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/DisplayedFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Opp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Uniqueness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/RezkUniversalProperty.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/DisplayedFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Uniqueness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Groupoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/Lists.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Examples/Subsets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/exponentials.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Groupoids.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/EndofunctorsMonoidalElementary.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Examples/Subsets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Relations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/EnrichedEffectCalculus/ContinuationModel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Categories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/TotalMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Constant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/Spec.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Univalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Constant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Discrete.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Monads.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/cokernels.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Cokernels.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/LimitsAsColimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/catiso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/GraphPaths.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Yoneda.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/IdealCompletion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/kernels.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/MonoEpiIso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Kernels.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Algebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/CatIso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Structures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/MonoEpiIso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Structures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorAlgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Algebraic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CartesianCubicalSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CartesianCubicalSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/MetricTree.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/DispFunctorPair.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/TransportMorphisms.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/frac.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedCategoryToFibration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedBinaryProducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/VTerms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedBinaryProducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/HVectors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Tensor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Elements.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Elements/Sharp.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/HLevels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/SheavesOfRings.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/CategoryProductLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/CategoryProductLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Paradoxes/GirardsParadox.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/Factorization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/Basics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/SelfEnrichedColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedTransformation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/IteratedBinaryOperations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/initial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Initial.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/IntrinsicApartness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/KleisliCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/Factorization.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/KleisliCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedTransformationToTransformation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedDCPOStructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/IntrinsicApartness.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/KleisliEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/WeakEquivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/FinOrdCoproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/FinOrdCoproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/EndomorphismTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NoInjectivePairing.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/DedekindCuts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Connected.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PointedFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedTransformationToTransformation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Category.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/PosetSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Tests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/RawMatrix.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/CartesianMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/cokernels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/PosetSum.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Cokernels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/ConstructiveStructures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Terminal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Additive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/terminal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Halfline.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/IsoComma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KTriplesEquiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/StreetOpFibration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Chains.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ElementaryTopos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/KFiniteSubtypes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/CategoryTop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/LiftPoset.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Chains.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/CategoryTop.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Groupoids.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/FunctorAlgebras_legacy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/FiniteSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Functors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/IsoComma.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/kernels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/FullSubEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/MonoidalRezkCompletion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Kernels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Setcategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Precategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/pushouts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Pushouts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearToLinearNonLinear.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/FreeAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCoequalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/TotalAdjunction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/MonoidalRezkCompletion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/FreeAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/kernels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/UnitCategoryLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Kernels.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/UnitCategoryLimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesTensored.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Auxiliary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Tuples.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Orders.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_isomorphism.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/UnivalenceAxiom.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ProductsInActegories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/BoundedSearch.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/BinopCartesianMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Presheaves.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/SubDCPO.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/BoundedSearch.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Circle2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/NaturalTransformations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ProductsInActegories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/LambdaCalculus.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/coproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Coproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ActionBasedStrongMonads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedEqualizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/DisplayedNatTrans.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/PolynomialAlgebras2Cells.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/FreeAlgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ActionBasedStrongMonads.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/PolynomialAlgebras2Cells.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/IntrinsicApartness.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/AxiomOfChoice.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedConicalColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/AbelianPushoutPullback.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Setcategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/pullbacks.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Pullbacks.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/CoproductsInActegories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/cokernels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Cokernels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/CoordinateContinuity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheoryMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecompEquivalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TwoSidedFibration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Halfline.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/MonoidalSections.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/Coproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Products.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Coproducts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Univalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Init.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/elems_slice_equiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Basis.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Basis.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/StructureIdentity.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Comonads.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Tests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CommaCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FiberwiseProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/Projection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonoidalPointedObjects.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/WTypes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaCalculus.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/Opposite.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/WTypes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Full.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/ImpredicativeInductiveSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentTransformation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedConicalLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/CoordinateContinuity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedUnitors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ChangeOfBase.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaCalculus.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/EndofunctorsMonoidalElementary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ChangeOfBase.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/LeftKanExtension.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/opp_precat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Relations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/CoordinateContinuity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedFunctorToCartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/CompositesAndInverses.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/EmptyEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Relations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/ScottContinuous.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/EmptyEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedFunctorToCartesian.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategorySum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnivalentKleisliMapping.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Elements/Sharp.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NoInjectivePairing.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/WeakEquivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/FinOrdProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/FinOrdProducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Cartesian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/QuotientSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/coequalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/coslicecat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Coequalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Projection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/StandardCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/StandardCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/Continuous.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/RowOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/coslicecat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/StructureEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Examples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Prelim.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Nat.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/covyoneda.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/wosets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Woset.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/ConstantFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCoproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/preorder_categories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/PreorderCategories.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/PolynomialFunctors.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/ConstantFunctor.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Monoid.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Subtypes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/MonoidalFunctorLifting.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/products.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Nat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/FullEquivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Equivalences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/CartesianAsComonoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Graph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraFibration.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/BoundedSearch.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/TotalDisplayedMonoidalCurried.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/FullEquivalences.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedProducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/LModules.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/PosetEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Chains.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/equalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Equalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/WayBelow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IsoCommaCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Relations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Unit.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/WayBelow.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/FunctorCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedPosetStrict.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Vectors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Cochains.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Transformations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/NatTransToIndexed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/NNO.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/FilteredColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/FinSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/FilteredColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/YonedaBinproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/EnrichedRezkCompletion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/FinSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_pre_2_cat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/OmegaContFunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/YonedaBinproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Monoids_Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Sigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/pushouts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Pushouts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/OppositeAdjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Monoids_Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/ProdOfTwosidedDispCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Group.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/covyoneda.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/PrecompFullyFaithful.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/EnrichedRezkCompletion.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearCategoryEilenbergMooreAdjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/NatTransToIndexed.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/cats/limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/PrecompFullyFaithful.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SymmetricMonoidalDialgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Cats/Limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NullHomotopies.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/OppositeAdjunction.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/EquivalenceWhiskeredNonCurriedMonoidalCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/WayBelow.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ProductActegory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Reflective.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ProductActegory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/SetCoends.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/TwoCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Fiber.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KTriples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/SetCoends.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/SortedTypes.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Filtered.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Filtered.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Monoid.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelativeModules.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Distributive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Fullsub.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Transformations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PointedFunctorsComposition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CGraph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Colimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Colimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Structure/Cartesian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CGraph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Distributive.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SymmetricMonoidalDialgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Fullsub.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/PointedPosets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Relations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Rel.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/DecidablePropositions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/Topology.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Structures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Structures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/QuotientPoset.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/GraphPaths.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NullHomotopies.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/CoreIndexedCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NullHomotopies.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PointedFunctorsComposition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Tuples.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/coequalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Coequalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/DecidableDedekindCuts.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/OppositeEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Presheaf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/LatticeObject.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Codomain.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Examples/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/covyoneda.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Tests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Profunctors/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/LiftPoset.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/SubDCPO.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/DisplayedMonoidalCurried.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Sums.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Elements/Maximal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/TransportLaws.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SelfEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/DisplayedCatEq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/SubDCPO.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CategoryOfSetCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/TermAlgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CategoryOfSetCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Propositions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Notations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NegativePropositions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Isos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesReordered.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Fiber.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/preorder_categories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/PreorderCategories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Circle.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/SheavesOfRings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Basis/CompactBasis.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Sigma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheories.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LiftingModel.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Quotobjects.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/SheavesOfRings.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/KleisliCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subobjects.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/FiberwiseProduct.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Coproduct.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/HorizontalComposition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/SortedTypes.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/HorizontalComposition.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/WeakEquivalences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/DispCatsEquivFunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/NNO.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Fullsub.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/WeakEquivalences.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/equalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Equalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Abmonoids_Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/EssentiallyAlgebraic.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/MonadAlgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Ktheory/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/UnitalBinop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Bounded.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/MoreLists.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ImageEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/HLevels.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Tests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/ProfunctorTwosidedDispCat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PowerObject.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExponentiationLeftAdjoint.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/SIP.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Adjunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ImageEnriched.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Distributive.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Propositions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/EnrichmentEquiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SimplicialSets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Morphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/bincoproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Bifunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/BinCoproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/UnivalenceAxiom2.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Coends.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Coends.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Preamble.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/YonedaLemma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/StandardDiagrams.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/StandardDiagrams.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/QuotientSet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Coproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonadsAsMonoidsElementary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/OppositeOfFunctorCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategoriesWithBinOps.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaAlgebraMonoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/EssentiallyAlgebraic.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Coproduct.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ExactCategories/Tests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Categories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryMorphisms.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonadsAsMonoidsElementary.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/VectorsTests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/Coproducts.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/BicatOfCatsElementary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Ends.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Ends.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Adjunctions/Examples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Displayed/SymmetricMonoidalBuilder.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/AlternativeProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Propositions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/LambdaCalculus.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/Prefibrations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/VectorsTests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/FunctorCoalgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/eqdiag.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/EqDiag.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Matrix.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Notations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FiberwiseTerminal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/ComputationalM.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/FunctorCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/UnitEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/EilenbergMooreEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/monoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Monoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/CopowerFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ArrowCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/PartD.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Lists.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/KATriangulated.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaAlgebraMonoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesCurried.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Bounded.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalCategoriesCurried.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Symmetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/LiftedTensorUnit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Symmetric.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ConstructionOfActegories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/VectorsTests.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/PrecategoriesWithAbgrops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Naturals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Groupoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Examples/ActionOfEndomorphismsInCATElementary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/CartesiannessOfComposites.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/MonotoneFunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Fixpoints.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/MonotoneFunctions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Precomposition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheoryCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/WellFoundedRelations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CatIsoInserter.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CatIsoInserter.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearNonLinear.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Exponentials.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/PropositionalLogic.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Colimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Colimits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Limits.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/RelMonads_Coreflection.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/Plus1Presheaf.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/zero.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Zero.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/Precomposition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Group.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Sets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Signatures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Graph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Graph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/DisplayedFunctorEq.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CGraph.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/SetStructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/CategoryOfSetcategoriesLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/CategoryOfSetcategoriesLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Equations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedPowers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/Basics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SetCartesianMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Complement.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedCopowers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Unit.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SplitMonicsAndEpis.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Graph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Graph.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/MoreFibrations/DisplayedDisplayedCats.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Fields.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CoEilenbergMoore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CoEilenbergMoore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/MonoidalFunctorsTensored.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Equivalence_Relations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/HomotopicalCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/EqAlgebras.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/NaturalNumbersAlgebra.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/SliceFamEquiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Signatures.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/SliceFamEquiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Equations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/Prelim.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/EilenbergMoore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/EilenbergMoore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Vectors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/DCPOStructures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Product.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/Topology.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FunctorCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Sets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/cones.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/EndomorphismTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Cones.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/FiniteSetSkeleton.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Quotient.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/Topology.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Heyting.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Tests.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Slice.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Slice.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/TotalCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SetEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Nat.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/CategoriesOfMonoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/modules.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/PolynomialFunctors.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/CategoriesOfMonoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Module.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Strictness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Terminal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/UnitorsAndAssociatorsForEndofunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/HomFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/terminal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Discrete.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/pullbacks_slice_products_equiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Apartness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/PullbacksSliceProductsEquiv.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/Core.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Apartness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Multimodules.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/StructureIdentity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/CGraph.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Inductives/Trees.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/from_precats_to_folds_and_back.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/StructureIdentity.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedSetStructures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/EnrichedTerminal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Groups_Tactics.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/DirectedSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ZigZag.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RightKanExtension.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Boolean.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Arrow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/FixpointTheorems/Pataraia.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/Tests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/whiskering.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/CatIsoDisplayed.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/FullyFaithful.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Boolean.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/ListDataType.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckTopos.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ElementsOp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/wosets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Woset.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Subposets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedPosetStructures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Init.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/FibrationToIndexedCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeMonoidTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedDCPOStrict.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Univalence.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/MoreEquivalences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SetWithSubset.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategoryCore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/rezk_completion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/ScottTopology.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/SliceEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/MonoEpiIso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/MonoEpiIso.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/DivisionRig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategoryEquality.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Bimodules.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LafontCategory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Examples/Subsets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Algebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/setwith2binops.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/SetWith2BinOp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/EnrichedInitial.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Monoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Comma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Maybe.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Adamek.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/DiagonalFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/FubiniTheorem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Heyting.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/FubiniTheorem.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/IndexedSetCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Paradoxes/GirardsParadox.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/IntrinsicApartness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/CoAdamek.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Interval.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RepresentableFunctors/Test.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Interval.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Tests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Interval.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/PosetSum.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Constant.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryCategoryCore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheoryCategoryCore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Utilities.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraCategoryCore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/abmonoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Abmonoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Utilities.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/KFiniteSubtypes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategoriesWithBinOps.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Equalizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Orders.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/commrings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Commring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Fibered.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/GrothendieckConstruction/IsOpfibration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Equivalences/FullyFaithful.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Core.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Prelude.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/commrigs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Commrig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/EnrichedRezkCompletion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafCategoryCore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/initial.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Initial.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/OpIndexedCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Profunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/intdoms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Intdom.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/folds_precat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SymmetricMonoidalCoEilenbergMoore.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EpiFacts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Universal_Algebra/Algebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Universal_Algebra/Algebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PosetStructures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CartesianCubicalSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CartesianCubicalSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Limits/Examples/OppositeEnrichedLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/TransportMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/AxiomOfChoice.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Colimits/Examples/OppositeEnrichedColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/binproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/BinProducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/Examples/SelfActionInCATElementary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/rings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Ring.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/CartesianToIndexedFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/rigs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Rig.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/RezkCompletion/RezkUniversalProperty.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Elements/Sharp.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/flds.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/zero.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Fld.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Reflective.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Zero.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/ProductCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/FunctorCoalgebras_legacy.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/grs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Gr.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Subposets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/CommComonoidsCartesian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/RigsAndRings/Ideals.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/PAdics/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/TransportComonoidAlongRetraction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/MonoEpiIso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/MonoEpiIso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SkewMonoidal/SkewMonoidalCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/PointedSetCartesianMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Examples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/ComprehensionC.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/FreeObjectTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/GaussianElimination/Tests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/EqAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Unitary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/Opposite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Codomain.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CompletelyIterativeAlgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Univalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Univalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Equivalence_Relations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/UnderCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/LambdaCalculus.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedDCPOStructures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules/Submodule.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/PosetsMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/DoubleNegation.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/TotalCategoryFacts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/Examples/UnitCategoryLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Examples/UnitCategoryLimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/FullyFaithful.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Complement.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/UnderlyingCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/BinopCartesianMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Complement.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FiberwiseEqualizers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/OnePointTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/LambdaCalculus.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/AlternativeDefinitions/CategoriesOfMonoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Maybe.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/StructuresMonoidal.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/NumberSystems/NaturalNumbers_le_Inductive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Connected.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/WayBelow.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/initial.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Fullsub.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Initial.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/WtypesAsW.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Bool.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/DispFunctorPair.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Uniqueness.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/LimitsAsColimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Fullsub.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Examples/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RezkCompletion.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Bool.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Quotobjects.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Ktheory/GrothendieckGroup.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/terminal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Fixpoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Fixpoints.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Terminal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Discrete.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/IsoComma.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Universal_Algebra/EqAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monads/Kleisli.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Universal_Algebra/EqAlgebras.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/Factorization.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/WeakEquivalences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/FinOrdCoproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/FinOrdCoproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/RezkCompletion/MonoidalRezkCompletion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedFunctorToCartesian.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/EmptyEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedTransformationToTransformation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Chains.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets/LiftPoset.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Fields.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/FullSubEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Monoids_Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearCategoryEilenbergMooreAdjunction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Structures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/DoubleNegation.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Structures.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/FiberwiseProducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/ProjectionsTheory.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Comonoids/Symmetric.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Graph.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Test.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/Fullsub.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LinearNonLinear.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraFibration.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Examples/Groupoids.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Enriched/Opposite.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/Tests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Test.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/cokernels.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Cokernels.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Actegories/ActionBasedStrongMonads.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Prelim.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/EndofunctorsMonoidalElementary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Monoids_Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/VTerms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/FinSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/FinSet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/IndexedCategories/IndexedTransformation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/BoundedSearch.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/YonedaBinproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/Examples/ImageEnriched.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/kernels.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Kernels.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/FullEquivalences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/FinOrdProducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/FinOrdProducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Modules.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Algebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SymmetricMonoidalDialgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/TwoSidedDisplayedCats/Examples/Product.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/ConstantFunctor.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Tuples.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/SetCoends.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/SetCoends.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors/WeakEquivalences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/SubDCPO.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Setcategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/CategoryTop.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/SetStructures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/FreeAlgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/MonoEpiIso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/MonoEpiIso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Semantics/LinearLogic/LafontCategory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Universal_Algebra/EqAlgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Universal_Algebra/EqAlgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Unit.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/WeakEquivalences.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraicTheories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/CGraph.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/CGraph.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Core/CoordinateContinuity.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Monoid.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/W/Wtypes.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Chains/Cochains.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Halfline.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/preorder_categories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/PreorderCategories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Transformations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Graph.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Graph.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DisplayedCats/Examples/PointedPosetStructures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/FiniteSetSkeleton.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/GraphPaths.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/SimplicialSets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/PosetsMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheories.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Notations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/SyntheticHomotopyTheory/Test.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/PresheafMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/Functors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/EnrichedCats/EnrichmentMonad.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/FinSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/FinSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Utilities.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/MonadsAsMonoidsElementary.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Groups_Tactics.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Signatures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/PolynomialFunctors.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/SheavesOfRings.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/limits/graphs/Coproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Limits/Graphs/Coproducts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/NullHomotopies.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/Plus1Presheaf.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Group.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/AlgebraMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Paradoxes/All.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/LambdaTheoryMorphisms.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Structures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Structures.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/QuotientSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Distributive.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Groups_Tactics.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/SetCartesianMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/OppositeCategory/OppositeAdjunction.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/TermAlgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/StructureIdentity.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicGeometry/Topology.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/Nat.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Propositions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Examples/Bool.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Monoidal/Examples/StructuresMonoidal.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/Examples/OnePointTheory.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Tests.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs/Examples/Fixpoints.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/DCPOs.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/UnivalenceAxiom2.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Subcategory/Reflective.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/Utilities.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/Examples/ListDataType.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Induction/M/Core.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Subposets.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/PartD.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Folds/UnicodeNotations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/DecidableDedekindCuts.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/CategoriesWithBinOps.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Bounded.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/NNO.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Topology/CategoryTop.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/Interval.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Colimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Colimits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Limits.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/DaggerCategories/CatIso.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Univalence.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Lattice/Complement.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Maybe.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Algebra/Universal/EqAlgebras.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/Equivalence_Relations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Colimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Colimits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Limits.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/Fields.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/AlgebraicTheories/FiniteSetSkeleton.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/MoreFoundations/DoubleNegation.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Foundations/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Combinatorics/DecSet.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/HomologicalAlgebra/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/MonoEpiIso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/MonoEpiIso.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Core/Prelude.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/Tactics/EnsureStructuredProofs.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/Type/Univalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/Type/Univalence.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/All.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/RezkCompletion.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/categories/HSET/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/CategoryTheory/Categories/HSET/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/RealNumbers/All.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/UniMath/OrderTheory/Posets.v
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-validsdp < 0.7.0 -> coq < 8.11~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-validsdp < 0.7.0 -> osdp >= 1.0 -> ocaml < 5.0.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-validsdp < 0.7.0 -> coq < 8.11~ -> ocaml < 4.05.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.1.1 - - coq-validsdp < 0.7.0 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-validsdp < 0.7.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-validsdp < 0.7.0 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-variants -> ocaml-beta + - coq-validsdp < 0.7.0 -> coq < 8.11~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-validsdp = 0.7.0 -> coq < 8.12~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-validsdp = 0.7.0 -> osdp >= 1.0 -> ocaml < 5.0.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-validsdp = 0.7.0 -> coq < 8.12~ -> ocaml < 4.05.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.1.1 - - coq-validsdp = 0.7.0 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-validsdp = 0.7.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - - coq-validsdp = 0.7.0 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-variants -> ocaml-beta + - coq-validsdp = 0.7.0 -> coq < 8.12~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-validsdp = 1.0.0 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-validsdp = 1.0.0 -> osdp >= 1.0 -> ocaml < 5.0.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-validsdp = 1.0.0 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-validsdp = 1.0.0 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-validsdp = 1.0.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-validsdp = 1.0.0 -> coq < 8.16~ * Missing dependency: - - coq-validsdp = 1.0.0 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-variants -> ocaml-beta + - coq-validsdp = 1.0.0 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-validsdp = 1.0.1 -> coq < 8.17~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-validsdp = 1.0.1 -> osdp >= 1.0 -> ocaml < 5.0.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-validsdp = 1.0.1 -> coq < 8.17~ -> ocaml < 4.05.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.1.1 - - coq-validsdp = 1.0.1 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-validsdp = 1.0.1 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-validsdp = 1.0.1 -> coq < 8.17~ * Missing dependency: - - coq-validsdp = 1.0.1 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-variants -> ocaml-beta + - coq-validsdp = 1.0.1 -> coq < 8.17~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! + * No agreement on the version of coq: + - coq >= dev + - coq-validsdp = 1.0.2 -> coq-libvalidsdp = 1.0.2 -> coq < 8.19~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-validsdp = 1.0.2 -> osdp >= 1.0 -> ocaml < 5.0.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-validsdp = 1.0.2 -> coq-libvalidsdp = 1.0.2 -> coq < 8.19~ -> ocaml < 4.05.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.1.1 - - coq-validsdp = 1.0.2 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-validsdp = 1.0.2 -> coq-libvalidsdp = 1.0.2 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 + * Incompatible packages: + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-validsdp = 1.0.2 -> coq-libvalidsdp = 1.0.2 -> coq < 8.19~ * Missing dependency: - - coq-validsdp = 1.0.2 -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-variants -> ocaml-beta + - coq-validsdp = 1.0.2 -> coq-libvalidsdp = 1.0.2 -> coq < 8.19~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
opam install -y --show-action coq-validsdp.dev coq.dev
[NOTE] Package coq is already installed (current version is dev). -[ERROR] Package conflict! - * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-validsdp >= dev -> osdp >= 1.0 -> ocaml < 5.0.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.1.1 - - coq-validsdp >= dev -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-base-compiler < 3.07+1 - * Missing dependency: - - coq-validsdp >= dev -> osdp >= 1.0 -> ocaml < 5.0.0 -> ocaml-variants -> 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-validsdp.dev
true
true
opam list; echo; timeout 4h opam install -y --deps-only coq-validsdp.dev coq.dev
# 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 dev The Coq Proof Assistant +coq-core dev The Coq Proof Assistant -- Core Binaries and Tools +coq-stdlib dev The Coq Proof Assistant -- Standard Library +coqide-server dev The Coq Proof Assistant, XML protocol server +dune 3.14.0 Fast, portable, and opinionated build system +ocaml 5.1.1 The OCaml compiler (virtual package) +ocaml-base-compiler 5.1.1 Official release 5.1.1 +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 +The following actions will be performed: + - install coq-flocq dev + - install cppo 1.6.9 + - install ppx_derivers 1.2.1 + - install ocamlbuild 0.14.3 + - install conf-g++ 1.0 + - install num 1.5 + - install cmdliner 1.2.0 + - install easy-format 1.3.4 + - install seq base + - install ocaml-compiler-libs v0.12.4 + - install conf-csdp 1 + - install stdlib-shims 0.3.0 + - install menhirLib dev + - install coq-bignums dev + - install menhirSdk dev + - install result 1.5 + - install conf-which 1 + - install camlp-streams 5.0.1 + - install sexplib0 v0.16.0 + - install coq-paramcoq dev + - install topkg 1.0.7 + - install yojson 2.1.2 + - install re 1.11.0 + - install menhir dev + - install conf-autoconf 0.1 + - install biniou 1.2.2 + - install ppxlib 0.32.0 + - install logs 0.7.0 + - install atd 2.15.0 + - install atdgen-runtime 2.15.0 + - install ppx_deriving 5.2.1 + - install ocplib-simplex 0.5 + - install atdts 2.15.0 + - install atdgen 2.15.0 + - install osdp 1.1.1 + - install elpi 1.18.1 + - install coq-elpi dev + - install coq-hierarchy-builder dev + - install coq-mathcomp-ssreflect dev + - install coq-mathcomp-finmap dev + - install coq-mathcomp-fingroup dev + - install coq-mathcomp-bigenough dev + - install coq-coquelicot dev + - install coq-mathcomp-algebra dev + - install coq-interval dev + - install coq-mathcomp-solvable dev + - install coq-mathcomp-multinomials dev + - install coq-mathcomp-classical dev + - install coq-mathcomp-field dev + - install coq-mathcomp-real-closed dev + - install coq-mathcomp-analysis dev + - install coq-coqeal dev + - install coq-libvalidsdp dev +===== 53 to install ===== +<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> +-> retrieved atd.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved atdts.2.15.0 (cached) +-> retrieved atdgen.2.15.0 (https://opam.ocaml.org/cache) +-> retrieved biniou.1.2.2 (https://opam.ocaml.org/cache) +-> retrieved cmdliner.1.2.0 (https://opam.ocaml.org/cache) +-> retrieved camlp-streams.5.0.1 (https://opam.ocaml.org/cache) +-> installed conf-g++.1.0 +-> installed conf-which.1 +-> installed conf-csdp.1 +-> installed conf-autoconf.0.1 +-> retrieved atdgen-runtime.2.15.0 (https://opam.ocaml.org/cache) +-> installed camlp-streams.5.0.1 +-> retrieved coq-coqeal.dev (git+https://github.com/coq-community/coqeal.git#master) +-> retrieved coq-bignums.dev (git+https://github.com/coq/bignums.git#master) +-> retrieved coq-coquelicot.dev (git+https://gitlab.inria.fr/coquelicot/coquelicot.git) +-> installed cmdliner.1.2.0 +-> retrieved coq-flocq.dev (git+https://gitlab.inria.fr/flocq/flocq.git#master) +-> retrieved coq-hierarchy-builder.dev (git+https://github.com/math-comp/hierarchy-builder.git#master) +-> retrieved coq-elpi.dev (git+https://github.com/LPCIC/coq-elpi.git#coq-master) +-> retrieved coq-interval.dev (git+https://gitlab.inria.fr/coqinterval/interval.git/#master) +-> retrieved coq-libvalidsdp.dev (git+https://github.com/validsdp/validsdp.git#master) +-> retrieved coq-mathcomp-algebra.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-bigenough.dev (git+https://github.com/math-comp/bigenough.git#master) +-> retrieved coq-mathcomp-analysis.dev (git+https://github.com/math-comp/analysis.git#master) +-> retrieved coq-mathcomp-classical.dev (git+https://github.com/math-comp/analysis.git#master) +-> retrieved coq-mathcomp-field.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-fingroup.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-finmap.dev (git+https://github.com/math-comp/finmap.git#master) +-> retrieved coq-mathcomp-multinomials.dev (git+https://github.com/math-comp/multinomials.git#master) +-> retrieved coq-mathcomp-solvable.dev (git+https://github.com/math-comp/math-comp.git) +-> retrieved coq-mathcomp-ssreflect.dev (git+https://github.com/math-comp/math-comp.git#master) +-> retrieved coq-mathcomp-real-closed.dev (git+https://github.com/math-comp/real-closed.git) +-> retrieved easy-format.1.3.4 (https://opam.ocaml.org/cache) +-> retrieved cppo.1.6.9 (https://opam.ocaml.org/cache) +-> retrieved logs.0.7.0 (https://opam.ocaml.org/cache) +-> retrieved elpi.1.18.1 (https://opam.ocaml.org/cache) +-> retrieved coq-paramcoq.dev (git+https://github.com/coq-community/paramcoq.git) +-> installed coq-bignums.dev +-> installed cppo.1.6.9 +-> installed easy-format.1.3.4 +-> installed biniou.1.2.2 +-> installed coq-paramcoq.dev +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved num.1.5 (https://opam.ocaml.org/cache) +-> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved ocaml-compiler-libs.v0.12.4 (https://opam.ocaml.org/cache) +-> retrieved ocamlbuild.0.14.3 (https://opam.ocaml.org/cache) +-> retrieved ocplib-simplex.0.5 (https://opam.ocaml.org/cache) +-> retrieved osdp.1.1.1 (https://opam.ocaml.org/cache) +-> retrieved ppx_derivers.1.2.1 (https://opam.ocaml.org/cache) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved ppx_deriving.5.2.1 (https://opam.ocaml.org/cache) +-> retrieved result.1.5 (https://opam.ocaml.org/cache) +-> retrieved re.1.11.0 (https://opam.ocaml.org/cache) +-> retrieved sexplib0.v0.16.0 (https://opam.ocaml.org/cache) +-> retrieved ppxlib.0.32.0 (https://opam.ocaml.org/cache) +-> retrieved stdlib-shims.0.3.0 (https://opam.ocaml.org/cache) +-> retrieved topkg.1.0.7 (https://opam.ocaml.org/cache) +-> retrieved yojson.2.1.2 (https://opam.ocaml.org/cache) +-> installed menhirSdk.dev +-> installed num.1.5 +-> installed ocaml-compiler-libs.v0.12.4 +-> installed ppx_derivers.1.2.1 +-> installed result.1.5 +-> installed seq.base +-> installed sexplib0.v0.16.0 +-> installed menhirLib.dev +-> installed stdlib-shims.0.3.0 +-> installed re.1.11.0 +-> installed ocamlbuild.0.14.3 +-> installed yojson.2.1.2 +-> installed topkg.1.0.7 +-> installed atdgen-runtime.2.15.0 +-> installed ppxlib.0.32.0 +-> installed logs.0.7.0 +-> installed menhir.dev +-> installed ocplib-simplex.0.5 +-> installed ppx_deriving.5.2.1 +-> installed atd.2.15.0 +-> installed coq-flocq.dev +-> installed atdts.2.15.0 +-> installed atdgen.2.15.0 +-> installed osdp.1.1.1 +-> installed elpi.1.18.1 +-> installed coq-elpi.dev +-> installed coq-hierarchy-builder.dev +-> installed coq-mathcomp-ssreflect.dev +-> installed coq-mathcomp-bigenough.dev +-> installed coq-mathcomp-finmap.dev +-> installed coq-coquelicot.dev +-> installed coq-mathcomp-fingroup.dev +-> installed coq-interval.dev +-> installed coq-mathcomp-algebra.dev +-> installed coq-mathcomp-multinomials.dev +-> installed coq-mathcomp-solvable.dev +-> installed coq-mathcomp-classical.dev +-> installed coq-mathcomp-field.dev +-> installed coq-mathcomp-real-closed.dev +-> installed coq-coqeal.dev +-> installed coq-mathcomp-analysis.dev +[ERROR] The compilation of coq-libvalidsdp.dev failed at "make -C libvalidsdp -j4". +#=== ERROR while compiling coq-libvalidsdp.dev ================================# +# context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev +# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-libvalidsdp.dev +# command ~/.opam/opam-init/hooks/sandbox.sh build make -C libvalidsdp -j4 +# exit-code 2 +# env-file ~/.opam/log/coq-libvalidsdp-11436-928a37.env +# output-file ~/.opam/log/coq-libvalidsdp-11436-928a37.out +### output ### +# [...] +# File "./zulp.v", line 218, characters 26-43: +# Warning: Notation N.mul_mod_distr_l is deprecated since 8.17. +# Use Div0.mul_mod_distr_l instead. +# [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +# File "./zulp.v", line 218, characters 26-43: +# Warning: Notation N.mul_mod_distr_l is deprecated since 8.17. +# Use Div0.mul_mod_distr_l instead. +# [deprecated-syntactic-definition-since-8.17,deprecated-since-8.17,deprecated-syntactic-definition,deprecated,default] +# make[1]: *** [Makefile.coq:417: all] Error 2 +# make[1]: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-libvalidsdp.dev/libvalidsdp' +# make: *** [Makefile:15: all] Error 2 +# make: Leaving directory '/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-libvalidsdp.dev/libvalidsdp' +<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> ++- The following actions failed +| - build coq-libvalidsdp dev ++- ++- The following changes have been performed +| - install atd 2.15.0 +| - install atdgen 2.15.0 +| - install atdgen-runtime 2.15.0 +| - install atdts 2.15.0 +| - install biniou 1.2.2 +| - install camlp-streams 5.0.1 +| - install cmdliner 1.2.0 +| - install conf-autoconf 0.1 +| - install conf-csdp 1 +| - install conf-g++ 1.0 +| - install conf-which 1 +| - install coq-bignums dev +| - install coq-coqeal dev +| - install coq-coquelicot dev +| - install coq-elpi dev +| - install coq-flocq dev +| - install coq-hierarchy-builder dev +| - install coq-interval dev +| - install coq-mathcomp-algebra dev +| - install coq-mathcomp-analysis dev +| - install coq-mathcomp-bigenough dev +| - install coq-mathcomp-classical dev +| - install coq-mathcomp-field dev +| - install coq-mathcomp-fingroup dev +| - install coq-mathcomp-finmap dev +| - install coq-mathcomp-multinomials dev +| - install coq-mathcomp-real-closed dev +| - install coq-mathcomp-solvable dev +| - install coq-mathcomp-ssreflect dev +| - install coq-paramcoq dev +| - install cppo 1.6.9 +| - install easy-format 1.3.4 +| - install elpi 1.18.1 +| - install logs 0.7.0 +| - install menhir dev +| - install menhirLib dev +| - install menhirSdk dev +| - install num 1.5 +| - install ocaml-compiler-libs v0.12.4 +| - install ocamlbuild 0.14.3 +| - install ocplib-simplex 0.5 +| - install osdp 1.1.1 +| - install ppx_derivers 1.2.1 +| - install ppx_deriving 5.2.1 +| - install ppxlib 0.32.0 +| - install re 1.11.0 +| - install result 1.5 +| - install seq base +| - install sexplib0 v0.16.0 +| - install stdlib-shims 0.3.0 +| - install topkg 1.0.7 +| - install yojson 2.1.2 ++- +# Run eval $(opam env) to update the current shell environment +The former state can be restored with: + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240220173428.export" +
Total: 34 M
+Total: 35 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/StateMachineSafetyProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CroniesCorrectProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/StateMachineCorrectProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CommonTheorems.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderSublogProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/StateMachineSafetyProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/StateMachineSafetyProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LogsLeaderLogsProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CandidateEntriesProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OutputCorrectProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LogMatchingProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinementSpecLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OutputCorrectProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexAllEntriesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteReplyTermSanityProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexAllEntriesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OneLeaderLogPerTermProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/GhostLogCorrectProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLeaderLogsTermProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLeaderLogsTermProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteTermSanityProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsVotesWithLogProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/StateMachineSafetyProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RaftRefinementProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesWithLogSortedProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeadersHaveLeaderLogsProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsSublogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CausalOrderPreservedProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsSublogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LastAppliedLeCommitIndexProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerializedCorrect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesRepliesToSelfProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/InputBeforeOutputProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/InputBeforeOutputProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LogsLeaderLogsProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/InLogInAllEntriesProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsSortedProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderSublogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesLeCurrentTermProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexLeaderProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesToSelfProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppliedEntriesMonotonicProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/PrevLogCandidateEntriesTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesToSelfProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/PrevLogCandidateEntriesTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/SortedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/StateMachineCorrectProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CurrentTermGtZeroProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinedLogMatchingLemmasInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesRequestLeaderLogsProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinedLogMatchingLemmasInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/GhostLogsLogPropertiesProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsLogPropertiesProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LogMatchingProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/GhostLogLogMatchingProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateTraceInvariant.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerializedLogCorrect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftLogCorrect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/StateMachineSafetyPrimeProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLogMatchingProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftLogCorrect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLogMatchingProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftCorrect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLeaderLogsProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesLeaderProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesLeaderProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderCompletenessProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TraceUtil.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OutputGreatestIdProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CommonDefinitions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/Linearizability.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RaftState.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesVotesWithLogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RaftState.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/SpecLemmas.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexAllEntriesProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesReplySublogProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RaftLinearizableProofs.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLeaderLogsInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogMatchingInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeadersHaveLeaderLogsStrongProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LogsLeaderLogsProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeadersHaveLeaderLogsStrongProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/PrevLogLeaderSublogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/Raft.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LogsLeaderLogsProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesRequestReplyCorrespondenceProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/Raft.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogsLeaderLogsInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CroniesCorrectInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderCompletenessInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsVotesWithLogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/OneLeaderLogPerTermInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/EveryEntryWasCreatedInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsTermSanityInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsVotesWithLogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesCorrectInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OneLeaderPerTermProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LastAppliedCommitIndexMatchingInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NextIndexSafetyProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LastAppliedCommitIndexMatchingInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OutputCorrectProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateMachineCorrectInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TransitiveCommitProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RequestVoteReplyMoreUpToDateInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OutputImpliesAppliedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppliedImpliesInputInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderSublogInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotedForMoreUpToDateInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesRequestLeaderLogsInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OutputImpliesAppliedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppliedEntriesMonotonicInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/PrefixWithinTermInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/EndToEndLinearizability.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/PrefixWithinTermInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesReceivedMoreUpToDateInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinementCommonTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLogInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsTermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateMachineSafetyInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinementCommonTheorems.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RequestVoteMaxIndexMaxTermInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateMachineSafetyPrimeInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CandidateEntriesInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsTermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesLeaderInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/MatchIndexAllEntriesInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeadersHaveLeaderLogsStrongInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesVotesWithLogCorrespondInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinementCommonDefinitions.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsPreservedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/GhostLogCorrectInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsSublogInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesVotesWithLogInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesRequestTermSanityProof.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsVotesWithLogInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CroniesTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLeaderSublogInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CausalOrderPreservedInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OneLeaderLogPerTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/InputBeforeOutputProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsPreservedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CroniesTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/GhostLogsLogPropertiesInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/PrevLogLeaderSublogInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TermSanityInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TermsAndIndicesFromOneLogInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsLogPropertiesInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OneLeaderLogPerTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesRequestReplyCorrespondenceInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TermsAndIndicesFromOneInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLogMatchingInterface.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/ExtractVarDRaftDebug.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/ExtractVarDRaft.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesRequestLeaderLogsProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RaftMsgRefinementInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesCandidateEntriesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RaftMsgRefinementInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateTraceInvariant.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/GhostLogLogMatchingProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/SortedProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TermsAndIndicesFromOneProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TermsAndIndicesFromOneProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/EndToEndLinearizability.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/GhostLogAllEntriesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteReplyMoreUpToDateProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/GhostLogAllEntriesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/EndToEndLinearizability.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsContiguousProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppliedEntriesMonotonicProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsContiguousProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CommonDefinitions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinedLogMatchingLemmasInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LogAllEntriesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinedLogMatchingLemmasInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsCandidateEntriesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesWithLogSortedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/StateMachineSafetyPrimeProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderSublogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesWithLogSortedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesCorrectProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LastAppliedLeCommitIndexProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TermsAndIndicesFromOneLogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/PrevLogCandidateEntriesTermProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LastAppliedLeCommitIndexProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TermsAndIndicesFromOneLogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLogMatchingProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsSortedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLogMatchingProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TraceUtil.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotedForMoreUpToDateProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/GhostLogsLogPropertiesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotedForMoreUpToDateProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesRequestReplyCorrespondenceProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLeaderLogsTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesReceivedMoreUpToDateProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesReceivedMoreUpToDateProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CausalOrderPreservedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OutputGreatestIdProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CausalOrderPreservedProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesVotesWithLogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogMatchingInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesIndicesGt0Proof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogMatchingInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesRequestsCameFromLeadersProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppliedImpliesInputProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesIndicesGt0Proof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesLeaderProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesRequestsCameFromLeadersProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsTermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/DecompositionWithPostState.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/EveryEntryWasCreatedProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerializedCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsSublogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteReplyTermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsSublogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLeaderSublogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteMaxIndexMaxTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderCompletenessProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesTermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteMaxIndexMaxTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesTermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesLeCurrentTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderCompletenessProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/PrevLogLeaderSublogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteTermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotedForTermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/InLogInAllEntriesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeadersHaveLeaderLogsProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteReplyMoreUpToDateProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/InLogInAllEntriesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsLogPropertiesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesToLeaderProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteReplyMoreUpToDateProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LastAppliedCommitIndexMatchingProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLeaderLogsInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsVotesWithLogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLeaderLogsTermProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/SortedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsCandidateEntriesProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogsLeaderLogsInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogsLeaderLogsInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CroniesTermProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LogAllEntriesProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NextIndexSafetyProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OneLeaderLogPerTermProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsPreservedProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeadersHaveLeaderLogsStrongProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesRepliesToSelfProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CandidatesVoteForSelvesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/GhostLogCorrectProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesRepliesToSelfProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CandidatesVoteForSelvesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesReplySublogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotedForMoreUpToDateProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesCorrectProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesRequestsCameFromLeadersProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesReplySublogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerializers.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TermsAndIndicesFromOneLogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesVotesWithLogCorrespondProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TermsAndIndicesFromOneLogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderCompletenessInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexLeaderProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteReplyTermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLeaderLogsProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexLeaderProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesToSelfProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesWithLogTermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteReplyTermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CurrentTermGtZeroProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLeaderLogsProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesRequestLeaderLogsInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CandidateTermGtLogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteMaxIndexMaxTermProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LastAppliedCommitIndexMatchingInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteMaxIndexMaxTermProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/OneLeaderLogPerTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesReceivedMoreUpToDateProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinementCommonTheorems.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/OneLeaderLogPerTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LastAppliedLeCommitIndexProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsContiguousProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/GhostLogsLogPropertiesProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsSortedProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesWithLogSortedProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CroniesCorrectInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesWithLogSortedProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RequestVoteTermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/RefinedLogMatchingLemmasProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/EveryEntryWasCreatedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerializedCorrect.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RaftState.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesIndicesGt0Proof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesTermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/EveryEntryWasCreatedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotedForTermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesCorrectInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotedForTermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateMachineCorrectInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppliedImpliesInputInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeaderLogsLogPropertiesProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateMachineCorrectInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppliedImpliesInputInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateMachineSafetyPrimeInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/InLogInAllEntriesProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateMachineSafetyInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/InLogInAllEntriesProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LastAppliedCommitIndexMatchingProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OneLeaderPerTermProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RequestVoteReplyMoreUpToDateInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderSublogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesVotesWithLogCorrespondInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesRequestReplyCorrespondenceInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesLeCurrentTermProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesVotesWithLogCorrespondInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TraceUtil.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesRequestReplyCorrespondenceInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinementCommonDefinitions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesVotesWithLogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesRepliesToSelfProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/MatchIndexLeaderProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CausalOrderPreservedProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/LeadersHaveLeaderLogsProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinementCommonDefinitions.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesVotesWithLogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotedForMoreUpToDateInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CurrentTermGtZeroProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CandidateTermGtLogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotedForMoreUpToDateInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppliedEntriesMonotonicInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesToSelfProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CausalOrderPreservedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesReceivedMoreUpToDateInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CandidatesVoteForSelvesProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CausalOrderPreservedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesToSelfProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsVotesWithLogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/GhostLogCorrectInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/CandidatesVoteForSelvesProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/PrevLogLeaderSublogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerializedLogCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RequestVoteMaxIndexMaxTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RequestVoteMaxIndexMaxTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeadersHaveLeaderLogsStrongInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftLogCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerializedLogCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesRequestTermSanityProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CandidateEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftLogCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/MatchIndexAllEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AllEntriesLeaderLogsProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CommonDefinitions.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/MatchIndexAllEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesToLeaderProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesLeaderInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TermsAndIndicesFromOneInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateTraceInvariant.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/PrefixWithinTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/NoAppendEntriesToLeaderProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesRequestsCameFromLeadersInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/PrefixWithinTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TermsAndIndicesFromOneLogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinedLogMatchingLemmasInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/StateTraceInvariant.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/OutputImpliesAppliedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLeaderLogsTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsPreservedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsSublogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesWithLogTermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/InputBeforeOutputInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesVotesWithLogCorrespondProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesReplySublogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsSublogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsPreservedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/InputBeforeOutputInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RefinedLogMatchingLemmasInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesReplySublogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/OutputGreatestIdInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesWithLogTermSanityProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsLogPropertiesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/NoAppendEntriesToLeaderInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/VotesVotesWithLogCorrespondProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLeaderSublogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/PrevLogCandidateEntriesTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/UniqueIndicesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLogMatchingInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AppendEntriesRequestTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesReplySublogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLogMatchingInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/TransitiveCommitInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerializedLog.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/AppendEntriesReplySublogProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/GhostLogsLogPropertiesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerializedLog.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/GhostLogAllEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeadersHaveLeaderLogsInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsCandidateEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogAllEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeadersHaveLeaderLogsInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/NoAppendEntriesToSelfInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogAllEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/OneLeaderPerTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesWithLogTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RequestVoteTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/NoAppendEntriesRepliesToSelfInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RequestVoteTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsLogMatchingInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotedForTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RequestVoteReplyTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/MaxIndexSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsLogMatchingInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesCandidateEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/InLogInAllEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesLeCurrentTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CandidateTermGtLogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogMatchingInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/RequestVoteReplyTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesCandidateEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/InLogInAllEntriesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesTermSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CandidateTermGtLogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesLeCurrentTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesWithLogSortedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/VotesWithLogSortedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CommitRecordedCommittedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OneLeaderPerTermProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsContiguousInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/OutputCorrectInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/EveryEntryWasCreatedHostLogInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsContiguousInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/UniqueIndicesProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/OutputCorrectInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/OneLeaderPerTermProof.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TransitiveCommitProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/MatchIndexSanityInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/MatchIndexLeaderInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LeaderLogsSortedInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/MatchIndexLeaderInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/NextIndexSafetyInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/TransitiveCommitProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/GhostLogLogMatchingInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CroniesTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerialized.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/EveryEntryWasCreatedHostLogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CandidatesVoteForSelvesInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLeaderLogsInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CroniesTermInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesIndicesGt0Interface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/RaftProofs/EveryEntryWasCreatedHostLogProof.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/SortedInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftSerialized.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/CurrentTermGtZeroInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/AllEntriesLeaderLogsInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LastAppliedLeCommitIndexInterface.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/SortedInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LogsLeaderLogsInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Raft/LastAppliedCommitIndexMatchingInterface.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VerdiRaft/Systems/VarDRaftLog.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/TotalMapExecutionSimulations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/SeqNumCorrect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/PartialExtendedMapSimulations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/TotalMapSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/PartialMapSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/TotalMapSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/PartialMapSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/LabeledNet.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/PrimaryBackup.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/VarD.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/LogCorrect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/LockServ.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/Net.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/PartialMapExecutionSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/Net.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/PartialMapExecutionSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/Net.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/SerializedMsgParamsCorrect.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/PartialExtendedMapSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/PartialExtendedMapSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/Counter.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/LabeledNet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/LabeledNet.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/GhostSimulations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/SingleSimulations.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/SerializedMsgParamsCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/TotalMapExecutionSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/TotalMapExecutionSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/StatePacketPacketDecomposition.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/DynamicNetLemmas.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/LiveLockServ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/GhostSimulations.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/LiveLockServ.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/SeqNumCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/VarDPrimaryBackup.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/TotalMapSimulations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/DupDropReordering.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/Log.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/StatePacketPacketDecomposition.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/LogCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/LogCorrect.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/VarD.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/NameOverlay.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/PartialMapExecutionSimulations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Extraction/ExtrOcamlFinInt.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/GhostSimulations.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/Log.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/NameOverlay.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/DynamicNetLemmas.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/NameOverlay.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/HandlerMonad.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Core/StateMachineHandlerMonad.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/Verdi/Systems/LogCorrect.v
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst-32 = 2.12 -> coq-compcert-32 = 3.12 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-vst-32 = 2.12 -> coq-compcert-32 = 3.12 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst-32 = 2.12 -> coq-compcert-32 = 3.12 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-vst-32 = 2.12 -> coq-compcert-32 = 3.12 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst-32/2.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst-32/2.13.html index 61b8b7c4e308..9523328cf5fa 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst-32/2.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst-32/2.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,12 +134,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst-32 = 2.13 -> coq-compcert-32 = 3.13.1 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-vst-32 = 2.13 -> coq-compcert-32 = 3.13.1 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst-32 = 2.13 -> coq-compcert-32 = 3.13.1 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-vst-32 = 2.13 -> coq-compcert-32 = 3.13.1 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst-32/2.7.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst-32/2.7.1.html index 0eacd3ceeede..e31c8d136eb3 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst-32/2.7.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst-32/2.7.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,19 +127,19 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-vst-32 = 2.7.1 -> coq-compcert-32 < 3.9 -> coq < 8.14 + - coq-vst-32 = 2.7.1 -> coq < 8.14 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-vst-32 = 2.7.1 -> coq-compcert-32 < 3.9 -> coq < 8.14 -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-vst-32 = 2.7.1 -> coq < 8.14 -> ocaml < 4.05.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.1.1 - - coq-vst-32 = 2.7.1 -> coq-compcert-32 < 3.9 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst-32 = 2.7.1 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp - - coq-vst-32 = 2.7.1 -> coq-compcert-32 < 3.9 -> coq < 8.14 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-vst-32 = 2.7.1 -> coq < 8.14 * Missing dependency: - - coq-vst-32 = 2.7.1 -> coq-compcert-32 < 3.9 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-vst-32 = 2.7.1 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
# Packages matching: installed # Name # Installed # Synopsis @@ -135,7 +135,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -163,27 +163,27 @@Install dependencies
-> retrieved coq-vst.dev (git+https://github.com/PrincetonUniversity/VST.git#master) -> retrieved coq-vst-zlist.dev (git+https://github.com/PrincetonUniversity/VST.git#master) -> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed coq-vst-zlist.dev -> installed coq-menhirlib.dev --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed coq-flocq.dev --> installed menhirSdk.dev +-> installed coq-vst-zlist.dev -> installed menhirLib.dev +-> installed menhirSdk.dev -> installed menhir.dev +-> installed coq-flocq.dev [ERROR] The compilation of coq-compcert.dev failed at "./configure amd64-linux -prefix /home/bench/.opam/ocaml-base-compiler.5.1.1 -install-coqdev -clightgen -use-external-Flocq -use-external-MenhirLib -coqdevdir /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compcert -ignore-coq-version". #=== ERROR while compiling coq-stdpp.1.9.0 ====================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/released # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-stdpp.1.9.0 # command ~/.opam/opam-init/hooks/sandbox.sh build ./make-package stdpp -j4 # exit-code 2 -# env-file ~/.opam/log/coq-stdpp-24383-da66ea.env -# output-file ~/.opam/log/coq-stdpp-24383-da66ea.out +# env-file ~/.opam/log/coq-stdpp-2749-b71f67.env +# output-file ~/.opam/log/coq-stdpp-2749-b71f67.out ### output ### # [...] -# $(find . -name '*.v'); do sed '/Arguments/ s/%/%_/g' -i $f ; done # [argument-scope-delimiter,deprecated-since-8.19,deprecated,default] +# COQC stdpp/hlist.v # COQC stdpp/telescopes.v # COQC stdpp/numbers.v # File "./stdpp/numbers.v", line 24, characters 0-63: @@ -199,8 +199,8 @@Install dependencies
# path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-compcert.dev # command ~/.opam/opam-init/hooks/sandbox.sh build ./configure amd64-linux -prefix /home/bench/.opam/ocaml-base-compiler.5.1.1 -install-coqdev -clightgen -use-external-Flocq -use-external-MenhirLib -coqdevdir /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compcert -ignore-coq-version # exit-code 2 -# env-file ~/.opam/log/coq-compcert-24383-8bb3f3.env -# output-file ~/.opam/log/coq-compcert-24383-8bb3f3.out +# env-file ~/.opam/log/coq-compcert-2749-6333fc.env +# output-file ~/.opam/log/coq-compcert-2749-6333fc.out ### output ### # Testing assembler support for CFI directives... yes # Testing linker support for '-no-pie' / '-nopie' option... yes, '-no-pie' @@ -228,7 +228,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240131035213.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240224145346.export"
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/sublist.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/sublist.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/list_solver.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/list_solver.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/list_solver.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/sublist.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/list_solver.v
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/Zlength_solver.vo
Total: 2 M
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/sublist.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/sublist.vo
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/sublist.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/list_solver.glob
../ocaml-base-compiler.5.1.1/lib/coq/user-contrib/VST/zlist/list_solver.vo
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst = 2.12 -> coq-compcert = 3.12 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-vst = 2.12 -> coq-compcert = 3.12 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst = 2.12 -> coq-compcert = 3.12 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-vst = 2.12 -> coq-compcert = 3.12 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.13.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.13.html index eae52181a2a5..c14ae4bb61ae 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.13.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.13.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -131,12 +131,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst = 2.13 -> coq-compcert = 3.13.1 -> ocaml < 5~ You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - - (invariant) -> ocaml-base-compiler >= 5.1.1 - - coq-vst = 2.13 -> coq-compcert = 3.13.1 -> ocaml < 5~ -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst = 2.13 -> coq-compcert = 3.13.1 -> ocaml < 5~ -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-vst = 2.13 -> coq-compcert = 3.13.1 -> ocaml < 5~ -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.2.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.2.html index e7a44189f1cc..a28c9f792268 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.2.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.2.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -126,12 +126,12 @@Dry install ๐๏ธ
[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst < 2.6 -> coq-compcert = 3.3.0 -> ocaml < 4.07.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.1.1 - - coq-vst < 2.6 -> coq-compcert = 3.3.0 -> ocaml < 4.07.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst < 2.6 -> coq-compcert = 3.3.0 -> ocaml < 4.07.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-vst < 2.6 -> coq-compcert = 3.3.0 -> ocaml < 4.07.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.6.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.6.html index 205191c02886..5e135896764c 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.6.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.6.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -132,12 +132,12 @@Dry install ๐๏ธ
- coq >= dev - coq-vst = 2.6 -> coq < 8.13 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst = 2.6 -> coq < 8.13 -> ocaml < 4.05.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.1.1 - - coq-vst = 2.6 -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst = 2.6 -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Missing dependency: - coq-vst = 2.6 -> coq < 8.13 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.7.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.7.1.html index 3eb460918591..f05ed5ddc291 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.7.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.7.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -129,14 +129,14 @@Dry install ๐๏ธ
- coq >= dev - coq-vst = 2.7.1 -> coq-compcert (>= 3.8~open-source & < 3.9) -> coq < 8.14 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst = 2.7.1 -> coq-compcert (>= 3.8~open-source & < 3.9) -> coq < 8.14 -> ocaml < 4.05.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.1.1 - - coq-vst = 2.7.1 -> coq-compcert (>= 3.8~open-source & < 3.9) -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst = 2.7.1 -> coq-compcert (>= 3.8~open-source & < 3.9) -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-vst = 2.7.1 -> coq-compcert (>= 3.8~open-source & < 3.9) -> coq < 8.14 * Missing dependency: - coq-vst = 2.7.1 -> coq-compcert (>= 3.8~open-source & < 3.9) -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.7.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.7.html index da3852b8a1c0..94b0ebfb43f6 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.7.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.7.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -134,14 +134,14 @@Dry install ๐๏ธ
- coq >= dev - coq-vst = 2.7 -> coq < 8.14 * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst = 2.7 -> coq < 8.14 -> ocaml < 4.05.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.1.1 - - coq-vst = 2.7 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst = 2.7 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-vst = 2.7 -> coq < 8.14 * Missing dependency: - coq-vst = 2.7 -> coq < 8.14 -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.8.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.8.html index e4cbb7d6dbde..6094fc0509be 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.8.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.8.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -130,14 +130,14 @@Dry install ๐๏ธ
- coq >= dev - coq-vst = 2.8 -> coq < 8.15~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst = 2.8 -> coq < 8.15~ -> ocaml < 4.05.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.1.1 - - coq-vst = 2.8 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst = 2.8 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-vst = 2.8 -> coq < 8.15~ * Missing dependency: - coq-vst = 2.8 -> coq < 8.15~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.9.1.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.9.1.html index 002622c3463d..6550013cb34a 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.9.1.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.9.1.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -137,14 +137,14 @@Dry install ๐๏ธ
- coq >= dev - coq-vst = 2.9.1 -> coq-compcert = 3.10 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 - coq-vst = 2.9.1 -> coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-vst = 2.9.1 -> coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst = 2.9.1 -> coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp - coq-vst = 2.9.1 -> coq-compcert = 3.10 -> coq < 8.16~ * Missing dependency: - coq-vst = 2.9.1 -> coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta diff --git a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.9.html b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.9.html index 4c435cf2d4a1..f589672d3d78 100644 --- a/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.9.html +++ b/clean/Linux-x86_64-5.1.1-2.1.5/extra-dev/dev/vst/2.9.html @@ -55,7 +55,7 @@Context
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -127,19 +127,19 @@Dry install ๐๏ธ
[ERROR] Package conflict! * No agreement on the version of coq: - coq >= dev - - coq-vst = 2.9 -> coq-compcert = 3.10 -> coq < 8.16~ + - coq-vst = 2.9 -> coq < 8.16~ * No agreement on the version of ocaml: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> ocaml = 5.1.1 - - coq-vst = 2.9 -> coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.0 + - (invariant) -> ocaml-base-compiler = 5.1.1 -> ocaml = 5.1.1 + - coq-vst = 2.9 -> coq < 8.16~ -> ocaml < 4.05.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.1.1 - - coq-vst = 2.9 -> coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler < 3.07+1 + - (invariant) -> ocaml-base-compiler = 5.1.1 + - coq-vst = 2.9 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-base-compiler = 3.07+2 * Incompatible packages: - - (invariant) -> ocaml-base-compiler >= 5.1.1 -> base-nnp - - coq-vst = 2.9 -> coq-compcert = 3.10 -> coq < 8.16~ + - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp + - coq-vst = 2.9 -> coq < 8.16~ * Missing dependency: - - coq-vst = 2.9 -> coq-compcert = 3.10 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta + - coq-vst = 2.9 -> coq < 8.16~ -> ocaml < 4.05.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' No solution found, exiting
# Packages matching: installed # Name # Installed # Synopsis @@ -148,7 +148,7 @@Install dependencies
coq-core dev The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib dev The Coq Proof Assistant -- Standard Library coqide-server dev The Coq Proof Assistant, XML protocol server -dune 3.13.0 Fast, portable, and opinionated build system +dune 3.14.0 Fast, portable, and opinionated build system ocaml 5.1.1 The OCaml compiler (virtual package) ocaml-base-compiler 5.1.1 Official release 5.1.1 ocaml-config 3 OCaml Switch Configuration @@ -169,23 +169,23 @@Install dependencies
-> retrieved coq-compcert.dev (git+https://github.com/AbsInt/CompCert.git) -> retrieved coq-vst-zlist.dev (git+https://github.com/PrincetonUniversity/VST.git#master) -> retrieved coq-menhirlib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) -> installed coq-vst-zlist.dev -> retrieved menhirSdk.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed coq-menhirlib.dev --> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) --> installed coq-flocq.dev -> installed menhirSdk.dev +-> retrieved menhir.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> retrieved menhirLib.dev (git+https://gitlab.inria.fr/fpottier/menhir.git#master) +-> installed coq-menhirlib.dev -> installed menhirLib.dev -> installed menhir.dev +-> installed coq-flocq.dev [ERROR] The compilation of coq-compcert.dev failed at "./configure amd64-linux -prefix /home/bench/.opam/ocaml-base-compiler.5.1.1 -install-coqdev -clightgen -use-external-Flocq -use-external-MenhirLib -coqdevdir /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compcert -ignore-coq-version". #=== ERROR while compiling coq-compcert.dev ===================================# # context 2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/bench/run/opam-coq-archive/extra-dev # path ~/.opam/ocaml-base-compiler.5.1.1/.opam-switch/build/coq-compcert.dev # command ~/.opam/opam-init/hooks/sandbox.sh build ./configure amd64-linux -prefix /home/bench/.opam/ocaml-base-compiler.5.1.1 -install-coqdev -clightgen -use-external-Flocq -use-external-MenhirLib -coqdevdir /home/bench/.opam/ocaml-base-compiler.5.1.1/lib/coq/user-contrib/compcert -ignore-coq-version # exit-code 2 -# env-file ~/.opam/log/coq-compcert-499-48decb.env -# output-file ~/.opam/log/coq-compcert-499-48decb.out +# env-file ~/.opam/log/coq-compcert-1349-f48784.env +# output-file ~/.opam/log/coq-compcert-1349-f48784.out ### output ### # Testing assembler support for CFI directives... yes # Testing linker support for '-no-pie' / '-nopie' option... yes, '-no-pie' @@ -212,7 +212,7 @@Install dependencies
+- # Run eval $(opam env) to update the current shell environment The former state can be restored with: - /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240129183342.export" + /usr/local/bin/opam switch import "/home/bench/.opam/ocaml-base-compiler.5.1.1/.opam-switch/backup/state-20240222081146.export"
Linux, x86_64, OCaml 5.1.1, Opam 2.1.5
The summary column gives the worst case for each row. Colors: