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