           SPELL=re2c
         VERSION=0.13.2
     SOURCE_HASH=sha512:ee23329a9e6c547ce4b30b14f7c5c8dfcd99393335dfb8775deb29b68d63468610b7538e7e6279f537e7add6bbb154ef82579cedbfecd303d4149c059c8743d1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
        WEB_SITE=http://re2c.org
      LICENSE[0]=GPL
         ENTERED=20070128
        KEYWORDS="lexical scanner"
           SHORT="lexical scanner generator"
cat << EOF
re2c is a tool for generating C-based recognizers from regular expressions. 
re2c-based scanners are efficient: an re2c-based scanner is typically almost 
twice as fast as a flex-based scanner with little or no increase in size
EOF
