]> www.ginac.de Git - ginac.git/blob - debian/control
Fixed bug occuring in algebraic substitutions with expressions involving
[ginac.git] / debian / control
1 Source: ginac
2 Section: math
3 Priority: optional
4 Maintainer: Richard Kreckel <kreckel@ginac.de>
5 Build-Depends: cdbs (>= 0.4.28), debhelper (>= 4.0.0), libcln-dev, libgmp3-dev, libreadline5-dev, flex, bison
6 Standards-Version: 3.6.2
7
8 Package: libginac1.4
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Suggests: ginac-tools
13 Description: The GiNaC framework (runtime library)
14  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
15  library for doing symbolic (i.e. non-numeric) computation directly in the C++
16  programming language.
17  .
18  This package provides the runtime library.  See <http://www.ginac.de/> for
19  detailed information about GiNaC.
20
21 Package: libginac-dev
22 Architecture: any
23 Section: libdevel
24 Depends: libginac1.4 (= ${Source-Version}), libc6-dev, g++, libcln-dev
25 Recommends: info | info-browser, libginac1.4-dbg (= ${Source-Version})
26 Suggests: ginac-tools
27 Description: The GiNaC framework (development files)
28  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
29  library for doing symbolic (i.e. non-numeric) computation directly in the C++
30  programming language.
31  .
32  This package provides header files, a static library plus a tutorial as info
33  file.  See <http://www.ginac.de/> for detailed information about GiNaC.
34
35 Package: ginac-tools
36 Architecture: any
37 Section: math
38 Depends: ${shlibs:Depends}
39 Recommends: doc-base
40 Description: Some tools for the GiNaC framework
41  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
42  library for doing symbolic (i.e. non-numeric) computation directly in the C++
43  programming language.
44  .
45  This package provides some additional tools, like the popular ginsh (GiNaC
46  interactive shell) and viewgar (for inspecting GiNaC archive files).  See
47  <http://www.ginac.de/> for detailed information about GiNaC.
48
49 Package: libginac1.4-dbg
50 Architecture: any
51 Section: libdevel
52 Depends: libginac1.4 (= ${Source-Version})
53 Recommends: gdb (>= 6.3)
54 Description: The GiNaC framework (debugging symbols)
55  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
56  library for doing symbolic (i.e. non-numeric) computation directly in the C++
57  programming language.
58  .
59  This package provides an unstripped shared library with debugging symbols. The
60  library is installed in /usr/lib/debug and will be automatically used by
61  gdb while debugging programs using the GiNaC library. Most people will not
62  need this package. For detailed information about GiNaC see
63  <http://www.ginac.de/>.
64