~ubuntu-branches/ubuntu/raring/tolua++/raring

« back to all changes in this revision

Viewing changes to debian/tolua++5.1.1

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-07-21 16:13:54 UTC
  • Revision ID: james.westby@ubuntu.com-20090721161354-a5t2nwtxm7f5j6hj
Tags: 1.0.93+repack-0ubuntu1
* Initial release (LP: #401634):
  - remove debian subdirectory from upstream tarball,
    recompress it as .tar.gz and reversion as +repack.
  - patch upstream version number to 1.0.93

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Hey, Emacs!  This is an -*- nroff -*- source file.
 
2
 
 
3
.TH tolua++5.1 1 "20 Jul 2009" "" "Tolua++"
 
4
 
 
5
.SH NAME
 
6
tolua++5.1 \- lua language binding development helper program
 
7
 
 
8
.SH SYNOPSIS
 
9
tolua++5.1
 
10
[ \fBoptions\fP ]
 
11
.I input_file
 
12
 
 
13
.SH DESCRIPTION
 
14
.I tolua++5.1
 
15
is a program to help in building applications using the tolua++5.1 library for
 
16
the Lua scripting language.
 
17
 
 
18
.SH OPTIONS
 
19
Command line options are:
 
20
.IP "-v"
 
21
Print version information.
 
22
.IP "-o \fIfile\fP"
 
23
Set output file; default is stdout.
 
24
.IP "-H \fIfile\fP"
 
25
Create include file.
 
26
.IP "-n \fIname\fP"
 
27
Set package name; default is input file root name.
 
28
.IP "-p"
 
29
Parse only.
 
30
.IP "-P"
 
31
Parse and print structure information (for debugging).
 
32
.IP "-S"
 
33
disable support for c++ strings
 
34
.IP "-1"
 
35
substract 1 to operator[] index (for compatibility with tolua5)
 
36
.IP "-L \fIfile\fP"
 
37
run lua file (with dofile()) before doing anything
 
38
.IP "-D"
 
39
disable automatic exporting of destructors for classes that have
 
40
constructors (for compatibility with tolua5)
 
41
.IP "-W"
 
42
disable warnings for unsupported features (for compatibility
 
43
with tolua5)
 
44
.IP "-C"
 
45
disable cleanup of included lua code (for easier debugging)
 
46
.IP "-E \fIvalue\fP[=value]"
 
47
add extra values to the luastate
 
48
.IP "-t"
 
49
export a list of types asociates with the C++ typeid name
 
50
.IP "-q"
 
51
don't print warnings to the console
 
52
.IP "-h"
 
53
Print usage information.
 
54
.P
 
55
Should the input file be omitted, stdin is assumed; in that case, the package
 
56
name must be explicitly set.
 
57
 
 
58
.SH AUTHOR
 
59
This manual page was originally written by Filip Van Raemdonck <mechanix@debian.org> and Jimmy Kaplowitz <jimmy@debian.org> for the Debian GNU/Linux system.
 
60
It was expanded for tolua++5.1 by Cesare Tirabassi <norsetto@ubuntu.com> for the Ubuntu GNU/Linux system (but may be used by others).