]> www.ginac.de Git - ginac.git/blob - debian/control
a534a7d8c76c8d843d484040dc28e56b7b5ef9cd
[ginac.git] / debian / control
1 Source: ginac
2 Section: math
3 Priority: optional
4 Maintainer: Richard Kreckel <kreckel@ginac.de>
5 Build-Depends: debhelper (>= 4.0.0), libcln-dev, libgmp3-dev, libreadline4-dev, flex, bison
6 Standards-Version: 3.6.1
7
8 Package: libginac1.2
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.2 (= ${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 GiNaC.
34
35 Package: ginac-tools
36 Architecture: any
37 Section: math
38 Depends: ${shlibs:Depends}
39 Description: Some tools for the GiNaC framework
40  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
41  library for doing symbolic (i.e. non-numeric) computation directly in the C++
42  programming language.
43  .
44  This package provides some additional tools, like the popular ginsh (GiNaC
45  interactive shell) and viewgar (for inspecting GiNaC archive files).  See
46  <http://www.ginac.de/> for detailed information about GiNaC.