10 buildDunePackage rec {
14 minimalOCamlVersion = "4.08";
17 url = "https://github.com/pqwy/notty/releases/download/v${version}/notty-${version}.tbz";
18 sha256 = "sha256-dGWfsUBz20Q4mJiRqyTyS++Bqkl9rBbZpn+aHJwgCCQ=";
21 nativeBuildInputs = [ cppo ];
23 propagatedBuildInputs = [
29 homepage = "https://github.com/pqwy/notty";
30 description = "Declarative terminal graphics for OCaml";
31 license = licenses.isc;
32 maintainers = with maintainers; [ sternenseemann ];