this repo has no description
1opam-version: "2.0" 2maintainer: "Hezekiah M. Carty <hez@0ok.org>" 3authors: [ "Hezekiah M. Carty <hez@0ok.org>" ] 4license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 5homepage: "https://github.com/hcarty/ocaml-plplot/" 6dev-repo: "git+https://github.com/hcarty/ocaml-plplot.git" 7bug-reports: "https://github.com/hcarty/ocaml-plplot/issues" 8doc: "https://hcarty.github.io/ocaml-plplot/plplot" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.02.0" & < "5.0"} 14 "dune" {>= "2.0.0"} 15 "dune-configurator" 16 "conf-plplot" 17] 18synopsis: "Bindings for the PLplot library" 19description: "PLplot is a library for creating scientific plots http://plplot.sf.net/" 20url { 21 src: 22 "https://github.com/hcarty/ocaml-plplot/releases/download/v5.11.0-1/plplot-v5.11.0-1.tbz" 23 checksum: [ 24 "sha256=0e621226ea66e72399936a6790caf1a3c12a1091e2c7e24b612ad75b42533f52" 25 "sha512=d8b482223a8eb2eafb0e5951be77bb4f41aefdfe8a262149a733f0ba3f22d0e15807ca8f5cb8b18172b0e26ca1686f78d1f47d7259bfbb236ce32fd60d7e3555" 26 ] 27}