opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-datepicker" bug-reports: "https://github.com/dannywillems/ocaml-cordova-plugin-datepicker/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-cordova-plugin-datepicker.git" build: [make "build"] install: [make "install"] remove: [make "remove"] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "gen_js_api" "ocaml-js-stdlib" ] synopsis: "Binding OCaml to cordova-plugin-datepicker using gen_js_api." description: """ Binding OCaml to cordova-plugin-datepicker 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-datepicker/archive/v1.0.tar.gz" checksum: [ "sha256=00009b65eb4a385dbdb73eed07ace25c548a1bc7b9b8a56db9bf2ad52e6d64c9" "md5=ae9a4c023850d26f725d5bc6752db771" ] }