File: control

package info (click to toggle)
calc 2.12.7.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 7,644 kB
  • sloc: ansic: 53,991; makefile: 11,702; awk: 96; sed: 33; sh: 20
file content (81 lines) | stat: -rw-r--r-- 3,204 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: calc
Section: math
Priority: optional
Maintainer: Martin Buck <mbuck@debian.org>
Standards-Version: 4.4.0
Build-Depends: libreadline-dev, debhelper (>= 10), gcc (>= 4:4.1.1-7), bsdmainutils, groff-base
Homepage: http://www.isthe.com/chongo/tech/comp/calc/

Package: calc
Architecture: any
Depends: calc-common (= ${source:Version}), sensible-utils, ${shlibs:Depends}, ${misc:Depends}
Replaces: apcalc (<< 2.12.7.2-3~)
Breaks: apcalc (<< 2.12.7.2-3~)
Description: Arbitrary precision calculator
 Calc is an arbitrary precision arithmetic system that uses a C-like
 language. Calc is useful as a calculator, an algorithm prototyper and as a
 mathematical research tool. More importantly, calc provides one with a
 machine independent means of computation. Calc comes with a rich set of
 builtin mathematical and programmatic functions.
 .
 Calc is built on top of the library libcalc that represents numeric values
 as fractions reduced to their lowest terms. This library can also be used
 to add arbitrary precision capabilities to your own programs and is
 available in the Debian package `calc-dev'.
 .
 Previously, this package was named `apcalc' in Debian due to a name
 collision. However, the previous `calc' Debian package vanished long ago,
 so `apcalc' was renamed back to `calc' to match the upstream name.

Package: calc-common
Architecture: all
Depends: ${misc:Depends}
Replaces: apcalc-common (<< 2.12.7.2-3~)
Breaks: apcalc-common (<< 2.12.7.2-3~)
Description: Arbitrary precision calculator (common files)
 Calc is an arbitrary precision arithmetic system that uses a C-like
 language. Calc is useful as a calculator, an algorithm prototyper and as a
 mathematical research tool. More importantly, calc provides one with a
 machine independent means of computation. Calc comes with a rich set of
 builtin mathematical and programmatic functions.
 .
 This package contains architecture independent files required by the main
 package `calc'.

Package: calc-dev
Section: devel
Architecture: any
Depends: libc6-dev, sensible-utils, ${misc:Depends}
Suggests: calc
Replaces: apcalc-dev (<< 2.12.7.2-3~)
Breaks: apcalc-dev (<< 2.12.7.2-3~)
Description: Library for arbitrary precision arithmetic
 This package contains the library libcalc.a and the necessary header files
 which provide routines to handle arbitrary precision arithmetic with
 integers, rational numbers, or complex numbers. There are also many numeric
 functions such as factorial and gcd, along with some transcendental
 functions such as sin and exp.
 .
 This library is also used by the commandline calculator `calc', which is
 provided in the Debian package `calc'.

Package: apcalc
Depends: calc, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: apcalc-common
Depends: calc-common, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional package
 This is a transitional package. It can safely be removed.

Package: apcalc-dev
Depends: calc-dev, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional package
 This is a transitional package. It can safely be removed.