opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-toast" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-toast/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-toast.git" build: [make "build"] install: [make "install"] remove: [make "remove"] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "gen_js_api" ] synopsis: "Binding OCaml to cordova-plugin-toast using gen_js_api." description: """ Binding OCaml to cordova-plugin-toast 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-toast/archive/v1.0.tar.gz" checksum: [ "sha256=2e0533f621ce526cd42ae65ea98d43bbe287c23da5f83d7bfdd4ef5ffe7d473f" "md5=a2a6b8c99f1725388f9b4f34bc9030ee" ] }