1 { lib, buildDunePackage, fetchFromGitHub }:
4 pname = "ANSITerminal";
9 src = fetchFromGitHub {
13 sha256 = "0dyjischrgwlxqz1p5zbqq76jvk6pl1qj75i7ydhijssr9pj278d";
19 description = "A module allowing to use the colors and cursor movements on ANSI terminals";
21 ANSITerminal is a module allowing to use the colors and cursor
22 movements on ANSI terminals. It also works on the windows shell (but
23 this part is currently work in progress).
25 inherit (src.meta) homepage;
26 license = licenses.lgpl3;
27 maintainers = [ maintainers.jirkamarsik ];