this repo has no description
1opam-version: "2.0"
2maintainer: "Danny Willems <contact@danny-willems.be>"
3authors: "Danny Willems <contact@danny-willems.be>"
4homepage: "https://github.com/dannywillems/ocaml-cordova-plugin-datepicker"
5bug-reports:
6"https://github.com/dannywillems/ocaml-cordova-plugin-datepicker/issues"
7license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception"
8dev-repo:
9 "git+https://github.com/dannywillems/ocaml-cordova-plugin-datepicker.git"
10build: [make "build"]
11install: [make "install"]
12remove: [make "remove"]
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "ocamlfind" {build}
16 "gen_js_api"
17 "ocaml-js-stdlib"
18]
19synopsis: "Binding OCaml to cordova-plugin-datepicker using gen_js_api."
20description: """
21Binding OCaml to cordova-plugin-datepicker 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-datepicker/archive/v1.0.tar.gz"
26 checksum: [
27 "sha256=00009b65eb4a385dbdb73eed07ace25c548a1bc7b9b8a56db9bf2ad52e6d64c9"
28 "md5=ae9a4c023850d26f725d5bc6752db771"
29 ]
30}