this repo has no description

Merge pull request #21573 from LaurentMazare/matplotlib-update

Update to the latest version of ocaml-matplotlib.

Changed files
+31
packages
matplotlib
matplotlib.0.2
+31
packages/matplotlib/matplotlib.0.2/opam
···
+
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 <lmazare@gmail.com>"
+
authors: [ "Laurent Mazare" ]
+
license: "MIT"
+
+
build: [["dune" "build" "-j" jobs "-p" name]]
+
+
depends: [
+
"base" {>= "v0.11.0"}
+
"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.2.tar.gz"
+
checksum: [
+
"md5=a08efaf79f9d8d4284d35ada560aae7f"
+
"sha512=e345241f891fd3fd3e61b7161ba9df9f9e174f20781021e662481b01de4fcfef34ce0e85e63144088ae11417c878816a235e4fd7478559b60f0d5f18a5911253"
+
]
+
}