12 minimalOCamlVersion = "5.1";
15 url = "https://github.com/leostera/tty/releases/download/${version}/tty-${version}.tbz";
16 hash = "sha256-eeD5Y+/QXZzFoEHvOSZj2Q74V8BK5j3Lu3Zsrj2YUUs=";
19 propagatedBuildInputs = [
26 description = "Library for interacting with teletype and terminal emulators";
27 homepage = "https://github.com/leostera/tty";
28 changelog = "https://github.com/leostera/tty/blob/${version}/CHANGES.md";
29 license = lib.licenses.mit;
30 maintainers = with lib.maintainers; [ sixstring982 ];