Description
Provides pretty-printing combinators for OCaml's Format module. Developers use it to build readable diagnostic output, command output, logs, reports, and formatted text from OCaml programs.
Use it when an OCaml project depends on Fmt or needs structured text formatting. It is a library and does not provide a standalone formatter for arbitrary files.