mte/unikernel/duniverse/fmt
2025-11-11 02:07:51 +01:00
..
doc 2025-11-11 02:07:51 +01:00
pkg 2025-11-11 02:07:51 +01:00
src 2025-11-11 02:07:51 +01:00
test 2025-11-11 02:07:51 +01:00
.gitignore 2025-11-11 02:07:51 +01:00
.merlin 2025-11-11 02:07:51 +01:00
.ocp-indent 2025-11-11 02:07:51 +01:00
_tags 2025-11-11 02:07:51 +01:00
B0.ml 2025-11-11 02:07:51 +01:00
CHANGES.md 2025-11-11 02:07:51 +01:00
DEVEL.md 2025-11-11 02:07:51 +01:00
dune-project 2025-11-11 02:07:51 +01:00
fmt.opam 2025-11-11 02:07:51 +01:00
LICENSE.md 2025-11-11 02:07:51 +01:00
README.md 2025-11-11 02:07:51 +01:00

Fmt — OCaml Format pretty-printer combinators

Fmt exposes combinators to devise Format pretty-printing functions.

Fmt depends only on the OCaml standard library. The optional Fmt_tty library that allows to setup formatters for terminal color output depends on the Unix library. The optional Fmt_cli library that provides command line support for Fmt depends on cmdliner.

Fmt is distributed under the ISC license.

Home page: http://erratique.ch/software/fmt

Installation

Fmt can be installed with opam:

opam install fmt
opam install base-unix cmdliner fmt # Install all optional libraries

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation can be consulted online or via odig doc fmt.

Questions are welcome but better asked on the OCaml forum than on the issue tracker.