13 minimalOCamlVersion = "5.1";
16 url = "https://github.com/leostera/minttea/releases/download/${version}/minttea-${version}.tbz";
17 hash = "sha256-WEaJVCCvsmKcF8+yzovljt8dGWaIv4UmAr74jq6Vo9M=";
20 propagatedBuildInputs = [
26 description = "Fun, functional, and stateful way to build terminal apps in OCaml heavily inspired by Go's BubbleTea";
27 homepage = "https://github.com/leostera/minttea";
28 changelog = "https://github.com/leostera/minttea/blob/${version}/CHANGES.md";
29 license = lib.licenses.mit;
30 maintainers = with lib.maintainers; [ sixstring982 ];