swig: swig 3.0.8 (Interface Generator)  
swig:  
swig: SWIG (Simplified Wrapper and Interface Generator) is a compiler that 
swig: integrates C and C++ with languages including Perl, Python, Tcl, Ruby, 
swig: PHP, Java, C#, D, Go, Lua, Octave, R, Scheme, Ocaml, Modula-3, Common 
swig: Lisp, and Pike. SWIG can also export its parse tree into Lisp 
swig: s-expressions and XML. SWIG reads annotated C/C++ header files and 
swig: creates wrapper code (glue code) in order to make the corresponding 
swig: C/C++ libraries available to the listed languages, or to extend C/C++ 
swig: programs with a scripting language.  
swig:

