opam-version: "2.0"
maintainer: "Hezekiah M. Carty <hez@0ok.org>"
authors: [ "Hezekiah M. Carty <hez@0ok.org>" ]
license: "LGPL-2.1 with OCaml linking exception"
homepage: "https://github.com/hcarty/ocaml-plplot/"
dev-repo: "git://github.com/hcarty/ocaml-plplot.git"
bug-reports: "https://github.com/hcarty/ocaml-plplot/issues"
doc: "https://hcarty.github.io/ocaml-plplot/plplot"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.02.0"}
  "dune" {>= "2.0.0"}
  "dune-configurator"
  "conf-plplot"
]
synopsis: "Bindings for the PLplot library"
description: "PLplot is a library for creating scientific plots http://plplot.sf.net/"
url {
  src:
    "https://github.com/hcarty/ocaml-plplot/releases/download/v5.11.0-1/plplot-v5.11.0-1.tbz"
  checksum: [
    "sha256=0e621226ea66e72399936a6790caf1a3c12a1091e2c7e24b612ad75b42533f52"
    "sha512=d8b482223a8eb2eafb0e5951be77bb4f41aefdfe8a262149a733f0ba3f22d0e15807ca8f5cb8b18172b0e26ca1686f78d1f47d7259bfbb236ce32fd60d7e3555"
  ]
}
