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 47 48 49
|
Source: libmath++
Priority: optional
Section: math
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 8.1.3), cdbs (>= 0.4.93), automake (>= 1.11), libtool (>= 1.5)
Build-Depends-Indep: doxygen, graphviz, gsfonts-x11
Standards-Version: 3.9.2
Package: libmath++-dev
Section: libdevel
Architecture: any
Depends: libmath++0c2a (= ${binary:Version}), ${misc:Depends}
Suggests: libmath++-doc
Description: C++ Math Type Library, development files
This package contains the header files and static libraries needed
for development with libmath++.
.
Libmath++ is a template based math library, written in C++ for
symbolic and numeric calculus applications. Currently implemented
features include conversion between string and tree representations,
symbolic differentiation, and expression simplification.
Package: libmath++0c2a
Section: libs
Architecture: any
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libmath++0, libmath++0c2
Replaces: libmath++0, libmath++0c2
Multi-Arch: same
Description: C++ Math Type Library
Libmath++ is a template based math library, written in C++ for
symbolic and numeric calculus applications. Currently implemented
features include conversion between string and tree representations,
symbolic differentiation, and expression simplification.
Package: libmath++-doc
Section: doc
Architecture: all
Suggests: libmath++-dev, doc-base
Depends: ${misc:Depends}
Description: API documentation for libmath++
This package contains automatically generated API documentation for
the libmath++ Math Type Library.
.
Libmath++ is a template based math library, written in C++ for
symbolic and numeric calculus applications. Currently implemented
features include conversion between string and tree representations,
symbolic differentiation, and expression simplification.
|