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.

feat(skills,tty,openamp): multi-marketplace support, table wrapping, fuzz consolidation

- skills: support multiple marketplace dirs (monopam + ocaml-claude-marketplace),
auto-discover local checkouts and plugin cache, --marketplace flag repeatable
- tty: shrink table columns to fit terminal width, wrap paths on '/' boundaries
- openamp: merge fuzz_firmware.ml and fuzz_remoteproc.ml into fuzz_openamp.ml (E710)

+1 -3
+1 -3
lib/table.ml
··· 90 90 max_i := i)) 91 91 widths; 92 92 let min_w = 93 - match (List.nth t.columns !max_i).min_width with 94 - | Some m -> m 95 - | None -> 1 93 + match (List.nth t.columns !max_i).min_width with Some m -> m | None -> 1 96 94 in 97 95 if !max_w <= min_w then done_ := true 98 96 else