forked from coq-community/chapar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coq-chapar.opam
35 lines (31 loc) · 1.12 KB
/
coq-chapar.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
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: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.4"}
"coq" {(>= "8.9" & < "8.12~") | (= "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"
]