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.

prune cram fixtures: declare fmt dep missed in Printf→Fmt migration

Commit 5fbed21c switched every cram test fixture from Printf to Fmt
without updating the dune stanzas to depend on fmt, so `dune build`
inside the fixtures fails and the cram expected output stopped
matching reality. Add fmt to each executable/library and refresh the
one stale expected block (cascade_cleanup) still showing Printf.

+1 -1
+1 -1
README.md
··· 27 27 ├──────────┼────────┼─────────┼──────────┼─────────┼───────────┤ 28 28 │ cbort │ 3 │ 1.2M │ 847 │ 0 │ 4,521 │ 29 29 │ yamlrw │ 3 │ 890K │ 1,203 │ 2 │ 3,102 │ 30 - │ jsonwt │ 2 │ 2.1M │ 412 │ 0 │ 6,847 │ 30 + │ jwt │ 2 │ 2.1M │ 412 │ 0 │ 6,847 │ 31 31 ╰──────────┴────────┴─────────┴──────────┴─────────┴───────────╯ 32 32 ``` 33 33