(lang dune 3.0) (name tty) (generate_opam_files true) (license MIT) (authors "Thomas Gazagnaire ") (maintainers "Thomas Gazagnaire ") (package (name tty) (synopsis "Terminal styling and layout widgets") (description "Type-safe terminal styling (colors, bold, italic) and layout widgets (tables, trees, panels) for OCaml CLI applications. Inspired by Python's Rich and Go's Charm/lipgloss.") (depends (ocaml (>= 5.1)) (fmt (>= 0.9)) (uucp (>= 15.0)) (uutf (>= 1.0)) (alcotest :with-test) (crowbar :with-test)))