opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-push" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-push/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-push.git" build: [make "build"] install: [make "install"] remove: [make "remove"] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "gen_js_api" ] synopsis: "Binding OCaml to phonegap-plugin-push using gen_js_api." description: """ Binding OCaml to phonegap-plugin-push using gen_js_api. See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins.""" url { src: "https://github.com/dannywillems/ocaml-cordova-plugin-push-notifications/archive/v1.1.2.zip" checksum: [ "sha256=f6757b8e59a20654ab07e2cbb330d19c5dee558f50953e33e699d1d802669a8b" "md5=07d8b7d7c46c06b7da0d042054d02bb9" ] }