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 "angstrom" {>= "0.15.0"}
18 "csexp"
19 "dune" {>= "2.8"}
20 "ocaml" {>= "4.12" & < "4.13"}
21 "ocamlfind" {>= "1.5.2"}
22 "result"
23 "smart-print"
24 "yojson" {>= "1.6.0"}
25]
26depopts: [
27 "coq"
28]
29conflicts: [
30 "coq" {< "8.11"}
31]
32tags: [
33 "keyword:compilation"
34 "keyword:OCaml"
35 "logpath:CoqOfOCaml"
36]
37synopsis: "Compile a subset of OCaml to Coq"
38
39url {
40 src: "https://github.com/formal-land/coq-of-ocaml/releases/download/2.5.3/coq-of-ocaml-full.2.5.3.tar.gz"
41 checksum: [
42 "sha256=f2438cd6bfcb51c79a687a3b2aa7c693cadde675c4dd402e9dd4f212d7883e2a"
43 "sha512=cbb4280213bbe8a4c2e992c0c1782bbcbc61f7b3c03f665311df12df1459db62c78d2f365088c9df8cb3abcdb8a031118b7c313494ac504ce8c1dfec4b0a80f5"
44 ]
45}