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 proofs && ./configure.sh"] {coq:installed}
10 [make "-C" "proofs" "-j%{jobs}%"] {coq:installed}
11 ["dune" "build" "-p" name "-j" jobs]
12]
13install: [
14 [make "-C" "proofs" "install"] {coq:installed}
15]
16depends: [
17 "dune" {>= "2.8"}
18 "csexp"
19 "ocaml" {>= "4.12" & < "4.13"}
20 "ocamlfind" {>= "1.5.2"}
21 "result"
22 "smart-print"
23 "yojson" {>= "1.6.0"}
24]
25depopts: [
26 "coq"
27]
28conflicts: [
29 "coq" {< "8.11"}
30]
31tags: [
32 "keyword:compilation"
33 "keyword:OCaml"
34 "logpath:CoqOfOCaml"
35]
36synopsis: "Compile a subset of OCaml to Coq"
37
38url {
39 src: "https://github.com/formal-land/coq-of-ocaml/archive/2.5.0.tar.gz"
40 checksum: [
41 "sha256=d58dc0f9223fdf228f995ddc020c9e54499d8d8adf579f07ab900ba88f2967d4"
42 "sha512=ed60c61e3c534c4e4b81262a54e0a5896d25070251ed8c7ea68f6f1e4c9374d5f61c35f5093881d061517213973f77d3ba9ab0ea178343164eb1588b928fbe80"
43 ]
44}