1 { lib, buildDunePackage, fetchurl, cppo
10 minimalOCamlVersion = "4.08";
13 url = "https://github.com/pqwy/notty/releases/download/v${version}/notty-${version}.tbz";
14 sha256 = "sha256-dGWfsUBz20Q4mJiRqyTyS++Bqkl9rBbZpn+aHJwgCCQ=";
17 nativeBuildInputs = [ cppo ];
19 propagatedBuildInputs = [ lwt uutf ];
22 homepage = "https://github.com/pqwy/notty";
23 description = "Declarative terminal graphics for OCaml";
24 license = licenses.isc;
25 maintainers = with maintainers; [ sternenseemann ];