Terminal styling and layout widgets for OCaml (tables, trees, panels, colors)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tty: declare logs dependency

+2
+1
dune-project
··· 20 20 (depends 21 21 (ocaml (>= 5.1)) 22 22 (fmt (>= 0.9)) 23 + logs 23 24 (uucp (>= 15.0)) 24 25 (uutf (>= 1.0)) 25 26 (alcotest :with-test)
+1
tty.opam
··· 13 13 "dune" {>= "3.21"} 14 14 "ocaml" {>= "5.1"} 15 15 "fmt" {>= "0.9"} 16 + "logs" 16 17 "uucp" {>= "15.0"} 17 18 "uutf" {>= "1.0"} 18 19 "alcotest" {with-test}