diff options
Diffstat (limited to 'devel/swig13/DESCR')
-rw-r--r-- | devel/swig13/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/swig13/DESCR b/devel/swig13/DESCR new file mode 100644 index 00000000000..f4388872214 --- /dev/null +++ b/devel/swig13/DESCR @@ -0,0 +1,9 @@ +SWIG (Simplified Wrapper and Interface Generator) + +SWIG is a compiler that integrates C and C++ with languages including +Perl, Python, Tcl, Guile, Mzscheme, Java, Ruby, PHP, and Ocaml. + +SWIG reads annotated C/C++ header files and creates wrapper code (glue +code) in order to make the corresponding C/C++ libraries available to +the listed languages, or to extend C/C++ programs with a scripting +language. |