this repo has no description
1opam-version: "2.0"
2bug-reports: "https://github.com/LaurentMazare/npy-ocaml/issues"
3homepage: "https://github.com/LaurentMazare/npy-ocaml"
4dev-repo: "git+https://github.com/LaurentMazare/npy-ocaml.git"
5maintainer: "Laurent Mazare <lmazare@gmail.com>"
6authors: [ "Laurent Mazare" ]
7
8build: [["dune" "build" "-p" name "-j" jobs]]
9depends: [
10 "camlzip"
11 "dune" {>= "1.4"}
12 "ocaml" {>= "4.06"}
13]
14synopsis: "Numpy npy file format reading/writing."
15description:
16 "Provide simple read/write function using the numpy npy/npz file formats. These can be used to save a bigarray to disk and then load it from python using numpy."
17url {
18 src: "https://github.com/LaurentMazare/npy-ocaml/archive/0.0.9.tar.gz"
19 checksum: [
20 "md5=8a06935cb77ad546cd40872fcf7fd1e1"
21 "sha512=d682a748fd94d077e763bab259946690aff3b4da5ff374820e79802a49dc6f75ab0d0af3a739a52538453508687c3675a29860ff36c12f2b33a0de59c8ab5b2a"
22 ]
23}