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/archive/v1.1.tar.gz" checksum: [ "sha256=1acb39fc2bf99b25a8383625b8651b89b250975e8445dc0c881a32946bfb459b" "md5=0376f8d0f31e7b19654e9e6a32a9adca" ] }