Simplified Wrapper and Interface Generator
SWIG is a compiler that attempts to make it easy to integrate C, C++,
or Objective-C code with scripting languages including Perl, Tcl, and
Python.  In a nutshell, you give it a bunch of ANSI C/C++ declarations
and it generates an interface between C and your favorite scripting
language.  However, this is only scratching the surface of what SWIG
can do--some of its more advanced features include automatic
documentation generation, module and library management, extensive
customization options, and more.
- Developed at devel:tools:building
- Sources inherited from project openSUSE:Factory
- 
7
derived packages
- Download package
- 
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/swig && cd $_
- Create Badge
Refresh
Source Files
| Filename | Size | Changed | 
|---|---|---|
| swig-4.3.1.tar.gz | 0008620774 8.22 MB | |
| swig.changes | 0000080670 78.8 KB | |
| swig.rpmlintrc | 0000000072 72 Bytes | |
| swig.spec | 0000005832 5.7 KB | 





Comments 1
swig 4.0 has been released https://sourceforge.net/p/swig/news/2019/04/swig-400-released/