    MODULE=swig
   VERSION=4.5.0
    SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=https://downloads.sourceforge.net/${MODULE}/
SOURCE_VFY=sha256:22ae0e887f8cca8031a325c67d005207653200b40e71edb3f88780e28e47d0ff
  WEB_SITE=http://www.swig.org
   ENTERED=20011207
   UPDATED=20260807
     SHORT="Creates wrapper code"

cat << EOF
SWIG is a compiler that makes it easy to integrate C and C++ code with
scripting languages including Perl, Tcl, Python, Guile, Ruby, MzScheme, and
Java. Swig takes a set of ANSI C/C++ declarations (with optional annotations)
and generates an interface for them to your favorite scripting language.
EOF
