1 { lib, buildDunePackage, fetchurl, cstruct, fmt, ocaml_lwt }:
8 minimumOCamlVersion = "4.05";
11 url = "https://github.com/mirage/mirage-flow/releases/download/v${version}/mirage-flow-v${version}.tbz";
12 sha256 = "sha256-1wvabIXsJ0e+2IvE2V8mnSgQUDuSkT8IB75SkWlhOPw=";
15 propagatedBuildInputs = [ cstruct fmt ocaml_lwt ];
18 description = "Flow implementations and combinators for MirageOS";
19 homepage = "https://github.com/mirage/mirage-flow";
20 license = lib.licenses.isc;
21 maintainers = [ lib.maintainers.vbgl ];