]> www.ginac.de Git - ginac.git/blob - debian/control
Hope this works now.
[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)
7
8 Package: ginac
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Description: The GiNaC framework (runtime library)
12  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
13  open framework for symbolic computation within the C++ programming language.
14  .
15  See <http://www.ginac.de/> for detailed information.
16
17 Package: ginac-dev
18 Architecture: any
19 Section: devel
20 Depends: ginac, libc6-dev, g++ (>=2.95.2), cln-dev (>=1.1.0)
21 Recommends: info | info-browser
22 Description: The GiNaC framework (development files)
23  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
24  open framework for symbolic computation within the C++ programming language.
25  .
26  This package provides header files, a static library plus a tutorial as info.
27
28 Package: ginaccint
29 Architecture: any
30 Section: devel
31 Depends: ginac-dev, cint (>=5.14.62)
32 Build-Depends: cint (>=5.14.62)
33 Description: The GiNaC framework's interface with Cint, the C++ interpreter
34  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
35  open framework for symbolic computation within the C++ programming language.
36  .
37  ginaccint provides an interactive symbolic interface with a C++ syntax.