opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-loading-spinner" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-loading-spinner/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-loading-spinner.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-loading-spinner using gen_js_api." description: """ Binding OCaml to cordova-plugin-loading-spinner 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-loading-spinner/archive/v1.0.tar.gz" checksum: [ "sha256=0c2c9ebe29e0566bf6d18f69475d33592cb77b991e6b1e521106537ab4d87f0d" "md5=3f86d155fbb58320cef560b9854d684f" ] }