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.9"} 19 "ocaml" {>= "4.13" & < "4.14"} 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+4.13.tar.gz" 40 checksum: [ 41 "sha256=9dfde155240061a70b803715609246d360605d887035070b160190e21f672dbd" 42 "sha512=259a034fdff6cc0ca4af935eb07ec4dac7916a199452bec2bccbf5b6e26f6dfbcbd33ba53dfe63d0fc64a9c04763129e76ff6d04ebd53bb24e378b96457651ec" 43 ] 44}