this repo has no description
1opam-version: "2.0"
2maintainer: "Omar, Danny Willems <contact@danny-willems.be>"
3authors: "Omar"
4homepage:
5"https://github.com/dannywillems/ocaml-cordova-plugin-background-mode"
6bug-reports:
7"https://github.com/dannywillems/ocaml-cordova-plugin-background-mode/issues"
8license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
9dev-repo:
10 "git+https://github.com/dannywillems/ocaml-cordova-plugin-background-mode.git"
11build: [make]
12install: [make "install"]
13remove: ["ocamlfind" "remove" "cordova-plugin-background-mode"]
14depends: [
15 "ocaml" {>= "4.03.0"}
16 "gen_js_api"
17 "js_of_ocaml"
18 "ocamlfind" {build}
19]
20synopsis: "Binding to cordova-plugin-background-mode using gen_js_api."
21description: """
22Binding to cordova-plugin-background-mode using gen_js_api.
23See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins."""
24flags: light-uninstall
25url {
26 src:
27 "https://github.com/dannywillems/ocaml-cordova-plugin-background-mode/archive/v1.0.tar.gz"
28 checksum: [
29 "sha256=cd1e84f871e0f69f656cb43cf08a71848816e481a45b8decf825e604b1e595e3"
30 "md5=8aded59720f0d3fdf3c6f7b5384acb9b"
31 ]
32}