# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Binding for Plotly Open Source Graphing Library" description: "OCaml wrapper for Plotly Open Source Graphing Library: https://plotly.com/graphing-libraries" maintainer: ["Jun FURUSE "] authors: ["Jun FURUSE "] license: "MIT" homepage: "https://github.com/camlspotter/plotly-ocaml" bug-reports: "https://github.com/camlspotter/plotly-ocaml/issues" depends: [ "ocaml" {>= "4.14.0"} "dune" {>= "3.7"} "js_of_ocaml" "js_of_ocaml-ppx" "js_of_ocaml-lwt" "pyml" {>= "20220905"} "odoc" {with-doc} "ezjsonm" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/camlspotter/plotly-ocaml.git" url { src: "https://github.com/camlspotter/plotly-ocaml/archive/refs/tags/v1.0.0.tar.gz" checksum: [ "md5=a3817f0fa4fb58615bfd7cb8e64f5856" "sha512=40b0d2b4a3a33ae0d9eecdd39d233bfb072ac01cbfdaaad1fe10e0057a2ed9fadb685a9aed3b47cb7296757b78665b23630dc5a0a9bc3ec5f5a3f330c7c1c69d" ] }