          MODULE=valgrind
         VERSION=3.26.0
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=https://sourceware.org/pub/valgrind
      SOURCE_VFY=sha256:8d54c717029106f1644aadaf802ab9692e53d93dd015cbd19e74190eba616bd7
        WEB_SITE=https://valgrind.org
         ENTERED=20050821
         UPDATED=20251128
           SHORT="An open-source memory debugger for x86-GNU/Linux"

cat <<EOF
Valgrind is a GPL'd tool to help you find memory-management problems in your
programs. When a program is run under Valgrind's supervision, all reads and
writes of memory are checked, and calls to malloc/new/free/delete are
intercepted.
EOF
