File: control

package info (click to toggle)
mpclib3 1.3.1-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 4,360 kB
  • sloc: ansic: 13,728; sh: 4,767; makefile: 166
file content (48 lines) | stat: -rw-r--r-- 1,648 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
Source: mpclib3
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper-compat (= 13),
  libmpfr-dev (>= 4.1.1),
  libgmp-dev,
Standards-Version: 4.7.2
Section: libs
Homepage: http://www.multiprecision.org/mpc/

Package: libmpc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libmpc3 (= ${binary:Version}),
  libmpfr-dev (>= 4.0.0),
  libgmp-dev,
  ${misc:Depends}
Description: multiple precision complex floating-point library development package
 MPC is a portable library written in C for arbitrary precision
 arithmetic on complex numbers providing correct rounding. For the time
 being, it contains all arithmetic operations over complex numbers, the
 exponential and the logarithm functions, the trigonometric and
 hyperbolic functions.
 .
 Ultimately, it should implement a multiprecision equivalent of the ISO
 C99 standard.
 .
 It builds upon the GNU MP and the MPFR libraries.

Package: libmpc3
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: multiple precision complex floating-point library
 MPC is a portable library written in C for arbitrary precision
 arithmetic on complex numbers providing correct rounding. For the time
 being, it contains all arithmetic operations over complex numbers, the
 exponential and the logarithm functions, the trigonometric and
 hyperbolic functions.
 .
 Ultimately, it should implement a multiprecision equivalent of the ISO
 C99 standard.
 .
 It builds upon the GNU MP and the MPFR libraries.