forked from verse-lab/toychain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
29 lines (26 loc) · 669 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
opam-version: "1.2"
version: "dev"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/certichain/toychain"
dev-repo: "https://github.com/certichain/toychain.git"
bug-reports: "https://github.com/certichain/toychain/issues"
license: "BSD"
build: [
[ make "-j%{jobs}%" ]
]
install: [ make "install" ]
depends: [
"coq" {>= "8.7" & < "8.8~"}
"coq-mathcomp-ssreflect" {>= "1.6" & < "1.7~"}
"coq-fcsl-pcm"
]
tags: [
"category:Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
"keyword:program verification"
"keyword:distributed algorithms"
]
authors: [
"Ilya Sergey <>"
"George Pirlea <>"
"Karl Palmskog <>"
]