          MODULE=muparser
         VERSION=2.3.5
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/beltoforion/muparser/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:20b43cc68c655665db83711906f01b20c51909368973116dfc8d7b3c4ddb5dd4
        WEB_SITE=https://beltoforion.de/en/muparser/
         ENTERED=20181023
         UPDATED=20241222
           SHORT="Fast Math Parser Library"
cat << EOF
Many applications require the parsing of mathematical expressions. The main
objectiveof this library is to provide a fast and easy way of doing this.
muParser is an extensible high performance math expression parser library
written in C++. It works by transforming a mathematical expression into
bytecode and precalculating constant parts of the expression. 
EOF
