openbsd-ports/devel/swig/pkg/DESCR-main
kili 9a0dc354c3 Don't lib_depend on guile. Same for run_depend and python.
Some hints from steven@ and espie@.
ok, kevlo@
2006-12-03 14:14:41 +00:00

17 lines
409 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
- Ruby
- Tcl
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.