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