10 pname = "mirage-console";
13 minimalOCamlVersion = "4.08";
17 url = "https://github.com/mirage/mirage-console/releases/download/v${version}/mirage-console-${version}.tbz";
18 hash = "sha256-mjYRisbNOJbYoSuWaGoPueXakmqAwmWh0ATvLLsvpNM=";
21 propagatedBuildInputs = [
27 description = "Implementations of Mirage console devices";
28 homepage = "https://github.com/mirage/mirage-console";
29 license = lib.licenses.isc;
30 maintainers = [ lib.maintainers.vbgl ];