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