pkgsrc/devel/swig-python/DESCR
epg 3659bd85cf import swig-python-1.3.17
This is the runtime for Python bindings written with SWIG 1.3.17.
2003-05-25 08:50:07 +00:00

11 lines
450 B
Text

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.