15 minimalOCamlVersion = "4.06";
17 src = fetchFromGitHub {
18 owner = "LaurentMazare";
19 repo = "${pname}-ocaml";
21 hash = "sha256:1fryglkm20h6kdqjl55b7065b34bdg3g3p6j0jv33zvd1m5888m1";
24 propagatedBuildInputs = [ camlzip ];
25 nativeCheckInputs = [ numpy ];
30 inherit (src.meta) homepage;
31 description = "OCaml implementation of the Npy format spec";
32 maintainers = [ maintainers.bcdarwin ];
33 license = licenses.asl20;