72a884
[name]
72a884
swig - Simplified Wrapper and Interface Generator
72a884
72a884
[synopsis]
72a884
swig [ options ] " file"
72a884
72a884
[description]
72a884
The swig command is used to create wrapper code to connect C and C++ code to
72a884
scripting languages like Perl, Python, Tcl etc. from the definition of the
72a884
interface. For detailed information on writing those interface definitions
72a884
please refer to /usr/share/doc/swig-doc/Doc/Manual/index.html from the swig-doc
72a884
package.
72a884
72a884
This manpage concentrates on explaining the invocation of the swig command.
72a884
72a884
[author]
72a884
SWIG was originally created by David Beazley. For up-to-date information
72a884
about authors and contributors please check http://www.swig.org/guilty.html.
72a884
This manual page was written by Torsten Landschoff <torsten@debian.org> and
72a884
updated by Jitka Plesnikova <jplesnik@redhat.com> (but may be used by
72a884
others).
72a884
72a884
72a884