ports/devel/swig/pkg/DESCR

17 lines
409 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00: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 :
- 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.