ยซ Up

chapar 8.9.0 14 m 0 s ๐Ÿ†

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library distributed with the OCaml compiler
base-threads        base
base-unix           base
camlp5              7.14        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-perl           2           Virtual package relying on perl
coq                 8.9.0       Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0      Official 4.05.0 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
# 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.10~"}
]
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"
  "date:2019-05-15"
]
authors: [
  "Mohsen Lesani"
  "Christian J. Bell"
  "Adam Chlipala"
]
url {
  src: "https://github.com/coq-community/chapar/archive/v8.9.0.tar.gz"
  checksum: "sha256=a4b76cb183a159a98ec50327d8bf7285055a6fdd0617385b465e97277dfa17da"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-chapar.8.9.0 coq.8.9.0
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.8.9.0 coq.8.9.0
Return code
0
Duration
1 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-chapar.8.9.0 coq.8.9.0
Return code
0
Duration
14 m 0 s

Installation size

Total: 10 M

  • 1 M ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVStore.vo
  • 1 M ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVSAlg2.vo
  • 938 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Clients.vo
  • 924 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/ListClient.vo
  • 610 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVSAlg3.vo
  • 534 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVSAlg1.vo
  • 396 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Vlist.vo
  • 393 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVStore.glob
  • 382 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/ReflectiveAbstractSemantics.vo
  • 305 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Vbase.vo
  • 263 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Varith.vo
  • 258 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVSAlg2.glob
  • 222 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Vlist.glob
  • 201 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVStore.v
  • 179 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Vbase.glob
  • 178 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/ReflectiveAbstractSemantics.glob
  • 178 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Vlistbase.vo
  • 165 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVSAlg2.v
  • 147 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVSAlg3.glob
  • 117 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Varith.glob
  • 114 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVSAlg1.glob
  • 103 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Vlistbase.glob
  • 85 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVSAlg3.v
  • 74 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/extralib.vo
  • 73 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Vbase.v
  • 63 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/KVSAlg1.v
  • 56 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Vlist.v
  • 49 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/ReflectiveAbstractSemantics.v
  • 39 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Predefs.vo
  • 30 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Extract.vo
  • 24 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Vlistbase.v
  • 24 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Varith.v
  • 23 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/extralib.glob
  • 18 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Clients.glob
  • 17 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Predefs.glob
  • 12 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/ListClient.glob
  • 10 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Predefs.v
  • 7 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Clients.v
  • 7 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/extralib.v
  • 4 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/ListClient.v
  • 1 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Extract.v
  • 1 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/Chapar/Extract.glob

Uninstall ๐Ÿงน

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