1 { buildDunePackage, fmt, logs, mirage-flow, ocaml_lwt, cstruct
2 , alcotest, mirage-flow-combinators
6 pname = "mirage-flow-unix";
8 inherit (mirage-flow) version src;
12 # Make tests compatible with alcotest 1.4.0
14 substituteInPlace test/test.ml --replace 'Fmt.kstrf Alcotest.fail' 'Fmt.kstrf (fun s -> Alcotest.fail s)'
17 propagatedBuildInputs = [ fmt logs mirage-flow ocaml_lwt cstruct ];
20 checkInputs = [ alcotest mirage-flow-combinators ];
22 meta = mirage-flow.meta // {
23 description = "Flow implementations and combinators for MirageOS on Unix";