           SPELL=galib
         VERSION=246
          SOURCE=$SPELL$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL$VERSION
   SOURCE_URL[0]=ftp://lancet.mit.edu/pub/ga/$SOURCE
   SOURCE_URL[1]=http://lancet.mit.edu/ga/dist/$SOURCE
     SOURCE_HASH=sha1:00a0901e86fb0a2d5672d61318632cbb985749a8
        WEB_SITE=http://lancet.mit.edu/ga/
      LICENSE[0]=MIT
         ENTERED=20030517
        KEYWORDS="libs"
           SHORT="A C++ Library of Genetic Algorithm Components."
cat << EOF
GAlib contains a set of C++ genetic algorithm objects. The library includes tools for 
using genetic algorithms to do optimization in any C++ program using any representation 
and genetic operators. The documentation includes an extensive overview of how to 
implement a genetic algorithm as well as examples illustrating customizations to the 
GAlib classes.
EOF
