1 { lib, fetchurl, buildDunePackage, lwd, notty }:
6 inherit (lwd) version src;
8 minimalOCamlVersion = "4.08";
11 propagatedBuildInputs = [ lwd notty ];
14 description = "UI toolkit for the terminal built on top of Notty and Lwd";
15 license = licenses.mit;
16 maintainers = [ maintainers.alizter ];
17 homepage = "https://github.com/let-def/lwd";