opam-version: "2.0"
maintainer: "Laurent Mazare <lmazare@gmail.com>"
authors: "Laurent Mazare"
homepage: "https://github.com/LaurentMazare/npy-ocaml"
bug-reports: "https://github.com/LaurentMazare/npy-ocaml/issues"
dev-repo: "git+https://github.com/LaurentMazare/npy-ocaml.git"
build: [make "npy.lib"]


depends: [
  "ocaml" {>= "4.03.0" & < "4.06.0"}
  "camlzip"
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "Numpy npy file format reading/writing."
description:
  "Provide simple read/write function using the numpy npy file format. These can be used to save a bigarray to disk and then load it from python using numpy."
url {
  src: "https://github.com/LaurentMazare/npy-ocaml/archive/0.0.5.tar.gz"
  checksum: "md5=3764488cc7ba863e3b4cce86001b22e0"
}
