]> www.ginac.de Git - ginac.git/blob - debian/control
- Import namespace std globally.
[ginac.git] / debian / control
1 Source: ginac
2 Section: devel
3 Priority: optional
4 Maintainer: Richard Kreckel <kreckel@ginac.de>
5 Standards-Version: 3.1.1
6
7 Package: ginac
8 Architecture: any
9 Depends: ${shlibs:Depends}
10 Description: The GiNaC framework (runtime library)
11  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
12  open framework for symbolic computation within the C++ programming language.
13  .
14  See <http://www.ginac.de/> for detailed information.
15
16 Package: ginac-dev
17 Architecture: any
18 Depends: ginac, libc6-dev
19 Recommends: ginac-ginsh
20 Suggests: ginac-doc
21 Description: The GiNaC framework (development files)
22  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
23  open framework for symbolic computation within the C++ programming language.
24  .
25  This package provides header files and a static library.
26
27 Package: ginac-ginsh
28 Architecture: any
29 Depends: ginac, libc6-dev
30 Description: The GiNaC framework's interactive shell
31  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
32  open framework for symbolic computation within the C++ programming language.
33  .
34  The ginsh (GiNaC interactive shell) provides a simple and easy to use 
35  CAS-like interface for GiNaC's classes.
36
37 Package: ginac-doc
38 Architecture: any
39 Depends: ginac, libc6-dev
40 Description: The GiNaC framework (documentation files)
41  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
42  open framework for symbolic computation within the C++ programming language.
43  .
44  This package contains the complete documentation including a  tutorial and a
45  browsable reference.