File debian.control of Package muparser
Source: muparser
Section: sectionName
Priority: optional
Standards-Version: 3.9.6
Maintainer: Russell Standish <hpcoder@hpcoders.com.au>
Build-Depends: debhelper (>= 4.1.16)
Package: libmuparser-dev
Section: libdevel
Architecture: any
Depends: libmuparser, ${shlibs:Depends}
Description: 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.
Package: libmuparser
Architecture: any
Depends: ${shlibs:Depends}
Description: 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.