File: control

package info (click to toggle)
ginac 1.5.8-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,628 kB
  • ctags: 4,936
  • sloc: cpp: 44,703; sh: 11,126; perl: 1,157; yacc: 763; makefile: 414; lex: 200; sed: 32
file content (62 lines) | stat: -rw-r--r-- 2,434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: ginac
Section: math
Priority: optional
Maintainer: Richard Kreckel <kreckel@ginac.de>
Build-Depends: cdbs (>= 0.4.28), debhelper (>= 5), libcln-dev, libgmp3-dev, libreadline-dev, pkg-config (>= 0.18)
Standards-Version: 3.9.0
Homepage: http://www.ginac.de/

Package: libginac1.5
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: ginac-tools
Description: The GiNaC symbolic framework (runtime library)
 GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
 library for doing symbolic (i.e. non-numeric) computation directly in the C++
 programming language.
 .
 This package provides the runtime library.

Package: libginac-dev
Architecture: any
Section: libdevel
Depends: libginac1.5 (= ${binary:Version}), ${misc:Depends}, libc6-dev, g++, libcln-dev, dpkg (>= 1.15.4) | install-info
Recommends: info | info-browser, libginac1.5-dbg (= ${binary:Version})
Suggests: ginac-tools
Description: The GiNaC symbolic framework (development files)
 GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
 library for doing symbolic (i.e. non-numeric) computation directly in the C++
 programming language.
 .
 This package provides header files, a static library plus a tutorial as info
 file.

Package: ginac-tools
Architecture: any
Section: math
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: doc-base
Description: Some tools for the GiNaC symbolic framework
 GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
 library for doing symbolic (i.e. non-numeric) computation directly in the C++
 programming language.
 .
 This package provides some additional tools, like the popular ginsh (GiNaC
 interactive shell) and viewgar (for inspecting GiNaC archive files).

Package: libginac1.5-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libginac1.5 (= ${binary:Version}), ${misc:Depends}
Recommends: gdb (>= 6.3)
Description: The GiNaC symbolic framework (debugging symbols)
 GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
 library for doing symbolic (i.e. non-numeric) computation directly in the C++
 programming language.
 .
 This package provides an unstripped shared library with debugging symbols. The
 library is installed in /usr/lib/debug and will be automatically used by
 gdb while debugging programs using the GiNaC library. Most people will not
 need this package.