this repo has no description
1opam-version: "2.0"
2maintainer: "simon cruanes"
3authors: [ "Oliver Gu <gu.oliver@yahoo.com>" ]
4homepage: "https://github.com/c-cube/ocaml-gnuplot"
5bug-reports: "https://github.com/c-cube/ocaml-gnuplot/issues"
6dev-repo: "git+https://github.com/c-cube/ocaml-gnuplot.git"
7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8build: [
9 ["dune" "build" "-p" name "-j" jobs]
10 ["dune" "build" "-p" name "-j" jobs "@doc"] {with-doc}
11]
12depends: [
13 "base-unix"
14 "ISO8601"
15 "conf-gnuplot"
16 "dune" {>= "1.0"}
17 "ocaml" {>= "4.03"}
18 "odoc" {with-doc}
19]
20synopsis: "Simple interface to Gnuplot
21
22Gnuplot-OCaml provides a simple interface to Gnuplot from OCaml.
23The API supports only 2D graphs and was inspired by FnuPlot
24"
25url {
26 src: "https://github.com/c-cube/ocaml-gnuplot/archive/v0.7.tar.gz"
27 checksum: [
28 "md5=f2fe68341173273bb9dc43b9d09f5b56"
29 "sha512=38f2076f2d9365b8a7206981d4a08d21c2dded9dbec4357ad87349c0d74779fce35de885770e01d237bd9ca407287b0d321b3325968e93cb571ad714036939fa"
30 ]
31}