1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: muparser
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Gudjon I. Gudjonsson <gudjon@gudjon.org>,
Andreas Tille <tille@debian.org>, Scott Howard <showard@debian.org>
Build-Depends: debhelper (>= 7.0.50~), automake
Standards-Version: 3.9.3
Section: libs
Homepage: http://muparser.sourceforge.net
Vcs-Git: git://git.debian.org/debian-science/packages/muparser.git
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/muparser.git
DM-Upload-Allowed: yes
Package: libmuparser-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libmuparser2 (= ${binary:Version})
Description: fast mathematical expressions parse library (development)
muParser is a high performance mathematical parser library, written in pure
C++. It is based on transforming an expression into a bytecode and
precalculating constant parts of it.
.
This package contains the development files.
Package: libmuparser2
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: fast mathematical expressions parser library (runtime)
muParser is a high performance mathematical parser library, written in pure
C++. It is based on transforming an expression into a bytecode and
precalculating constant parts of it.
.
This package contains the files necessary for running applications that use
the muParser library.
Package: libmuparser-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: fast mathematical expressions parser library (documentation)
muParser is a high performance mathematical parser library, written in pure
C++. It is based on transforming an expression into a bytecode and
precalculating constant parts of it.
.
This package contains the documentation for muParser.
|