-
Notifications
You must be signed in to change notification settings - Fork 0
/
coq-certicoq.opam
53 lines (51 loc) · 1.3 KB
/
coq-certicoq.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
opam-version: "2.0"
version: "dev+8.19"
maintainer: "The CertiCoq Team"
homepage: "https://certicoq.org/"
dev-repo: "git+https://github.com/CertiCoq/certicoq"
bug-reports: "https://github.com/CertiCoq/certicoq/issues"
authors: ["Andrew Appel"
"Yannick Forster"
"Anvay Grover"
"Joomy Korkut"
"John Li"
"Zoe Paraskevopoulou"
"Matthieu Sozeau"
"Matthew Weaver"
"Abhishek Anand"
"Greg Morrisett"
"Randy Pollack"
"Olivier Savary Belanger"
]
license: "MIT"
build: [
["bash" "./configure.sh"]
[make "all"]
[make "plugins"]
[make "bootstrap"]
[make "-C" "benchmarks" "all"] {with-test}
[make "-C" "bootstrap" "tests"] {with-test}
]
install: [
[make "install"]
]
depends: [
"ocaml" {>= "4.14.2" }
"conf-clang"
"stdlib-shims"
"coq" {>= "8.19" & < "8.20~"}
"coq-compcert" {= "3.13.1"}
"coq-equations" {= "1.3+8.19"}
"coq-coqprime"
"coq-metacoq-erasure-plugin" {= "1.3.2+8.19"}
"coq-metacoq-safechecker-plugin" {= "1.3.2+8.19"}
"coq-ext-lib" {>= "0.12"}
"coq-wasm" {= "dev"}
]
pin-depends: [
["coq-wasm.dev" "git+https://github.com/womeier/wasmcert-coq.git#88a42ee"]
]
synopsis: "A Verified Compiler for Gallina, Written in Gallina "
url {
git: "https://github.com/CertiCoq/certicoq.git"
}