          MODULE=flex
         VERSION=2.5.35
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=$SFORGE_URL/$MODULE/
        WEB_SITE=http://www.gnu.org/software/flex/flex.html
      SOURCE_VFY=sha1:c507095833aaeef2d6502e12638e54bf7ad2f24a
         ENTERED=20010922
         UPDATED=20080227
           SHORT="A fast lexical analyser generator"

cat << EOF
Flex is a fast lexical analyser generator. It is a tool for
generating programs that perform pattern-matching on text. There are
many applications for Flex, including writing compilers in
conjunction with GNU Bison. Flex is a free implementation of the well
known Lex program. It features a Lex compatibility mode, and also
provides several new features such as exclusive start conditions.
EOF
