]> www.ginac.de Git - ginac.git/blob - debian/control
* numeric::print(): increase precision for C source output.
[ginac.git] / debian / control
1 Source: ginac
2 Section: math
3 Priority: optional
4 Maintainer: Richard Kreckel <kreckel@ginac.de>
5 Standards-Version: 3.1.1
6 Build-Depends: debhelper, libcln-dev, libgmp3-dev, libreadline4-dev, flex, bison
7
8 Package: libginac0
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 the GiNaC framework.
20
21 Package: libginac-dev
22 Architecture: any
23 Section: devel
24 Depends: libginac0 (= ${Source-Version}), libc6-dev, g++, libcln-dev
25 Recommends: info | info-browser
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 the GiNaC
34  framework.
35
36 Package: ginac-tools
37 Architecture: any
38 Section: math
39 Depends: ${shlibs:Depends}
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 the GiNaC framework.