CAMLIDL(1) | [FIXME: manual] | CAMLIDL(1) |
NAME¶
camlidl - A stub code generator for OCaml
SYNOPSIS¶
camlidl [-I dir] [-D symbol] [-cpp] [-nocpp] [-prepro cmd] [-header] [-no-include] [-prefix-all-labels] [-keep-labels] [-help] [[-v] | [--version]] [file.idl...]
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.
Options for camlidl
-I dir
-D symbol
-cpp
-nocpp
-prepro cmd
-header
-no-include
-prefix-all-labels
-keep-labels
-help
-v, --version
file.idl
LICENSE¶
This manual page was written by Sylvain Le Gall <gildor@debian.org>, using the work of Georges Mariano <georges.mariano@inrets.fr> for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Lesser General Public License, Version 2.1 or any later version published by the Free Software Foundation; considering as source code all the file that enable the production of this manpage.
AUTHORS¶
Sylvain Le Gall <gildor@debian.org>
Georges Mariano <georges.mariano@inrets.fr>
COPYRIGHT¶
Copyright © 2006 Sylvain Le Gall
Copyright © 2001, 2002, 2003, 2004, 2005, 2006 Georges Mariano
November 17, 2006 | [FIXME: source] |