-
Notifications
You must be signed in to change notification settings - Fork 5
/
opam
35 lines (32 loc) · 862 Bytes
/
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: "1.2"
version: "dev"
maintainer: "[email protected]"
homepage: "https://github.com/runtimeverification/casper-proofs"
dev-repo: "https://github.com/runtimeverification/casper-proofs.git"
bug-reports: "https://github.com/runtimeverification/casper-proofs/issues"
license: "UIUC"
build: [
[ make "-j%{jobs}%" ]
]
depends: [
"coq" {>= "8.8" & < "8.9~"}
"coq-mathcomp-ssreflect" {>= "1.6" & < "1.8~"}
"coq-fcsl-pcm" {= "1.0.0"}
"coq-hammer" {= "1.0.9+8.8.1"}
"coq-mathcomp-finmap" {= "1.1.0"}
]
tags: [
"category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"keyword:program verification"
"keyword:distributed algorithms"
"logpath:Casper"
]
authors: [
"Ilya Sergey <>"
"George Pirlea <>"
"Karl Palmskog <>"
"Yoichi Hirai <>"
"Daejun Park <>"
"Lucas Pena <>"
"Brandon Moore <>"
]