https://github.com/madroach/fmt
https://github.com/madroach/fmt
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/madroach/fmt
- Owner: madroach
- License: isc
- Created: 2019-11-01T17:08:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T10:19:52.000Z (over 6 years ago)
- Last Synced: 2025-06-27T21:55:42.969Z (11 months ago)
- Language: OCaml
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
Fmt — OCaml Format pretty-printer combinators
-------------------------------------------------------------------------------
%%VERSION%%
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`][cmdliner].
Fmt is distributed under the ISC license.
[cmdliner]: http://erratique.ch/software/cmdliner
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`](opam) file for build
instructions.
## Documentation
The documentation and API reference is automatically generated by
`ocamldoc` from the interfaces. It can be consulted [online][doc]
and there is a generated version in the `doc` directory of the
distribution.
[doc]: http://erratique.ch/software/fmt/doc/