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: libmath++
Priority: optional
Section: math
Maintainer: Daniel Schepler <schepler@debian.org>
Build-Depends: debhelper (>> 4.1.0), cdbs, automake1.7, libtool (>= 1.5)
Build-Depends-Indep: doxygen, graphviz, gsfonts-x11
Standards-Version: 3.6.2
Package: libmath++-dev
Section: libdevel
Architecture: any
Depends: libmath++0c2a (= ${Source-Version})
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
Depends: ${shlibs:Depends}
Conflicts: libmath++0, libmath++0c2
Replaces: libmath++0, libmath++0c2
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
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.
|