File: control

package info (click to toggle)
mpclib 0.9-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,156 kB
  • sloc: sh: 10,234; ansic: 9,241; makefile: 110
file content (44 lines) | stat: -rw-r--r-- 1,674 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
Source: mpclib
Priority: extra
Maintainer: Laurent Fousse <lfousse@debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, libmpfr-dev, libgmp-dev
Standards-Version: 3.8.4
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: libmpc2 (= ${binary:Version}), libmpfr-dev, 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: libmpc2
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.