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" {< "2.0"} 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.8.tar.gz" 19 checksum: [ 20 "md5=94e013ec2e79239439a42c34556e91ad" 21 "sha512=d0655ad3045ee7f4c4e8057f735a9c6a6188c0f507a81e5dc9d8010456afd559a071bf412370ff54b92f3b41537a5a375c476cce7af3ec186d0d57df49080f99" 22 ] 23}