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 bindings for Chart.js"
9description: """
10This library provides OCaml bindings for the Chart.js
11charting library and some popular plugins.
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]
24url {
25 src:
26 "https://github.com/monstasat/chartjs-ocaml/archive/v0.2.2.tar.gz"
27 checksum: [
28 "sha256=370fbff01351b354a7947dfc44fd6bda49306f1b9b8712395bcd3651269af27b"
29 "sha512=19aebed340aaf2084a126bc28e0aabad490bb361a7b055b506e7a930576098ec6e48775057c2fbce68a12b86576586df2b982381f5639706725c7a12d4780c50"
30 ]
31}