Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 2cf2ed845910609ecd4a8135b77785b8 > files > 7

caml2html-1.4.4-4.mga7.armv7hl.rpm

Caml2html
=========

Caml2html is a command-line tool that highlights the syntax of OCaml
source code.

Requirements
------------

Caml2html needs an OCaml compiler (>= 3.00) properly installed.
GNU make is required for the compilation.

Compiling
---------

```bash
$ make      # try "make byte" if make does not work
```

Compiling the library (optional):

```bash
$ make lib  # try "make bytelib" if it does not work
```

Installing the executable
-------------------------

```
$ make install
```

The program is installed in the `BINDIR`
directory specified at the first line of the Makefile (`/usr/bin` by
default), and is named `caml2html` (even for bytecode option).

Uninstalling
------------

```
$ make uninstall
```

How to run it
-------------

Type `caml2html -help`, or have a look at the html documentation
(`caml2html.html`).



Authors and license
-------------------

Caml2html was originally written by
Sébastien Ailleret, and is now developed by Martin Jambon.
It is distributed for free under a GPL license (see `LICENSE` file).