# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp4 4.04+1 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils coq 8.5.2~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0.14.2 OCamlbuild is a build system with builtin rules to easily build most OCaml projects # opam file: opam-version: "2.0" maintainer: "palmskog@gmail.com" homepage: "https://github.com/lukaszcz/coqhammer" dev-repo: "git+https://github.com/lukaszcz/coqhammer.git" bug-reports: "https://github.com/lukaszcz/coqhammer/issues" license: "LGPL-2.1-only" synopsis: "Reconstruction tactics for the hammer for Coq" description: """ Collection of tactics that are used by the hammer for Coq to reconstruct proofs found by automated theorem provers. When the hammer has been successfully applied to a project, only this package needs to be installed; the hammer plugin is not required. """ build: [make "-j%{jobs}%" "tactics"] install: [ [make "install-tactics"] [make "test-tactics"] {with-test} ] depends: [ "ocaml" { >= "4.08" } "coq" {>= "8.15" & < "8.16~"} ] conflicts: [ "coq-hammer" {!= version} ] tags: [ "keyword:automation" "keyword:hammer" "keyword:tactics" "logpath:Hammer.Tactics" "date:2022-01-23" ] authors: [ "Lukasz Czajka <lukaszcz@mimuw.edu.pl>" ] url { src: "https://github.com/lukaszcz/coqhammer/archive/refs/tags/v1.3.2-coq8.15.tar.gz" checksum: "sha512=0277150c2fd570400693ee1a3e4b2f253fbf7cc4b9997a803bb5e0e3e633352eb8cca2f3e8b1c47e49b9994b73c6f744f31e9e81eac665d1bf7ed4054ef39512" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-hammer-tactics.1.3.2+8.15 coq.8.5.2~camlp4
[NOTE] Package coq is already installed (current version is 8.5.2~camlp4). The following dependencies couldn't be met: - coq-hammer-tactics -> ocaml >= 4.08 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-hammer-tactics.1.3.2+8.15
true
true
No files were installed.
true