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