« Up

chapar dev 9 m 40 s

(2021-10-27 02:59:51 UTC)

Context

# 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              3           Virtual package relying on a GMP lib system installation
coq                   dev         Formal proof management system
dune                  2.9.1       Fast, portable, and opinionated build system
ocaml                 4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.0      Official release 4.12.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.1       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/chapar"
dev-repo: "git+https://github.com/coq-community/chapar.git"
bug-reports: "https://github.com/coq-community/chapar/issues"
license: "MIT"
synopsis: "A framework for verification of causal consistency for distributed key-value stores and their clients in Coq"
description: """
A framework for modular verification of causal consistency for replicated key-value
store implementations and their client programs in Coq. Includes proofs of the causal consistency
of two key-value store implementations and a simple automatic model checker for the correctness
of client programs.
"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "ocaml"
  "coq" {(>= "8.9" & < "8.11~") | (= "dev")}
]
tags: [
  "category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
  "keyword:causal consistency"
  "keyword:key-value stores"
  "keyword:distributed algorithms"
  "keyword:program verification"
  "logpath:Chapar"
]
authors: [
  "Mohsen Lesani"
  "Christian J. Bell"
  "Adam Chlipala"
]
url {
  src: "git+https://github.com/coq-community/chapar.git#master"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-chapar.dev coq.dev
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-chapar.dev coq.dev
Return code
0
Duration
9 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y coq-chapar.dev coq.dev
Return code
0
Duration
9 m 40 s

Installation size

Total: 8 M

  • 1 M ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Framework/KVStore.vo
  • 1 M ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg2.vo
  • 1 M ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Examples/Clients.vo
  • 1 M ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Examples/ListClient.vo
  • 651 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg3.vo
  • 567 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg1.vo
  • 474 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Framework/KVStore.glob
  • 396 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Framework/ReflectiveAbstractSemantics.vo
  • 306 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg2.glob
  • 204 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Framework/ReflectiveAbstractSemantics.glob
  • 194 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Framework/KVStore.v
  • 182 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg3.glob
  • 165 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg2.v
  • 142 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg1.glob
  • 85 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg3.v
  • 63 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/KVSAlg1.v
  • 48 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Framework/ReflectiveAbstractSemantics.v
  • 38 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Lib/Predefs.vo
  • 33 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Lib/extralib.vo
  • 22 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Examples/Clients.glob
  • 19 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Lib/Predefs.glob
  • 15 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/ExtractAlgorithm.vo
  • 15 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Examples/ListClient.glob
  • 11 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Lib/extralib.glob
  • 7 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Examples/Clients.v
  • 7 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Lib/Predefs.v
  • 4 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Examples/ListClient.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Lib/extralib.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/ExtractAlgorithm.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/Chapar/Algorithms/ExtractAlgorithm.glob

Uninstall

Command
opam remove -y coq-chapar.dev
Return code
0
Missing removes
none
Wrong removes
none