opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-media" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-media/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-media.git" build: [make "build"] install: [make "install"] remove: [make "remove"] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "gen_js_api" ] synopsis: "Binding OCaml to cordova-plugin-media using gen_js_api." description: """ Binding OCaml to cordova-plugin-media using gen_js_api. See https://github.com/dannywillems/ocaml-cordova-plugin-list for the complete list of bindings to Cordova plugins.""" url { src: "https://github.com/dannywillems/ocaml-cordova-plugin-media/archive/v1.0.tar.gz" checksum: [ "sha256=61165bd30bcb6c149f38bbc7710cbf58c0160ea7925709cce385676a6f621853" "md5=7a2d5ebe58b4e528424b6291495939e7" ] }