Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 481501b328d1deb50f9116089b85a7a0 > files > 14

ocaml-easy-format-1.3.1-3.mga7.armv7hl.rpm

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.