man ocamlrpcgen (Commandes) - Ocaml module generator for RPC message handling

NAME

ocamlrpcgen - Ocaml module generator for RPC message handling

SYNOPSIS

ocamlrpcgen [OPTION] file.xdr...

DESCRIPTION

ocamlrpcgen is a command-line tool that generates O'Caml modules which greatly simplify the creation and invocation of remote procedures. It uses description files in the XDR format.

-aux
Generates file_aux.ml file
-clnt
Generates file_clnt.ml file
-srv
Generates file_srv.ml file
-int v
Set the default variant of the language mapping of int
-hyper v
Set the default variant of the language mapping of hyper
-cpp p
Call the command p as preprocessor
-D var=value
Define the preprocessor variable var
-U var
Undefine the preprocessor variable var
-help, --help
Display the list of options

AUTHOR

This manual page was written by Thomas Petazzoni <thomas.petazzoni@enix.org> for the Debian GNU/Linux system (but may be used by others).