# 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.18.0 The Coq Proof Assistant coq-core 8.18.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.18.0 The Coq Proof Assistant -- Standard Library coqide-server 8.18.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 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" maintainer: "lord@crocodile.org" homepage: "https://github.com/vzaliva/coq-min-imports" dev-repo: "git+https://github.com/vzaliva/coq-min-imports.git" bug-reports: "https://github.com/vzaliva/coq-min-imports/issues" authors: ["Vadim Zaliva"] license: "MIT" build: [ ["omake"] ] install: [ ["install" "coq_min_imports" "%{bin}%"] ] depends: [ "ocaml" "coq" {>= "8.5"} "extlib" "batteries" {< "3.6.0"} "omake" ] tags: [ "category:Miscellaneous/Coq Extensions" "date:2017-01-04" ] synopsis: "This script will try to remove unnecessary module imports from Coq" description: """ sources. It examines modules listed in "Require Import" statements one by one and tries to recompile to see if their removal would cause compilation errors.""" url { src: "https://github.com/vzaliva/coq-min-imports/archive/v1.0.0.tar.gz" checksum: "md5=5d66474c9d71dbc46b44c786fb6fef00" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-min-imports.1.0.0 coq.8.18.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-min-imports.1.0.0 coq.8.18.0
opam list; echo; timeout 4h opam install -y -v coq-min-imports.1.0.0 coq.8.18.0
Total: 7 M
../ocaml-base-compiler.4.14.0/bin/coq_min_imports
opam remove -y coq-min-imports.1.0.0