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: "Binding OCaml to phonegap-plugin-push using gen_js_api."
18description: """
19Binding OCaml to phonegap-plugin-push using gen_js_api.
20See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins."""
21url {
22 src:
23 "https://github.com/dannywillems/ocaml-cordova-plugin-push-notifications/archive/v1.1.2.zip"
24 checksum: [
25 "sha256=f6757b8e59a20654ab07e2cbb330d19c5dee558f50953e33e699d1d802669a8b"
26 "md5=07d8b7d7c46c06b7da0d042054d02bb9"
27 ]
28}