diff options
Diffstat (limited to 'devel/swig-python/DESCR')
-rw-r--r-- | devel/swig-python/DESCR | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/swig-python/DESCR b/devel/swig-python/DESCR deleted file mode 100644 index b15a9219d39..00000000000 --- a/devel/swig-python/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -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. - -This package contains SWIG's Python runtime. |