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.1/coq-of-ocaml-full.2.5.1.tar.gz" 40 checksum: [ 41 "sha256=809eaf4d5d21f6169aefc8c1fe4eb366dc44cfbda26ea3671087cc455e4409c5" 42 "sha512=252f941e20fd7b0ede673fab647c8a60a28777d3de14ebaea38099efb9964ce1f717f8c516b6e48b322ed4cecf86578abdee62e7b48d044f805bf830986a00b8" 43 ] 44}