opam-version: "2.0"
maintainer: "Omar, Danny Willems <contact@danny-willems.be>"
authors: "Omar"
homepage:
"https://github.com/dannywillems/ocaml-cordova-plugin-background-mode"
bug-reports:
"https://github.com/dannywillems/ocaml-cordova-plugin-background-mode/issues"
license: "LGPL-3.0-only with OCaml-LGPL-linking-exception"
dev-repo:
  "git+https://github.com/dannywillems/ocaml-cordova-plugin-background-mode.git"
build: [make]
install: [make "install"]
remove: ["ocamlfind" "remove" "cordova-plugin-background-mode"]
depends: [
  "ocaml" {>= "4.03.0"}
  "gen_js_api"
  "js_of_ocaml"
  "ocamlfind" {build}
]
synopsis: "Binding to cordova-plugin-background-mode using gen_js_api."
description: """
Binding to cordova-plugin-background-mode 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-background-mode/archive/v1.0.tar.gz"
  checksum: "md5=8aded59720f0d3fdf3c6f7b5384acb9b"
}
