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-plugin-inappbrowser" 5bug-reports: 6"https://github.com/dannywillems/ocaml-cordova-plugin-inappbrowser/issues" 7license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 8dev-repo: 9 "git+https://github.com/dannywillems/ocaml-cordova-plugin-inappbrowser.git" 10build: [make "build"] 11install: [make "install"] 12remove: [make "remove"] 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "ocamlfind" {build} 16 "gen_js_api" 17] 18synopsis: "Binding OCaml to cordova-plugin-inappbrowser using gen_js_api." 19description: """ 20Binding OCaml to cordova-plugin-inappbrowser using gen_js_api. 21See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins.""" 22url { 23 src: 24 "https://github.com/dannywillems/ocaml-cordova-plugin-inappbrowser/archive/v1.0.tar.gz" 25 checksum: [ 26 "sha256=cf40bbb5f582003a301a9f50aa0ce38d8cac3110b3f24c2ea55cac5f948692f2" 27 "md5=72e08064094c5c130e048b0b6c031f60" 28 ] 29}