File: control

package info (click to toggle)
apcalc 2.12.5.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 7,408 kB
  • sloc: ansic: 53,854; makefile: 11,474; awk: 96; sed: 33; sh: 13
file content (58 lines) | stat: -rw-r--r-- 2,526 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
Source: apcalc
Section: math
Priority: optional
Maintainer: Martin Buck <mbuck@debian.org>
Standards-Version: 3.9.6.0
Build-Depends: libreadline-dev, debhelper (>= 8), gcc (>= 4:4.1.1-7), bsdmainutils, groff-base
Homepage: http://www.isthe.com/chongo/tech/comp/calc/

Package: apcalc
Section: math
Architecture: any
Depends: apcalc-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Arbitrary precision calculator (original name: calc)
 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 `apcalc-dev'.
 .
 The original name of this package is `calc', but it had to be changed to
 `apcalc' for Debian, because there's already another package called `calc'
 in Debian. Nevertheless, the binary and manpage installed by this package
 are still named `calc'.

Package: apcalc-common
Section: math
Architecture: all
Depends: ${misc:Depends}
Replaces: apcalc
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 `apcalc'.

Package: apcalc-dev
Section: devel
Architecture: any
Depends: libc6-dev, ${misc:Depends}
Suggests: apcalc
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 `apcalc'.