forked from formal-land/coq-of-ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoq-of-ocaml.opam
43 lines (42 loc) · 951 Bytes
/
coq-of-ocaml.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
version: "dev"
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/clarus/coq-of-ocaml"
dev-repo: "git+https://github.com/clarus/coq-of-ocaml.git"
bug-reports: "https://github.com/clarus/coq-of-ocaml/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
["sh" "-c" "cd proofs && ./configure.sh"] {coq:installed}
[make "-C" "proofs" "-j%{jobs}%"] {coq:installed}
["dune" "build" "-p" name "-j" jobs]
[make "test"] {with-test}
]
install: [
[make "-C" "proofs" "install"] {coq:installed}
]
depends: [
"bisect_ppx" {dev & >= "2.5.0"}
"conf-ruby" {with-test}
"csexp"
"dune" {>= "2.8"}
"menhir" {dev}
"ocaml" {>= "4.12" & < "4.13"}
"ocamlfind" {>= "1.5.2"}
"result"
"smart-print"
"yojson" {>= "1.6.0"}
"angstrom"
]
depopts: [
"coq"
]
conflicts: [
"coq" {< "8.11"}
]
tags: [
"keyword:compilation"
"keyword:OCaml"
"logpath:CoqOfOCaml"
]
synopsis: "Compile a subset of OCaml to Coq"