12 src = fetchFromGitHub {
16 hash = "sha256-2ifMfUaYYsCFOACgXgJ5IuoSEicHyIqumLpun2ZqcDc=";
19 propagatedBuildInputs = [ uutf ];
21 minimalOCamlVersion = "4.13";
24 changelog = "https://github.com/wllfaria/terml/blob/${version}/CHANGES.md";
25 description = "Terminal manipulation library in pure Ocaml";
26 homepage = "https://github.com/wllfaria/terml";
27 license = lib.licenses.mit;
28 maintainers = [ lib.maintainers.PhilVoel ];