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.

opam: regenerate tty, tty-eio, xdge for dune 3.21 + maintenance intent

Bump the [dune] dep lower bound to 3.21 (already in the dune-project
files; the opam files were stale) and add the x-maintenance-intent
field.

+4 -2
+2 -1
tty-eio.opam
··· 9 9 license: "MIT" 10 10 tags: ["org:blacksun" "cli" "format" "eio"] 11 11 depends: [ 12 - "dune" {>= "3.0"} 12 + "dune" {>= "3.21"} 13 13 "ocaml" {>= "5.1"} 14 14 "tty" {= version} 15 15 "eio" {>= "1.0"} ··· 29 29 "@doc" {with-doc} 30 30 ] 31 31 ] 32 + x-maintenance-intent: ["(latest)"]
+2 -1
tty.opam
··· 10 10 license: "MIT" 11 11 tags: ["org:blacksun" "cli" "format"] 12 12 depends: [ 13 - "dune" {>= "3.0"} 13 + "dune" {>= "3.21"} 14 14 "ocaml" {>= "5.1"} 15 15 "fmt" {>= "0.9"} 16 16 "uucp" {>= "15.0"} ··· 33 33 "@doc" {with-doc} 34 34 ] 35 35 ] 36 + x-maintenance-intent: ["(latest)"] 36 37 x-quality-build: "2026-04-15" 37 38 x-quality-cram: "2026-04-15" 38 39 x-quality-fuzz: "2026-04-15"