           SPELL=muparser
         VERSION=1.27
          SOURCE="${SPELL}_v${VERSION/./}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:20d8883911968e8ceb03005faba75d542e0115181ccfa4466cfb95bd7f31df23ce56f4f82360ed3d73b64b75a6408226c70de35308995620435f47569d416572
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
        WEB_SITE="http://muparser.sourceforge.net"
      LICENSE[0]=MIT
         ENTERED=20070218
           SHORT="a fast math expression parser library"
cat << EOF
Many applications require the parsing of mathematical expressions. The
main objective of this project is to provide a fast and easy way of doing
this. muParser is an extensible high performance math parser library. It
is based on transforming an expression into a bytecode and precalculating
constant parts of it.

The math parser library is written in pure C++ and should compile on every
standard compliant compiler. I provide you with static libraries and a DLL
version ready for implementation into your projects. The code has been tested
using MS VC++ V7.1 and GCC V3.3.1. It reportedly works on BCB too. I provide
you with three demo projects in order to help you understand its usage.
EOF
