opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-file-opener" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-file-opener/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-file-opener.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-file-opener using gen_js_api." description: """ Binding OCaml to cordova-plugin-file-opener 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-file-opener/archive/v1.0.tar.gz" checksum: [ "sha256=808e1cd0f28a0c671a5454301785bd645129a6f97e7091a14295f80cdb34ba00" "md5=b84fb474dd88fc42d57eff4a64b770ef" ] }