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