this repo has no description
1opam-version: "2.0" 2maintainer: "Danny Willems <contact@danny-willems.be>" 3authors: "Danny Willems <contact@danny-willems.be>" 4homepage: 5"https://github.com/dannywillems/ocaml-cordova-plugin-file-transfer" 6bug-reports: 7"https://github.com/dannywillems/ocaml-cordova-plugin-file-transfer/issues" 8license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 9dev-repo: 10 "git+https://github.com/dannywillems/ocaml-cordova-plugin-file-transfer.git" 11build: [make "build"] 12install: [make "install"] 13remove: [make "remove"] 14depends: [ 15 "ocaml" {>= "4.03.0"} 16 "ocamlfind" {build} 17 "gen_js_api" 18] 19synopsis: "Binding OCaml to cordova-plugin-file-transfer using gen_js_api." 20description: """ 21Binding OCaml to cordova-plugin-file-transfer using gen_js_api. 22See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins.""" 23url { 24 src: 25 "https://github.com/dannywillems/ocaml-cordova-plugin-file-transfer/archive/v1.0.tar.gz" 26 checksum: [ 27 "sha256=a67b8ce6a2016ac564378161e8bdcc0ea72e6cce14c86273298720b826b24bff" 28 "md5=dd5c2a0d825b2ed51a71c083657e3694" 29 ] 30}