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 annotation plugin"
9description: """
10This library provides OCaml bindings for chartjs-plugin-annotation.
11This plugin draws lines and boxes over the chart area.
12Annotations work with line, bar, scatter and bubble charts that use
13linear, logarithmic, or category scales.
14"""
15
16build: [
17 ["dune" "build" "-p" name "-j" jobs]
18]
19
20depends: [
21 "ocaml" {>= "4.08.0"}
22 "dune" {>= "1.11"}
23 "js_of_ocaml"
24 "js_of_ocaml-ppx"
25 "chartjs" {= version}
26]
27url {
28 src:
29 "https://github.com/monstasat/chartjs-ocaml/archive/v0.2.2.tar.gz"
30 checksum: [
31 "sha256=370fbff01351b354a7947dfc44fd6bda49306f1b9b8712395bcd3651269af27b"
32 "sha512=19aebed340aaf2084a126bc28e0aabad490bb361a7b055b506e7a930576098ec6e48775057c2fbce68a12b86576586df2b982381f5639706725c7a12d4780c50"
33 ]
34}