# 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.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.6 A library manager for OCaml zarith 1.13 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/topology" dev-repo: "git+https://github.com/coq-community/topology.git" bug-reports: "https://github.com/coq-community/topology/issues" license: "LGPL-2.1-or-later" synopsis: "This library develops some basic set theory in Coq" description: """ This Coq library develops some basic set theory. The main purpose the author had in writing it was as support for the Topology library. """ build: ["dune" "build" "-p" name "-j" jobs] depends: [ "dune" {>= "2.5"} "coq" {(>= "8.10" & < "8.16~") | (= "dev")} ] tags: [ "category:Mathematics/Logic/Set theory" "keyword:set theory" "keyword:cardinals" "keyword:ordinal numbers" "keyword:finite" "keyword:countable" "keyword:quotients" "keyword:well-orders" "keyword:Zorn's lemma" "logpath:ZornsLemma" ] authors: [ "Daniel Schepler" ] url { src: "https://github.com/coq-community/topology/archive/v10.0.1.tar.gz" checksum: "sha512=c3b76b128d318e99a149ff8a018bdddf823dc68abc43b67c68600023d095f2ed97b610063b264b85d032127300fab262b90e19d1525cccb3535036eed8eea946" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-zorns-lemma.10.0.1 coq.8.16.1
[NOTE] Package coq is already installed (current version is 8.16.1). The following dependencies couldn't be met: - coq-zorns-lemma -> coq (< 8.16~ & = dev) -> ocaml < 4.12 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-zorns-lemma.10.0.1
true
true
No files were installed.
true