1 { lib, buildDunePackage, ocaml, fetchurl, alcotest }:
4 pname = "terminal_size";
10 url = "https://github.com/cryptosense/terminal_size/releases/download/v${version}/terminal_size-${version}.tbz";
11 hash = "sha256-1rYs0oxAcayFypUoCIdFwSTJCU7+rpFyJRRzb5lzsPs=";
14 checkInputs = [ alcotest ];
15 doCheck = lib.versionAtLeast ocaml.version "4.08";
18 description = "Get the dimensions of the terminal";
19 homepage = "https://github.com/cryptosense/terminal_size";
20 license = licenses.bsd2;
21 maintainers = [ maintainers.sternenseemann ];