# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-domains base base-nnp base Naked pointers prohibited in the OCaml heap base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.17.0 The Coq Proof Assistant coq-core 8.17.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.17.0 The Coq Proof Assistant -- Standard Library coqide-server 8.17.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 5.0.0 The OCaml compiler (virtual package) ocaml-base-compiler 5.0.0 Official release 5.0.0 ocaml-config 3 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: "paco@sf.snu.ac.kr" version: "1.2.8" homepage: "https://github.com/snu-sf/paco/" dev-repo: "git+https://github.com/snu-sf/paco.git" bug-reports: "https://github.com/snu-sf/paco/issues/" authors: [ "Chung-Kil Hur <gil.hur@sf.snu.ac.kr>" "Georg Neis <neis@mpi-sws.org>" "Derek Dreyer <dreyer@mpi-sws.org>" "Viktor Vafeiadis <viktor@mpi-sws.org>" ] license: "BSD-3" build: [ [make "-C" "src" "all" "-j%{jobs}%"] ] install: [ [make "-C" "src" "-f" "Makefile.coq" "install"] ] remove: ["rm" "-r" "-f" "%{lib}%/coq/user-contrib/Paco"] depends: [ "ocaml" "coq" {>= "8.5" & < "8.9~"} ] synopsis: "Coq library implementing parameterized coinduction" tags: [ "date:2018-02-11" "category:Computer Science/Programming Languages/Formal Definitions and Theory" "category:Mathematics/Logic" "keyword:co-induction" "keyword:simulation" "keyword:parameterized greatest fixed point" ] flags: light-uninstall url { src: "https://github.com/snu-sf/paco/archive/5cc7babe1423b56d7fe9a474f1645f495c82061b.tar.gz" checksum: "md5=32ee0f67d5901a138722dd39ffee14a2" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-paco.1.2.8 coq.8.17.0
[NOTE] Package coq is already installed (current version is 8.17.0). [ERROR] Package conflict! * No agreement on the version of ocaml: - (invariant) -> ocaml-base-compiler = 5.0.0 -> ocaml = 5.0.0 - coq-paco < 1.2.9 -> coq < 8.9~ -> ocaml < 4.02.0 You can temporarily relax the switch invariant with `--update-invariant' * No agreement on the version of ocaml-base-compiler: - (invariant) -> ocaml-base-compiler = 5.0.0 - coq-paco < 1.2.9 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-base-compiler < 3.07+1 * Missing dependency: - coq-paco < 1.2.9 -> coq < 8.9~ -> ocaml < 4.02.0 -> ocaml-variants >= 3.09.2 -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' 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-paco.1.2.8
true
true
No files were installed.
true