10 pname = "terminal_size";
16 url = "https://github.com/cryptosense/terminal_size/releases/download/v${version}/terminal_size-${version}.tbz";
17 hash = "sha256-1rYs0oxAcayFypUoCIdFwSTJCU7+rpFyJRRzb5lzsPs=";
20 checkInputs = [ alcotest ];
21 doCheck = lib.versionAtLeast ocaml.version "4.08";
24 description = "Get the dimensions of the terminal";
25 homepage = "https://github.com/cryptosense/terminal_size";
26 license = licenses.bsd2;
27 maintainers = [ maintainers.sternenseemann ];