opam-version: "2.0"
maintainer: "Oliver Gu <gu.oliver@yahoo.com>"
authors: "Oliver Gu <gu.oliver@yahoo.com>"
homepage: "https://bitbucket.org/ogu/gnuplot-ocaml"
bug-reports: "https://bitbucket.org/ogu/gnuplot-ocaml/issues"
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
dev-repo: "git+https://bitbucket.org/ogu/gnuplot-ocaml.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.03.0"}
  "core" {< "v0.13"}
  "conf-gnuplot"
  "jbuilder" {>= "1.0+beta2"}
]
synopsis: "Simple interface to Gnuplot"
description: """
Gnuplot-OCaml provides a simple interface to Gnuplot from OCaml.
The API supports only 2D graphs and was inspired by FnuPlot."""
url {
  src:
    "https://bitbucket.org/ogu/gnuplot-ocaml/downloads/gnuplot-ocaml-0.5.3.tar.gz"
  checksum: "md5=4df924134f1472fa275c2da9cea05b0b"
}
