# 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.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic 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.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "beta.ziliani@gmail.com" homepage: "https://github.com/Mtac2/Mtac2" dev-repo: "git+https://github.com/Mtac2/Mtac2.git" bug-reports: "https://github.com/Mtac2/Mtac2/issues" authors: ["Beta Ziliani <beta.ziliani@gmail.com>" "Jan-Oliver Kaiser <janno@mpi-sws.org>" "Robbert Krebbers <mail@robbertkrebbers.nl>" "Yann Régis-Gianas <yrg@pps.univ-paris-diderot.fr>" "Derek Dreyer <dreyer@mpi-sws.org>"] license: "MIT" build: [ ["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"] [make "-j%{jobs}%"] ] install: [ [make "install"] ] depends: [ "ocaml" "coq" {>= "8.15" & < "8.16~"} "coq-unicoq" {>= "1.5" & < "2~"} ] synopsis: "Mtac2: Typed Tactics for Coq" tags: [ "logpath:Mtac2" "date:2022-01-19" ] url { src: "https://github.com/Mtac2/Mtac2/archive/v1.4-coq8.15.tar.gz" checksum: "sha512=1d07bd67b6f5dc6b63f248100e29e9071b330d07c938aa605a3244f53f49c55124f9857feab1284cf2f92893d0f6fe2507ea14e5a7908b93508ff660c8bdf887" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mtac2.1.4+8.15 coq.8.13.2
[NOTE] Package coq is already installed (current version is 8.13.2). The following dependencies couldn't be met: - coq-mtac2 -> coq >= 8.15 Your request can't be satisfied: - No available version of coq satisfies the constraints 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-mtac2.1.4+8.15
true
true
No files were installed.
true