This is the command ocamlmod that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
プログラム:
NAME
ocamlmod - generate OCaml modules from source files
SYNOPSIS
ocamlmod [‐help|‐‐help] file.mod
DESCRIPTION
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:
· Every lines contains inside a (* END EXPORT *), (* START EXPORT *)
· Some camlp4 related directive (with odn and TYPE_CONV_PATH).
作者
シルヴァン・ル・ガル。
Use ocamlmod online using onworks.net services