this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings for the Ace editor" 3description: "Bindings for the Ace editor" 4maintainer: "OCamlPro <contact@ocamlpro.com>" 5authors: "OCamlPro <contact@ocamlpro.com>" 6license: "LGPL-2.1-only" 7homepage: "https://github.com/ocamlpro/ezjs_ace" 8bug-reports: "https://github.com/ocamlpro/ezjs_ace/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_ace.git" 30url { 31 src: "https://github.com/ocamlpro/ezjs_ace/archive/0.1.1.tar.gz" 32 checksum: [ 33 "md5=d082fae5e5d56c6b31d80641144b1161" 34 "sha512=9ceafdbddadba31b0363a99d8a4617aac30791cf514558b376746c2569510643676e48f0f81d31ac964b895ff05325d22342897d6ccf791087e22963080405ec" 35 ] 36}