1 { lib, buildDunePackage, fetchFromGitHub, m4, camlp-streams, core_kernel, ounit }:
7 minimalOCamlVersion = "4.08";
9 src = fetchFromGitHub {
13 hash = "sha256-iSg0QsTcU0MT/Cletl+hW6bKyH0jkp7Jixqu8H59UmQ=";
16 patches = [ ./git_commit.patch ./janestreet-0.17.patch ];
18 nativeBuildInputs = [ m4 ];
19 checkInputs = [ ounit ];
20 propagatedBuildInputs = [ camlp-streams core_kernel ];
25 inherit (src.meta) homepage;
26 description = "Simple Core-inspired wrapper for standard library Stream module";
27 maintainers = [ maintainers.bcdarwin ];
28 license = licenses.lgpl21;