openbsd-ports/devel/swig/pkg/DESCR
2002-03-25 03:26:01 +00:00

18 lines
419 B
Plaintext

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 :
- Guile
- Java
- Mzscheme
- PHP
- Perl
- Python
- Tcl
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.
WWW: ${HOMEPAGE}