]> www.ginac.de Git - ginac.git/blob - debian/control
- config.*: updated from FSF.
[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, libstdc++-dev, cln-dev (>=1.1.0), libreadline4-dev, cint (>=5.14.81)
7
8 Package: libginac
9 Architecture: any
10 Section: libs
11 Depends: libc6
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 an
15  open framework for symbolic computation within the C++ programming language.
16  .
17  See <http://www.ginac.de/> for detailed information.
18
19 Package: libginac-dev
20 Architecture: any
21 Section: devel
22 Depends: libginac, libc6-dev, g++ (>=2.95.2), cln-dev (>=1.1.0)
23 Recommends: info | info-browser
24 Suggests: ginac-tools
25 Description: The GiNaC framework (development files)
26  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
27  open framework for symbolic computation within the C++ programming language.
28  .
29  This package provides header files, a static library plus a tutorial as info.
30
31 Package: ginac-tools
32 Architecture: any
33 Section: math
34 Depends: ${shlibs:Depends}
35 Description: Some tools for the GiNaC framework
36  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
37  open framework for symbolic computation within the C++ programming language.
38  .
39  This package provides some additional tools, like the ginsh (GiNaC interactive
40  shell) and viewgar (for inspecting GiNaC archives).
41
42 Package: ginac-cint
43 Architecture: any
44 Section: math
45 Depends: ${shlibs:Depends}, libc6-dev, g++ (>=2.95.2), libginac-dev, cln-dev (>=1.1.0)
46 Description: The GiNaC framework (development files)
47  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
48  open framework for symbolic computation within the C++ programming language.
49  .
50  This package provides the program ginaccint, an interpreted C++ frontend for 
51  symbolic computation with GiNaC.