this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Binding for Plotly Open Source Graphing Library" 4description: 5 "OCaml wrapper for Plotly Open Source Graphing Library: https://plotly.com/graphing-libraries" 6maintainer: ["Jun FURUSE <jun.furuse@dailambda.jp>"] 7authors: ["Jun FURUSE <jun.furuse@dailambda.jp>"] 8license: "MIT" 9homepage: "https://github.com/camlspotter/plotly-ocaml" 10bug-reports: "https://github.com/camlspotter/plotly-ocaml/issues" 11depends: [ 12 "ocaml" {>= "4.14.0"} 13 "dune" {>= "3.7"} 14 "js_of_ocaml" 15 "js_of_ocaml-ppx" 16 "js_of_ocaml-lwt" 17 "pyml" {>= "20220905"} 18 "odoc" {with-doc} 19 "ezjsonm" 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/camlspotter/plotly-ocaml.git" 36url { 37 src: 38 "https://github.com/camlspotter/plotly-ocaml/archive/refs/tags/v1.0.0.tar.gz" 39 checksum: [ 40 "md5=a3817f0fa4fb58615bfd7cb8e64f5856" 41 "sha512=40b0d2b4a3a33ae0d9eecdd39d233bfb072ac01cbfdaaad1fe10e0057a2ed9fadb685a9aed3b47cb7296757b78665b23630dc5a0a9bc3ec5f5a3f330c7c1c69d" 42 ] 43}