          MODULE=muparser
         VERSION=v2_2_1
          SOURCE=$MODULE\_$VERSION.zip
      SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\_$VERSION
      SOURCE_VFY=sha1:54397094f92947ee6500500e3bb8a235d580221e
        WEB_SITE=http://muparser.sourceforge.net/
         ENTERED=20091019
         UPDATED=20120214
           SHORT="parsing of mathematical expressions"

cat << EOF
Many applications require the parsing of mathematical expressions. The main
objective of this library is to provide a fast and easy way of doing this.
muParser is an extensible high performance math parser library written in
C++. It works by transforming a mathematical expression into bytecode and
precalculating constant parts of the expression.
EOF
