opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-dialogs" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-dialogs/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-dialogs.git" build: [make "build"] install: [make "install"] remove: [make "remove"] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "gen_js_api" ] synopsis: "Binding OCaml to cordova-plugin-dialogs using gen_js_api." description: """ Binding OCaml to cordova-plugin-dialogs using gen_js_api. See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins.""" url { src: "https://github.com/dannywillems/ocaml-cordova-plugin-dialogs/archive/v1.0.tar.gz" checksum: [ "sha256=19d5c0b72af3e31073e6f7bb5282421b791a98b9d6c7d4e21e692d1acfb51600" "md5=f3c8ca4304836167b0b18d85f4631893" ] }