-
Notifications
You must be signed in to change notification settings - Fork 4
/
helix.opam
47 lines (46 loc) · 922 Bytes
/
helix.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
opam-version: "2.0"
synopsis: "HELIX"
description: "Verified SPIRAL compiler"
maintainer: ["Vadim Zaliva <[email protected]>"]
authors: [
"Vadim Zaliva"
"Ilia Zaichuk"
"Yannick Zakowski"
"Calvin Beck"
"Irene Yoon"
"Steve Zdancewic"
]
license: "BSD-2-Clause"
homepage: "https://github.com/vzaliva/helix"
bug-reports: "https://github.com/vzaliva/helix/issues"
depends: [
"ocaml" {>= "4.12.0"}
"ocamlfind"
"ocamlbuild"
"camlp5"
"coq-itree" {< "5.0.0"}
"coq-mathcomp-ssreflect"
"coq-simple-io"
"coq-color"
"coq-math-classes"
"coq-metacoq-template"
"coq-switch"
"ANSITerminal"
"coq-paco"
"coq-ceres"
"coq-libhyps"
"core"
"core_kernel"
"dune" {< "3.0" }
"qcheck"
"gappa"
"coq-gappa"
"coq" {= "8.13.2"}
"coq-ext-lib" {= "0.11.5"}
"coq-flocq" {= "3.4.2"}
"menhir" {= "20211128"}
]
build: [
[make "-j" jobs]
]
dev-repo: "git+https://github.com/vzaliva/helix.git"