Terminal styling and layout widgets for OCaml (tables, trees, panels, colors)
at main 24 lines 584 B view raw
1(lang dune 3.0) 2 3(name tty) 4 5(generate_opam_files true) 6 7(license MIT) 8(authors "Thomas Gazagnaire <thomas@gazagnaire.org>") 9(maintainers "Thomas Gazagnaire <thomas@gazagnaire.org>") 10 11(package 12 (name tty) 13 (synopsis "Terminal styling and layout widgets") 14 (description 15 "Type-safe terminal styling (colors, bold, italic) and layout widgets 16 (tables, trees, panels) for OCaml CLI applications. Inspired by 17 Python's Rich and Go's Charm/lipgloss.") 18 (depends 19 (ocaml (>= 5.1)) 20 (fmt (>= 0.9)) 21 (uucp (>= 15.0)) 22 (uutf (>= 1.0)) 23 (alcotest :with-test) 24 (crowbar :with-test)))