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 "csexp"
18 "dune" {>= "2.8"}
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/releases/download/2.5.2/coq-of-ocaml-full.2.5.2.tar.gz"
40 checksum: [
41 "sha256=55564be48ccbdb5b7bcaced6480365e099b8bd7193454b613a4398fd033247ac"
42 "sha512=712c9d594f6f045c127dd9883315286ad83268f7e627771b17437e167d5bbfd221fa79d071b1e77e04e80d219b820dfef14eb0494433e778c9ecfd52d131e665"
43 ]
44}