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.
- Links to devel:tools:building / swig
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:behrisch/swig && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000128 128 Bytes | |
swig-4.0.2.tar.gz | 0008097014 7.72 MB | |
swig.changes | 0000039783 38.9 KB | |
swig.rpmlintrc | 0000000072 72 Bytes | |
swig.spec | 0000005467 5.34 KB | |
swig308-isfinite.diff | 0000000719 719 Bytes |
Comments 0