# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: "2.0" version: "dev" 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: [ "coq" {(>= "8.10" & < "8.13~") | (= "dev")} "coq-mathcomp-ssreflect" {(>= "1.10.0" & < "1.12~") | (= "dev")} ] tags: [ "keyword:separation logic" "keyword:partial commutative monoid" "category:Computer Science/Data Types and Data Structures" "logpath:fcsl" ] 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: "git+https://github.com/imdea-software/fcsl-pcm.git#master" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-fcsl-pcm.dev coq.8.11.dev
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 2h opam install -y --deps-only coq-fcsl-pcm.dev coq.8.11.dev
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y coq-fcsl-pcm.dev coq.8.11.dev
Total: 4 M
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/unionmap.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/unionmap.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/finmap/finmap.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/finmap/finmap.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/heap.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/automap.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/natmap.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/pred.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/heap.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/prelude.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/natmap.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/pcm.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/mutex.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/automap.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/finmap/ordtype.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/pcm.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/unionmap.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/lift.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/pred.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/mutex.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/prelude.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/finmap/ordtype.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/finmap/finmap.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/automap.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/axioms.vo
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/lift.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/heap.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/pred.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/natmap.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/pcm.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/finmap/ordtype.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/axioms.glob
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/mutex.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/prelude.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/lift.v
../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/fcsl/pcm/axioms.v
opam remove -y coq-fcsl-pcm.dev