# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.6 A library manager for OCaml # 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.17" & < "8.18~"} "coq-unicoq" {>= "1.5" & < "2~"} ] synopsis: "Mtac2: Typed Tactics for Coq" tags: [ "logpath:Mtac2" "date:2023-03-29" ] url { src: "https://github.com/Mtac2/Mtac2/archive/v1.4-coq8.17.tar.gz" checksum: "sha512=d98d39ff05295350e30081ce46928615594c902779284646324f5f4e7536fcc5c09cf992f0a15d73a3542bbbcd2a46c884dbf2e87bf14d9b1712887c0d0e3bfb" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mtac2.1.4+8.17 coq.8.12.1
[NOTE] Package coq is already installed (current version is 8.12.1). The following dependencies couldn't be met: - coq-mtac2 -> coq >= 8.17 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.17
true
true
No files were installed.
true