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