opam-version: "2.0" maintainer: "Omar, Danny Willems " 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: [ "sha256=cd1e84f871e0f69f656cb43cf08a71848816e481a45b8decf825e604b1e595e3" "md5=8aded59720f0d3fdf3c6f7b5384acb9b" ] }