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