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 OCaml && ./configure.sh"] {coq:installed} 10 [make "-C" "OCaml" "-j%{jobs}%"] {coq:installed} 11 ["dune" "build" "-p" name "-j" jobs] 12] 13install: [ 14 [make "-C" "OCaml" "install"] {coq:installed} 15] 16depends: [ 17 "dune" {>= "1.11" & < "2.8"} 18 "ocaml" {>= "4.09" & < "4.10"} 19 "ocamlfind" {>= "1.5.2"} 20 "smart-print" 21 "yojson" {>= "1.6.0"} 22] 23depopts: [ 24 "coq" 25] 26conflicts: [ 27 "coq" {< "8.11"} 28] 29tags: [ 30 "keyword:compilation" 31 "keyword:ocaml" 32 "logpath:OCaml" 33] 34synopsis: "Compile a subset of OCaml to Coq" 35 36url { 37 src: "https://github.com/formal-land/coq-of-ocaml/archive/2.2.1.tar.gz" 38 checksum: [ 39 "sha256=3185fe93e13ce05f409307f04f30de4cbbbdd644b85570f2ef629780b57af174" 40 "sha512=835ca0b5f464c602317dedf55c15ca7e4d0f99c88fdda925a595632fe8dc63f6c15e6f4a5578bd211d9fab4fae44d7e61235af786e30f8bb1b2454f55faa6269" 41 ] 42}