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" {>= "1.5.0"} 19 "dune" {>= "2.9"} 20 "ocaml" {>= "4.14" & < "4.15"} 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 "coq-core" 32] 33tags: [ 34 "keyword:compilation" 35 "keyword:OCaml" 36 "logpath:CoqOfOCaml" 37] 38synopsis: "Compile a subset of OCaml to Coq" 39 40url { 41 src: "https://github.com/formal-land/coq-of-ocaml/releases/download/2.5.3/coq-of-ocaml-full.2.5.3+4.14.tar.gz" 42 checksum: [ 43 "sha256=1c6d414ae8e4babfd79f82cb667cdaaf11b4c3b76dc83de4c23f6ee8ec6affff" 44 "sha512=4b017b5892ef0c665a5ff5da292ec5cbdd1a103dfb7193553b78d25693787acd359a30028c335b300883d555786d3787258fe7a57d63cd53b94edc6b40e8ffbe" 45 ] 46}