forked from imdea-software/htt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoq-htt.opam
37 lines (35 loc) · 936 Bytes
/
coq-htt.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
opam-version: "2.0"
version: "dev"
maintainer: [
"Aleks Nanevski"
"Alex Gryzlov"
"Germán Andrés Delbianco"
]
authors: [
"Aleks Nanevski <[email protected]>"
"Alex Gryzlov <[email protected]>"
"Germán Andrés Delbianco <[email protected]>"
]
homepage: "https://github.com/TyGuS/htt"
bug-reports: "https://github.com/TyGuS/htt"
dev-repo: "git+https://github.com/TyGuS/htt.git"
synopsis: "Hoare Type Theory"
license: "GPL-3.0"
description: ""
build: [ make ]
install: [ make "install" ]
depends: [
"ocaml"
"coq" {(>= "8.10.0" & < "8.12~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.10.0" & < "1.12~") | (= "dev")}
"coq-fcsl-pcm" {(>= "1.0.0" & < "1.3~") | (= "dev")}
]
tags: [
"keyword:separation logic"
"keyword:partial commutative monoid"
"category:Computer Science/Data Types and Data Structures"
"logpath:htt"
]
url {
src: "git+https://github.com/imdea-software/htt.git"
}