mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
870bb117fa
PR: 167005 167062 Submitted by: Jason Bacon <jwbacon@tds.net>
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
SWIG is a tool for automatically generating the wrapper code needed
|
|
to link collections of functions written in C/C++ with other
|
|
programming languages.
|
|
|
|
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/
|