-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoq-vlsm.opam
53 lines (49 loc) · 1.53 KB
/
coq-vlsm.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/runtimeverification/vlsm"
dev-repo: "git+https://github.com/runtimeverification/vlsm.git"
bug-reports: "https://github.com/runtimeverification/vlsm/issues"
license: "BSD-3-Clause"
synopsis: "Coq formalization of validating labelled state transition and message production systems"
description: """
The theory of Validating Labelled State transition and Message
production systems (VLSMs) enables describing and proving properties
of distributed systems executing in the presence of faults. This
project contains a formalization of this theory in the Coq proof
assistant along with several examples of distributed protocols
modeled and verified using VLSMs, including the ELMO
(Equivocation-Limited Message Observer) family of message
validating protocols and the Paxos protocol for crash-tolerant
distributed consensus."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "3.5"}
"coq" {>= "8.16"}
"coq-stdpp" {>= "1.9.0"}
"coq-itauto"
"coq-equations"
]
tags: [
"category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"keyword:consensus"
"keyword:fault tolerance"
"keyword:distributed algorithms"
"keyword:Paxos"
"logpath:VLSM"
]
authors: [
"Mihai Calancea"
"Denisa Diaconescu"
"Wojciech Kołowski"
"Elaine Li"
"Brandon Moore"
"Karl Palmskog"
"Lucas Peña"
"Grigore Roșu"
"Traian Florin Șerbănuță"
"Ioan Teodorescu"
"Dafina Trufaș"
"Jan Tušil"
"Vlad Zamfir"
]