-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcoq-giskard.opam
33 lines (29 loc) · 975 Bytes
/
coq-giskard.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
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/runtimeverification/giskard-verification"
dev-repo: "git+https://github.com/runtimeverification/giskard-verification.git"
bug-reports: "https://github.com/runtimeverification/giskard-verification/issues"
license: "NCSA"
synopsis: "Verified model of the Giskard consensus protocol in Coq"
description: """
The Giskard consensus protocol is used to validate transactions and computations
in the PlatON network. This project provides a model of Giskard in Coq, and formally
proves several key safety properties of the protocol."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {>= "8.10"}
]
tags: [
"category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"keyword:Giskard"
"keyword:consensus"
"keyword:blockchain"
"logpath:Giskard"
]
authors: [
"Elaine Li"
"Karl Palmskog"
"Mircea Sebe"
]