forked from camlspotter/plotly-ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdune-project
More file actions
26 lines (17 loc) · 730 Bytes
/
dune-project
File metadata and controls
26 lines (17 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(lang dune 3.7)
(name plotly)
(generate_opam_files true)
(source
(github camlspotter/plotly-ocaml))
(authors "Jun FURUSE <jun.furuse@dailambda.jp>")
(maintainers "Jun FURUSE <jun.furuse@dailambda.jp>")
(license MIT)
; (documentation https://url/to/documentation)
(package
(name plotly)
(synopsis "Binding for Plotly Open Source Graphing Library")
(description "OCaml wrapper for Plotly Open Source Graphing Library: https://plotly.com/graphing-libraries")
(depends (ocaml (>= "4.14.0")) dune js_of_ocaml js_of_ocaml-ppx js_of_ocaml-lwt pyml ezjsonm)
; (tags (topics "to describe" your project))
(version "1.0.0"))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project