           SPELL=ragel
         VERSION=7.0.4
      PATCHLEVEL=1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=https://www.colm.net/open-source/ragel/
   SOURCE_URL[0]=https://www.colm.net/files/$SPELL/$SOURCE
         SOURCE2=$SOURCE.asc
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=colm.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
      LICENSE[0]=GPL
         ENTERED=20070131
        KEYWORDS="devel machine"
           SHORT="compiles finite state machines from regular languages"
cat << EOF
Ragel compiles finite state machines from regular languages into executable C, 
C++, Objective-C, or D code. Ragel state machines can not only recognize byte 
sequences as regular expression machines do, but can also execute code at 
arbitrary points in the recognition of a regular language. Code embedding is 
done using inline operators that do not disrupt the regular language syntax.
EOF
