openbsd-ports/devel/swig/pkg/DESCR
kevlo 5e1c02eae0 - upgrade to version 1.3.6
- bump NEED_VERSION
- update DESCR
- add multipackages
2001-09-02 13:53:34 +00:00

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