1 { lib, buildDunePackage, fetchFromGitHub, numpy, camlzip }:
9 minimalOCamlVersion = "4.06";
11 src = fetchFromGitHub {
12 owner = "LaurentMazare";
13 repo = "${pname}-ocaml";
15 hash = "sha256:1fryglkm20h6kdqjl55b7065b34bdg3g3p6j0jv33zvd1m5888m1";
18 propagatedBuildInputs = [ camlzip ];
19 nativeCheckInputs = [ numpy ];
24 inherit (src.meta) homepage;
25 description = "OCaml implementation of the Npy format spec";
26 maintainers = [ maintainers.bcdarwin ];
27 license = licenses.asl20;