this repo has no description
1opam-version: "2.0"
2maintainer: "sashayanin@gmail.com"
3authors: ["Alexander Yanin"]
4homepage: "https://github.com/monstasat/chartjs-ocaml"
5dev-repo: "git+https://github.com/monstasat/chartjs-ocaml.git"
6bug-reports: "https://github.com/monstasat/chartjs-ocaml/issues"
7license: "MIT"
8synopsis: "OCaml bindigns for Chart.js datalabels plugin"
9description: """
10This library provides OCaml bindings for chartjs-plugin-datalabels.
11This plugin displays labels on data for any type of charts.
12"""
13
14build: [
15 ["dune" "build" "-p" name "-j" jobs]
16]
17
18depends: [
19 "ocaml" {>= "4.08.0"}
20 "dune" {>= "1.11"}
21 "js_of_ocaml"
22 "js_of_ocaml-ppx"
23 "chartjs" {= version}
24]
25url {
26 src:
27 "https://github.com/monstasat/chartjs-ocaml/archive/v0.2.2.tar.gz"
28 checksum: [
29 "sha256=370fbff01351b354a7947dfc44fd6bda49306f1b9b8712395bcd3651269af27b"
30 "sha512=19aebed340aaf2084a126bc28e0aabad490bb361a7b055b506e7a930576098ec6e48775057c2fbce68a12b86576586df2b982381f5639706725c7a12d4780c50"
31 ]
32}