9 pname = "nottui-pretty";
11 inherit (lwd) version src;
13 minimalOCamlVersion = "4.08";
16 propagatedBuildInputs = [ nottui ];
19 description = "Pretty-printer based on PPrint rendering UIs";
20 license = licenses.mit;
21 maintainers = [ maintainers.alizter ];
22 homepage = "https://github.com/let-def/lwd";