# 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.15.1 Formal proof management system dune 3.1.1 Fast, portable, and opinionated build system ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "FCSL <fcsl@software.imdea.org>" homepage: "http://software.imdea.org/fcsl/" bug-reports: "https://github.com/imdea-software/fcsl-pcm/issues" dev-repo: "git+https://github.com/imdea-software/fcsl-pcm.git" license: "Apache-2.0" build: [ make "-j%{jobs}%" ] install: [ make "install" ] depends: [ "ocaml" "coq" {(>= "8.9" & < "8.12~") | (= "dev")} "coq-mathcomp-ssreflect" {(>= "1.10.0" & < "1.11~") | (= "dev")} ] tags: [ "keyword:separation logic" "keyword:partial commutative monoid" "category:Computer Science/Data Types and Data Structures" "logpath:fcsl" "date:2019-01-06" ] authors: [ "Aleksandar Nanevski" ] synopsis: "Partial Commutative Monoids" description: """ The PCM library provides a formalisation of Partial Commutative Monoids (PCMs), a common algebraic structure used in separation logic for verification of pointer-manipulating sequential and concurrent programs. The library provides lemmas for mechanised and automated reasoning about PCMs in the abstract, but also supports concrete common PCM instances, such as heaps, histories and mutexes. This library relies on extensionality axioms: propositional and functional extentionality.""" url { src: "https://github.com/imdea-software/fcsl-pcm/archive/v1.1.1.tar.gz" checksum: "sha256=3b52ae8f7dba4987ef2c2fc91480ebbecdbf7195bfc0d6892930f523e3475771" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-fcsl-pcm.1.1.1 coq.8.15.1
[NOTE] Package coq is already installed (current version is 8.15.1). The following dependencies couldn't be met: - coq-fcsl-pcm -> coq (< 8.12~ & = dev) -> ocaml < 4.12 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-fcsl-pcm.1.1.1
true
true
No files were installed.
true