Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

camlidl(1) [debian man page]

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 Add directory to search path. -D symbol Pass -Dsymbol to the C preprocessor. -cpp Pass the .idl files through the C preprocessor. This is the default behavior. -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. file.idl Files to process. 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> Author. Georges Mariano <georges.mariano@inrets.fr> Author. COPYRIGHT
Copyright (C) 2006 Sylvain Le Gall Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Georges Mariano [FIXME: source] Nov 17, 2006 CAMLIDL(1)

Check Out this Related Man Page

MLDONKEY_OPTIONS(1)						  [FIXME: manual]					       MLDONKEY_OPTIONS(1)

NAME
mldonkey_options - a configuration editor for mlnet init file. SYNOPSIS
mldonkey_options [-s] [-g name] {-f file} DESCRIPTION
This manual page documents briefly the mldonkey_options command. This manual page was written for the Debian GNU/Linux distribution because the original program is Debian GNU/Linux specific. This script was written by the debian developer to enable easy configuration through debconf of mlnet server. There is two way of using it : fetching a variable or setting variable. -f file This option is needed. This is the name of the file which will be opened and parsed. -g name Name of the variable to fetch. Be conscient that only some variable can be outputed. Only string, ident, simple list, int and float variable can be displayed. All the variable will be displayed unquoted. It is very limitative, but it is recommended to use it only to fetch some simple value : password, port... -s The application switch to option edition. In fact you will have to type all variable as you want it to be set in the file. At the end of the input the file is writtent and contains all the value sets. If one option, you set, is not in the file, it will be append at the end of the file LICENSE
This manual page was originally written by Sylvain Le Gall gildor@debian.org 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. SEE ALSO
mlnet (1) AUTHORS
Sylvain Le Gall <gildor@debian.org> Author. Mehdi Dogguy <dogguy@pps.jussieu.fr> Author. COPYRIGHT
Copyright (C) 2003, 2004, 2005, 2006 Sylvain Le Gall Copyright (C) 2009 Mehdi Dogguy [FIXME: source] Mar 14, 2009 MLDONKEY_OPTIONS(1)
Man Page