File: control

package info (click to toggle)
mpclib3 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,996 kB
  • sloc: ansic: 10,920; sh: 4,508; makefile: 154
file content (50 lines) | stat: -rw-r--r-- 1,784 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
Source: mpclib3
Priority: extra
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf,
  libmpfr-dev (>= 4.0.0),
  libgmp-dev,
Standards-Version: 4.1.3
Section: libs
Homepage: http://www.multiprecision.org/mpc/
Vcs-Git: git://git.debian.org/collab-maint/mpclib.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/mpclib.git

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.