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