freebsd-ports/devel/swig13/pkg-descr
Simon L. B. Nielsen 8fb327b2c4 - Update to 1.3.25.
- Assign maintainership to submitter.

PR:		ports/82240
Submitted by:	Soeren Straarup <xride@x12.dk>
Approved by:	maintainer timeout
2005-06-29 22:33:22 +00:00

22 lines
554 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
- CSharp
- Modula-3
- Allegro CL
- Chicken
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/