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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: libmath++
Priority: optional
Section: math
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@gambaru.de>
Build-Depends:
debhelper (>= 9),
dh-autoreconf
Build-Depends-Indep:
doxygen,
graphviz,
gsfonts-x11,
rdfind,
symlinks
Standards-Version: 3.9.5
Homepage: http://wiki.debian.org/Games/monopd
Vcs-Git: git://anonscm.debian.org/pkg-games/libmath++.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/libmath%2B%2B.git
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:
${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
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:
doc-base,
libmath++-dev
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.
|