mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
76d6f720c4
- SWIG has finally merged swigruby and now includes Ruby support! Sort and update PLIST. Update DESCR to reflect the latest languages support.
18 lines
479 B
Plaintext
18 lines
479 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
|
|
- Python
|
|
- Perl5
|
|
- Java
|
|
- Guile
|
|
- MzScheme
|
|
- Ruby
|
|
|
|
Using SWIG, it is possible to greatly simplify interface development
|
|
and to put interesting interfaces on existing applications with
|
|
little effort.
|
|
|
|
WWW: http://www.swig.org/
|