this repo has no description
1opam-version: "2.0"
2bug-reports: "https://github.com/LaurentMazare/ocaml-matplotlib/issues"
3homepage: "https://github.com/LaurentMazare/ocaml-matplotlib"
4dev-repo: "git+https://github.com/LaurentMazare/ocaml-matplotlib.git"
5maintainer: "Laurent Mazare <lmazare@gmail.com>"
6authors: [ "Laurent Mazare" ]
7
8build: [["dune" "build" "-j" jobs "-p" name]]
9
10depends: [
11 "base" {>= "v0.11.0" & < "v0.17"}
12 "stdio"
13 "pyml" {>= "20180530"}
14 "dune" {>= "1.4"}
15 "ocaml" {>= "4.06"}
16]
17
18synopsis: "Plotting using Matplotlib through python"
19description: """
20This provides bindings to Matplotlib for various types of plots using pyml
21to interface with python.
22"""
23
24url {
25 src: "https://github.com/LaurentMazare/ocaml-matplotlib/archive/0.1.tar.gz"
26 checksum: [
27 "md5=b895eca50cf5d08554d03f15b95c430d"
28 "sha512=de46cd8a32207e56cf58b7a9a11db6c6c32818bf3703592b61852344baa87866d4ab4a5b26ab1241df6d16c3d4fa4d1221918ac707cb3514992e9f1af2f7602d"
29 ]
30}