package easy-format

  1. Overview
  2. Docs
High-level and functional interface to the Format module of the OCaml standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v1.3.1.tar.gz
md5=4e163700fb88fdcd6b8976c3a216c8ea

README.md.html

Easy-format: indentation made easy

Documentation

The documentation is at https://mjambon.github.io/mjambon2016/easy-format.html

Installation

Installation requires ocamlfind.

$ make
$ make install

Uninstallation

$ make uninstall

Examples

Some examples can be run with make test before installing.

More examples that require Easy-format to be installed and possibly dependencies on other packages can be found in the examples/ subdirectory.

TODO

  • Port documentation from old website to a better place, possibly https://readthedocs.org/.

  • Switch from pure make to jbuilder for both build/install and development.

  • We're looking for an official maintainer for the library and its documentation.