9 mirage-flow-combinators,
13 pname = "mirage-flow-unix";
15 inherit (mirage-flow) version src;
19 # Make tests compatible with alcotest 1.4.0
21 substituteInPlace test/test.ml --replace 'Fmt.kstrf Alcotest.fail' 'Fmt.kstrf (fun s -> Alcotest.fail s)'
24 propagatedBuildInputs = [
35 mirage-flow-combinators
38 meta = mirage-flow.meta // {
39 description = "Flow implementations and combinators for MirageOS on Unix";