Merge from vendor branch TNF:
[pkgsrcv2.git] / devel / swig / DESCR
1 SWIG (Simplified Wrapper and Interface Generator)
2
3 SWIG is a compiler that integrates C and C++ with languages including
4 Perl, Python, Tcl, Guile, Mzscheme, Java, Ruby, PHP, and Ocaml.
5
6 SWIG reads annotated C/C++ header files and creates wrapper code (glue
7 code) in order to make the corresponding C/C++ libraries available to
8 the listed languages, or to extend C/C++ programs with a scripting
9 language.