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