1 { lib, buildDunePackage, fetchFromGitHub, m4, core_kernel, ounit }:
9 minimumOCamlVersion = "4.04.1";
11 src = fetchFromGitHub {
15 sha256 = "0qnxfp6y294gjsccx7ksvwn9x5q20hi8sg24rjypzsdkmlphgdnd";
18 patches = [ ./git_commit.patch ];
20 # This currently fails with dune
23 nativeBuildInputs = [ m4 ];
24 checkInputs = [ ounit ];
25 propagatedBuildInputs = [ core_kernel ];
30 inherit (src.meta) homepage;
31 description = "Simple Core-inspired wrapper for standard library Stream module";
32 maintainers = [ maintainers.bcdarwin ];
33 license = licenses.lgpl21;