-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoq-pos-nsb.opam
36 lines (32 loc) · 1.02 KB
/
coq-pos-nsb.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
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/AU-COBRA/PoS-NSB"
dev-repo: "git+https://github.com/AU-COBRA/PoS-NSB.git"
bug-reports: "https://github.com/AU-COBRA/PoS-NSB/issues"
license: "MIT"
synopsis: "Coq formalization of a proof-of-stake Nakamoto-style blockchain"
description: """
This repository contains a formalization of Proof-of-Stake (PoS)
Nakamoto-style blockchain (NSB). Assuming a synchronous network
with a static set of corrupted parties we prove chain growth,
chain quality, and common prefix."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {>= "8.11" & < "8.13~"}
"coq-mathcomp-ssreflect" {>= "1.11" & < "1.12~"}
"coq-mathcomp-finmap" {>= "1.5"}
"coq-equations" {>= "1.2.2"}
"coq-record-update"
]
tags: [
"category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"keyword:blockchain"
"keyword:consensus"
"logpath:AUChain"
]
authors: [
"Søren Eller Thomsen"
"Bas Spitters"
]