# Packages matching: installed # Name # Installed # Synopsis base-bigarray base 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.13.0 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 ocaml-config 2 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: "HOL-Light library in Coq" description: """ This library contains an automatic translation in Coq of (for the moment) some small part the HOL-Light library using https://github.com/Deducteam/hol2dk. """ homepage: "https://github.com/Deducteam/coq-hol-light" dev-repo: "git+https://github.com/Deducteam/coq-hol-light.git" bug-reports: "https://github.com/Deducteam/coq-hol-light/issues" doc: "https://github.com/Deducteam/coq-hol-light" maintainer: "frederic.blanqui@inria.fr" authors: ["Frédéric Blanqui"] license: "CeCILL-2.1" depends: [ "coq" {>= "8.16"} ] build: [make "-j%{jobs}%"] install: [make "install"] tags: [ "keyword:HOL-Light" "category:Math/Arith/Misc" "date:2023-11-06" "logpath:HOLLight" ] url { src: "https://github.com/Deducteam/coq-hol-light/archive/refs/tags/0.0.0.tar.gz" checksum: "sha256=7e89265a208d33b1190487fc4a0d436d23df591c7ea7a2886a34a84460a5d4fa" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-hol-light.0.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-hol-light.0.0.0 coq.8.17.0
opam list; echo; timeout 4h opam install -y -v coq-hol-light.0.0.0 coq.8.17.0
Total: 1 M
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_opam.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/coq.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/coq.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_opam.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_opam.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_terms.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/coq.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_terms.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/theory_hol.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_axioms.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_types.vo
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_terms.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/theory_hol.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/theory_hol.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_axioms.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_axioms.v
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_types.glob
../ocaml-base-compiler.4.14.0/lib/coq/user-contrib/HOLLight/hol_upto_arith_types.v
opam remove -y coq-hol-light.0.0.0