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.9"}
20 "ocaml" {>= "4.13" & < "4.14"}
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+4.13.tar.gz"
41 checksum: [
42 "sha256=9163c752a30d310443e5d5677a96ebfbbdf08dfe0042fe1fee3402f9e7efb492"
43 "sha512=f3d1f84b3269035502c95967835c6baa8ec501127b2139e221f90ab2ca47b149c6f6c61f8ba50faef62d2076d03bb428cb775bcf13587b89bf85716445fe92a4"
44 ]
45}