The unpac monorepo manager self-hosting as a monorepo using unpac
OCaml 96.1%
Other 3.9%
181 131 0

Clone this repository

https://tangled.org/anil.recoil.org/unpac-unpac https://tangled.org/did:plc:nhyitepp3u4u6fcfboegzcjw/unpac-unpac
git@git.recoil.org:anil.recoil.org/unpac-unpac git@git.recoil.org:did:plc:nhyitepp3u4u6fcfboegzcjw/unpac-unpac

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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.