# 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.0 Formal proof management system dune 3.7.0 Fast, portable, and opinionated build system ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.5 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "palmskog@gmail.com" homepage: "https://github.com/coq-community/almost-full" dev-repo: "git+https://github.com/coq-community/almost-full.git" bug-reports: "https://github.com/coq-community/almost-full/issues" license: "MIT" synopsis: "Almost-full relations in Coq for proving termination" description: """ Coq development of almost-full relations, including the Ramsey Theorem, useful for proving termination.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {>= "8.10" & < "8.16~"} ] tags: [ "category:Computer Science/Data Types and Data Structures" "keyword:Ramsey theorem" "keyword:termination" "keyword:almost-full relations" "keyword:well-founded relations" "logpath:AlmostFull" "date:2021-12-11" ] authors: [ "Dimitrios Vytiniotis" "Thierry Coquand" "David Wahlstedt" ] url { src: "https://github.com/coq-community/almost-full/archive/v8.14.0.tar.gz" checksum: "sha512=2a11f9bf6716975d5f436535b233abf8b190340d22f1ffc1939830744f111d3893a345d22588be9309f9fd6e1187696dd5286e299511e14e3fea337adde2c9b9" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-almost-full.8.14.0 coq.8.16.0
[NOTE] Package coq is already installed (current version is 8.16.0). The following dependencies couldn't be met: - coq-almost-full -> coq < 8.16~ -> ocaml < 4.10 base of this switch (use `--unlock-base' to force) 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-almost-full.8.14.0
true
true
No files were installed.
true