    MODULE=re2c
   VERSION=4.5.1
    SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=https://github.com/skvadrik/re2c/releases/download/$VERSION
SOURCE_VFY=sha256:ffea067c11aa668bcb42885be6e6cd000302000b7747d2bb213299ec66b7864e
  WEB_SITE=https://re2c.org
   ENTERED=20091001
   UPDATED=20260327
     SHORT="A toolfor writing fast and flexible scanners"

cat << EOF
re2c is a tool for writing very fast and very flexible scanners. Unlike any
other such tool, re2c focuses on generating high efficient code for regular
expression matching. As a result this allows a much broader range of use than
any traditional lexer offers. And Last but not least re2c generates warning free
code that is equal to hand-written code in terms of size, speed and quality.
The above made the PHP team to use re2c in various places.
EOF
