1 { lib, fetchurl, buildDunePackage
6 pname = "mirage-console";
9 minimalOCamlVersion = "4.08";
13 url = "https://github.com/mirage/mirage-console/releases/download/v${version}/mirage-console-${version}.tbz";
14 hash = "sha256-mjYRisbNOJbYoSuWaGoPueXakmqAwmWh0ATvLLsvpNM=";
17 propagatedBuildInputs = [ lwt mirage-flow ];
20 description = "Implementations of Mirage console devices";
21 homepage = "https://github.com/mirage/mirage-console";
22 license = lib.licenses.isc;
23 maintainers = [ lib.maintainers.vbgl ];