freebsd-ports/devel/swig13/pkg-descr

18 lines
479 B
Text
Raw Normal View History

SWIG is a tool for automatically generating the wrapper code needed
to link collections of functions written in C/C++ with interpreted
scripting languages. Currently, SWIG supports :
- Tcl
- Python
- Perl5
- Java
- Guile
2000-07-10 16:31:19 +02:00
- MzScheme
- Ruby
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.
2000-05-12 19:17:10 +02:00
WWW: http://www.swig.org/