opam-version: "2.0" maintainer: "sashayanin@gmail.com" authors: ["Alexander Yanin"] homepage: "https://github.com/monstasat/chartjs-ocaml" dev-repo: "git+https://github.com/monstasat/chartjs-ocaml.git" bug-reports: "https://github.com/monstasat/chartjs-ocaml/issues" license: "MIT" synopsis: "OCaml bindings for Chart.js streaming plugin" description: """ This library provides OCaml bindings for chartjs-plugin-streaming. This plugin allows creation of live streaming charts. """ build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "1.11"} "js_of_ocaml" "js_of_ocaml-ppx" "chartjs" {= version} ] url { src: "https://github.com/monstasat/chartjs-ocaml/archive/v0.2.2.tar.gz" checksum: [ "sha256=370fbff01351b354a7947dfc44fd6bda49306f1b9b8712395bcd3651269af27b" "sha512=19aebed340aaf2084a126bc28e0aabad490bb361a7b055b506e7a930576098ec6e48775057c2fbce68a12b86576586df2b982381f5639706725c7a12d4780c50" ] }