← All repos

fmt

OCaml Format pretty-printer combinators

Browse cluster: OCaml Systems and Utilities
168commits
8contributors
1languages

Tech stack & purpose

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.

Languages

OCaml
100.0%

Contributors