]> www.ginac.de Git - ginac.git/blob - debian/control
* Tidied some old crap.
[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
7
8 Package: libginac
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Description: The GiNaC framework (runtime library)
13  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
14  open framework for symbolic computation within the C++ programming language.
15  .
16  See <http://www.ginac.de/> for detailed information.
17
18 Package: libginac-dev
19 Architecture: any
20 Section: devel
21 Depends: libginac, libc6-dev, g++ (>=2.95.2), cln-dev (>=1.1.0)
22 Recommends: info | info-browser
23 Description: The GiNaC framework (development files)
24  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
25  open framework for symbolic computation within the C++ programming language.
26  .
27  This package provides header files, a static library plus a tutorial as info.
28
29 Package: ginac-tools