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" {>= "0.2"}
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.6.tar.gz"
27 checksum: [
28 "md5=8fe3760b78c5f9d06c295a693aaed95e"
29 "sha512=41d1c20afaa039e6f7b9fccabd2de6ed2d78b6f820878ab34822f69b5a771fb57da4ebab0da13c7ec0e48f2fdbdae5f75c9953d142fc52740462c8321a22f767"
30 ]
31}