# 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 4 Virtual package relying on a GMP lib system installation coq 8.16.1 Formal proof management system dune 3.12.1 Fast, portable, and opinionated build system ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 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: "A support library for verified Coq parsers produced by Menhir" maintainer: "francois.pottier@inria.fr" authors: [ "Jacques-Henri Jourdan <jacques-henri.jourdan@lri.fr>" ] homepage: "https://gitlab.inria.fr/fpottier/menhir" dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git" bug-reports: "jacques-henri.jourdan@lri.fr" license: "LGPL-3.0-or-later" build: [ [make "-C" "coq-menhirlib" "-j%{jobs}%"] ] install: [ [make "-C" "coq-menhirlib" "install"] ] depends: [ "coq" { >= "8.7" & < "8.12" } ] conflicts: [ "menhir" { != "20200211" } "coq-native" ] tags: [ "date:2020-02-11" "logpath:MenhirLib" ] url { src: "https://gitlab.inria.fr/fpottier/menhir/-/archive/20200211/archive.tar.gz" checksum: [ "md5=01577e5f15380c35bdaa8fd818204560" "sha512=a686c4b047d5236c425afcd7f179964191268ff448b8d18510579d742a7256855049bc4fe568bb8f1b0d6cbfb758d95cd05e621e3410b75245bb799d623725d6" ] }
true
Dry install with the current Coq version:
opam install -y --show-action coq-menhirlib.20200211 coq.8.16.1
[NOTE] Package coq is already installed (current version is 8.16.1). The following dependencies couldn't be met: - coq-menhirlib -> coq < 8.12 -> ocaml < 4.12 base of this switch (use `--unlock-base' to force) 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-menhirlib.20200211
true
true
No files were installed.
true