slackbuilds/libraries/muParser
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05:00
..
README libraries/muParser: Added (A math parser library) 2011-10-21 15:59:17 -02:00
muParser.SlackBuild libraries/muParser: Updated for version 2.1.0. 2012-01-16 00:13:41 -06:00
muParser.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc libraries/muParser: Updated for version 2.0.0. 2011-12-18 00:07:44 -02:00

README

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 expression parser 
library written in C++. It works by transforming a mathematical 
expression into bytecode and precalculating constant parts of the 
expression.