8 pname = "ANSITerminal";
12 url = "https://github.com/Chris00/ANSITerminal/releases/download/${version}/ANSITerminal-${version}.tbz";
13 hash = "sha256-q3OyGLajAmfSu8QzEtzzE5gbiwvsVV2SsGuHZkst0w4=";
17 substituteInPlace src/dune --replace 'libraries unix bytes' 'libraries unix'
23 description = "Module allowing to use the colors and cursor movements on ANSI terminals";
25 ANSITerminal is a module allowing to use the colors and cursor
26 movements on ANSI terminals. It also works on the windows shell (but
27 this part is currently work in progress).
29 homepage = "https://github.com/Chris00/ANSITerminal";
30 license = licenses.lgpl3;
31 maintainers = [ maintainers.jirkamarsik ];