5 kx # HOW TO EDIT THIS FILE:
5 kx # The "handy ruler" below makes it easier to edit a package description. Line
5 kx # up the first '|' above the ':' following the base package name, and the '|'
5 kx # on the right side marks the last column you can put a character in. You must
5 kx # make exactly 11 lines for the formatting to be correct. It's also
5 kx # customary to leave one space after the ':'.
5 kx
5 kx |-----handy-ruler------------------------------------------------------|
5 kx swig: swig @VERSION@ (Simplified Wrapper and Interface Generator)
5 kx swig:
5 kx swig: SWIG is an interface compiler that connects programs written in
5 kx swig: C and C++ with scripting languages such as Perl, Python, Ruby, and
5 kx swig: Tcl. It works by taking the declarations found in C/C++ header files
5 kx swig: and using them to generate the wrapper code that scripting languages
5 kx swig: need to access the underlying C/C++ code. In addition, SWIG provides
5 kx swig: a variety of customization features that let you tailor the wrapping
5 kx swig: process to suit your application.
5 kx swig:
5 kx swig: