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.tar.gz" 32 checksum: [ 33 "sha256=141d7b65dd29024c7c2594b85456fea9c5350cd840ae2850794a92f70fd4409e" 34 "sha512=1c2e5039f436490ca719222ff4b2114339734a8440d6a2b776b8ef94e2bcf798d0fc7bb12dd39bbc54f90d772a58b200da0ff296165657a27a5eacda3407ed6a" 35 ] 36}