1 { lib, buildDunePackage, ocaml, fetchurl, alcotest }:
4 pname = "terminal_size";
10 url = "https://github.com/cryptosense/terminal_size/releases/download/v${version}/terminal_size-v${version}.tbz";
11 sha256 = "fdca1fee7d872c4a8e5ab003d9915b6782b272e2a3661ca877f2d78dd25371a7";
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 ];