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-email-composer" 6bug-reports: 7"https://github.com/dannywillems/ocaml-cordova-plugin-email-composer/issues" 8license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 9dev-repo: 10 "git+https://github.com/dannywillems/ocaml-cordova-plugin-email-composer.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-email-composer using gen_js_api." 20description: """ 21Binding OCaml to cordova-plugin-email-composer 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-email-composer/archive/v1.0.tar.gz" 26 checksum: [ 27 "sha256=25a0f24efa1d94a5d1abdff5d524a67ac52a9cd8c46fe6273b2ef9aaaabfc4fa" 28 "md5=67b1e887916b54c56966d6f3eff47d2f" 29 ] 30}