this repo has no description
1opam-version: "2.0"
2maintainer: "dev@clarus.me"
3homepage: "https://github.com/formal-land/coq-of-ocaml"
4dev-repo: "git+https://github.com/formal-land/coq-of-ocaml.git"
5bug-reports: "https://github.com/formal-land/coq-of-ocaml/issues"
6authors: ["Guillaume Claret"]
7license: "MIT"
8build: [
9 ["sh" "-c" "cd OCaml && ./configure.sh"] {coq:installed}
10 [make "-C" "OCaml" "-j%{jobs}%"] {coq:installed}
11 ["dune" "build" "-p" name "-j" jobs]
12]
13install: [
14 [make "-C" "OCaml" "install"] {coq:installed}
15]
16depends: [
17 "dune" {>= "2.0" & < "2.8"}
18 "ocaml" {>= "4.09" & < "4.10"}
19 "ocamlfind" {>= "1.5.2"}
20 "smart-print"
21 "yojson" {>= "1.6.0"}
22]
23depopts: [
24 "coq"
25]
26conflicts: [
27 "coq" {< "8.11"}
28]
29tags: [
30 "keyword:compilation"
31 "keyword:ocaml"
32 "logpath:OCaml"
33]
34synopsis: "Compile a subset of OCaml to Coq"
35
36url {
37 src: "https://github.com/formal-land/coq-of-ocaml/archive/2.3.0.tar.gz"
38 checksum: [
39 "sha256=889046cbfdc479b02aa9a97bcb6284df7539eba60e0f37f03c365e658445395d"
40 "sha512=eec30792f4ab93a4ce9f8b94880c6e44bd7bc11424e24258c20e06e414af10fc108435543976e9c962ed7bbf17384cfe3bcf9114c90aeb57f3e1e188716537fe"
41 ]
42}