forked from AU-COBRA/ConCert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrocq-concert.opam
More file actions
39 lines (37 loc) · 1.17 KB
/
rocq-concert.opam
File metadata and controls
39 lines (37 loc) · 1.17 KB
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
38
39
opam-version: "2.0"
name: "rocq-concert"
version: "dev"
synopsis: "A framework for smart contract verification in Rocq"
description: """
A framework for smart contract verification in Rocq
"""
maintainer: "Danil Annenkov <danil.v.annenkov@gmail.com>"
authors: "The COBRA team"
license: "MIT"
homepage: "https://github.com/AU-COBRA/ConCert"
dev-repo: "git+https://github.com/AU-COBRA/ConCert.git"
bug-reports: "https://github.com/AU-COBRA/ConCert/issues"
doc: "https://au-cobra.github.io/ConCert/toc.html"
depends: [
"rocq-core" {>= "9.1" & < "9.2~"}
"rocq-stdlib" {>= "9.0" & < "9.1~"}
"rocq-bignums" {>= "9"}
"coq-quickchick" {>= "2.0.4"}
"rocq-metarocq-utils" {>= "1.4" & < "1.4.2~"}
"rocq-metarocq-common" {>= "1.4" & < "1.4.2~"}
"rocq-metarocq-template" {>= "1.4" & < "1.4.2~"}
"rocq-metarocq-template-pcuic" {>= "1.4" & < "1.4.2~"}
"rocq-metarocq-pcuic" {>= "1.4" & < "1.4.2~"}
"rocq-metarocq-safechecker" {>= "1.4" & < "1.4.2~"}
"rocq-metarocq-erasure" {>= "1.4" & < "1.4.2~"}
"rocq-rust-extraction" {= "0.2.0"}
"rocq-elm-extraction" {= "0.2.0"}
"rocq-stdpp" {= "1.13.0"}
]
build: [
[make "core"]
[make "html"] {with-doc}
]
install: [
[make "install"]
]