opam-version: "2.0"
maintainer: "Omar, Danny Willems <contact@danny-willems.be>"
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: "md5=bd701b0fe2f48e03565fa941e90199ec"
}
