ccache-swig3.0

Generate scripting interfaces to C/C++ code

Install

All systems
curl cmd.cat/ccache-swig3.0.sh
Debian Debian
apt-get install swig3.0
Ubuntu
apt-get install swig3.0
image/svg+xml Kali Linux
apt-get install swig3.0
Windows (WSL2)
sudo apt-get update sudo apt-get install swig3.0
Raspbian
apt-get install swig3.0

swig3.0

Generate scripting interfaces to C/C++ code

SWIG is a compiler that makes it easy to integrate C and C++ code with other languages including Perl, PHP, Tcl, Ruby, Python, Java, Guile, Mzscheme, Chicken, OCaml, Pike, and C#. Swig takes a set of ANSI C/C++ declarations and generates an interface for them to your favorite scripting language.