11 buildDunePackage rec {
15 minimalOCamlVersion = "4.08";
17 src = fetchFromGitHub {
21 hash = "sha256-iSg0QsTcU0MT/Cletl+hW6bKyH0jkp7Jixqu8H59UmQ=";
26 ./janestreet-0.17.patch
29 nativeBuildInputs = [ m4 ];
30 checkInputs = [ ounit ];
31 propagatedBuildInputs = [
39 inherit (src.meta) homepage;
40 description = "Simple Core-inspired wrapper for standard library Stream module";
41 maintainers = [ maintainers.bcdarwin ];
42 license = licenses.lgpl21;