OCaml Format pretty-printer combinators
Browse cluster: OCaml Systems and Utilities →Fmt is an OCaml library that provides combinators for creating Format pretty-printing functions. It depends only on the OCaml standard library, with optional libraries for terminal color output (Fmt_tty, which requires Unix) and command-line support (Fmt_cli, which requires Cmdliner). The project is distributed under the ISC license and maintained by an individual author with documentation available online.