this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings for Cleave" 3description: "Bindings for Cleave" 4maintainer: "OCamlPro <contact@ocamlpro.com>" 5authors: "OCamlPro <contact@ocamlpro.com>" 6license: "LGPL-2.1-only" 7homepage: "https://github.com/ocamlpro/ezjs_cleave" 8bug-reports: "https://github.com/ocamlpro/ezjs_cleave/issues" 9depends: [ 10 "ocaml" {>= "4.05"} 11 "dune" {>= "2.0"} 12 "js_of_ocaml" {>= "3.6"} 13 "js_of_ocaml-ppx" {>= "3.6"} 14] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/ocamlpro/ezjs_cleave.git" 30url { 31 src: "https://github.com/ocamlpro/ezjs_cleave/archive/0.1.1.tar.gz" 32 checksum: [ 33 "md5=1e5eff7c65e8b6a37ebf8f6c83d0e712" 34 "sha512=22fa31da83fa62dfde4a6c9709d9a69f40edc67ea053350b7ca9029d907fac50a01dfb0e56427c9813742af9a53795a22487599a095c47f2827092aa56564b38" 35 ] 36}