-
Notifications
You must be signed in to change notification settings - Fork 7
/
coq-chapar.opam
38 lines (33 loc) · 1.25 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
36
37
38
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
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" {>= "3.5"}
"coq" {>= "8.14"}
]
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"
]