OCAMLMOD(1) | General Commands Manual | OCAMLMOD(1) |
ocamlmod - generate OCaml modules from source files
ocamlmod [‐help|‐‐help] file.mod
This program allows one to generate a single module files from a bunch of OCaml source file.
The file.mod must contains one source (.ml) per line.
Each .ml file is copied with an indentation of 2 space into file.ml The target filename is derived from the .mod filename.
During the copy, some parts are removed:
Sylvain Le Gall.
April 20, 2012 | ocamlmod manpage |