man camlidl (Commandes) - a stub code generator for Objective Caml

NAME

camlidl - a stub code generator for Objective Caml

SYNOPSIS

camlidl [options]<.idlfile>...<.idlfile>

DESCRIPTION

This manual page documents briefly the camlidl command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page.

camlidl is a program that generates stub code for interfacing Caml with C from an IDL description of the C functions.

OPTIONS

A summary of options is included below.

-I <dir> Add directory to search path
-D <symbol> Pass -D<symbol> to the C preprocessor
-cpp
Pass the .idl files through the C preprocessor (default)
-nocpp
Do not pass the .idl files through the C preprocessor
-prepro <cmd>
Use <cmd> as the preprocessor instead of the C preprocessor
-header
Generate a .h file containing all type definitions
-no-include
Do not #include the .h file in the generated .c file
-prefix-all-labels
Prefix all ML name of record labels with name of enclosing struct
-keep-labels
Do not prefix ML names of record labels, even if ambiguous
-help
Show summary of options.
-v, --version
Show version of program.

AUTHOR

This manual page was written by Georges Mariano <georges.mariano@inrets.fr>, for the Debian GNU/Linux system (but may be used by others).