OCaml Format pretty-printer combinators
Browse cluster: OCaml Systems and Utilities →Fmt is an OCaml library that provides combinators for building `Format` pretty-printing functions. The core library depends only on the OCaml standard library, while optional components add terminal color output support (via the Unix library) and command-line integration (via the `cmdliner` dependency). The project is distributed under the ISC license and maintained as part of the Erratique software collection.