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