openbsd-ports/devel/swig/pkg/DESCR-main

17 lines
409 B
Plaintext
Raw Normal View History

1997-12-01 17:23:25 -05:00
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 :
2002-03-24 22:26:01 -05:00
- Guile
- Java
- Mzscheme
- PHP
- Perl
- Python
- Ruby
2002-03-24 22:26:01 -05:00
- Tcl
1997-12-01 17:23:25 -05:00
Using SWIG, it is possible to greatly simplify interface development
and to put interesting interfaces on existing applications with
little effort.