this repo has no description
1opam-version: "2.0" 2maintainer: "Oliver Gu <gu.oliver@yahoo.com>" 3authors: "Oliver Gu <gu.oliver@yahoo.com>" 4homepage: "https://bitbucket.org/ogu/gnuplot-ocaml" 5bug-reports: "https://bitbucket.org/ogu/gnuplot-ocaml/issues" 6license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 7dev-repo: "git+https://bitbucket.org/ogu/gnuplot-ocaml.git" 8build: ["jbuilder" "build" "-p" name "-j" jobs] 9depends: [ 10 "ocaml" {>= "4.03.0"} 11 "core" {< "v0.13"} 12 "conf-gnuplot" 13 "jbuilder" {>= "1.0+beta7"} 14] 15synopsis: "Simple interface to Gnuplot" 16description: """ 17Gnuplot-OCaml provides a simple interface to Gnuplot from OCaml. 18The API supports only 2D graphs and was inspired by FnuPlot.""" 19url { 20 src: 21 "https://bitbucket.org/ogu/gnuplot-ocaml/downloads/gnuplot-ocaml-0.5.3.tar.gz" 22 checksum: [ 23 "sha256=054ce16a07a35f1850aa9876a53575f7e9ea7759507937878bcc6ac3c6685c7d" 24 "md5=4df924134f1472fa275c2da9cea05b0b" 25 ] 26}