opam-version: "2.0" bug-reports: "https://github.com/LaurentMazare/ocaml-matplotlib/issues" homepage: "https://github.com/LaurentMazare/ocaml-matplotlib" dev-repo: "git+https://github.com/LaurentMazare/ocaml-matplotlib.git" maintainer: "Laurent Mazare " authors: [ "Laurent Mazare" ] build: [["dune" "build" "-j" jobs "-p" name]] depends: [ "base" {>= "v0.11.0" & < "v0.17"} "stdio" "pyml" {>= "20180530"} "dune" {>= "1.4"} "ocaml" {>= "4.06"} ] synopsis: "Plotting using Matplotlib through python" description: """ This provides bindings to Matplotlib for various types of plots using pyml to interface with python. """ url { src: "https://github.com/LaurentMazare/ocaml-matplotlib/archive/0.1.tar.gz" checksum: [ "md5=b895eca50cf5d08554d03f15b95c430d" "sha512=de46cd8a32207e56cf58b7a9a11db6c6c32818bf3703592b61852344baa87866d4ab4a5b26ab1241df6d16c3d4fa4d1221918ac707cb3514992e9f1af2f7602d" ] }