(2021-11-05 09:57:39 UTC)
# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 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://gitlab.inria.fr:fbesson/itauto.git" authors: ["Frédéric Besson"] bug-reports: "frederic.besson@inria.fr" license: "GPL 3" synopsis: "'itauto' is a reflexive SAT solver parameterised by a leaf tactic" build: [ [make] ] install: [ [make "install"] ] remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Cdcl"] depends: [ "ocaml" {>= "4.9~"} "coq" {>= "8.13.~" & < "8.14~"} "ocamlbuild" {build } ] depopts: [ "ocamlformat" {build} ] url { src: "https://gitlab.inria.fr/fbesson/itauto/-/archive/8.13/itauto-8.13.tar.gz" checksum: "sha256=971ac9da9ff16ba83ad0236a5206ce0b8617e62c026340441fea0f4f80b79ded" } tags: [ "keyword:integers" "keyword:SAT" "keyword:SMT" "keyword:automation" "logpath:Cdcl" ]
true
Dry install with the current Coq version:
opam install -y --show-action coq-itauto.8.13 coq.8.13.2
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-itauto.8.13 coq.8.13.2
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-itauto.8.13 coq.8.13.2
Total: 8 M
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/PatriciaR.vo
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Formula.vo
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Formula.glob
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/PatriciaR.glob
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/KeyInt.vo
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/cdcl_plugin.cmxs
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Formula.v
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Coqlib.vo
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/PatriciaR.v
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/KeyInt.glob
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Coqlib.glob
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/cdcl_plugin.cmi
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/cdcl_plugin.cmx
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Coqlib.v
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/KeyInt.v
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Itauto.vo
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/ZArithDec.vo
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Prover.vo
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/ReifClasses.vo
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/cdcl_plugin.cmxa
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/ReifClasses.glob
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/ZArithDec.glob
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Itauto.v
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/ReifClasses.v
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/ZArithDec.v
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Itauto.glob
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Prover.v
../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Cdcl/Prover.glob
opam remove -y coq-itauto.8.13