File: control

package info (click to toggle)
mpfr 2.2.0.dfsg.1-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,004 kB
  • ctags: 2,460
  • sloc: ansic: 42,606; sh: 8,356; cpp: 626; makefile: 104
file content (42 lines) | stat: -rw-r--r-- 1,613 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
Source: mpfr
Section: math
Priority: optional
Build-Depends: debhelper (>= 4), libgmp3-dev (>= 4.2.dfsg-1)
Maintainer: Laurent Fousse <laurent@komite.net>
Uploaders: Steve M. Robbins <smr@debian.org>, Philipp Matthias Hahn <pmhahn@debian.org>
Standards-Version: 3.7.2

Package: libmpfr1
Section: libs
Priority: optional
Architecture: any
Depends: libgmp3c2 (>= 4.2.dfsg-1)
Conflicts: libgmp3 (<< 4.1.4-3)
Description: multiple precision floating-point computation
 MPFR provides a library for multiple-precision floating-point computation
 with correct rounding.  The computation is both efficient and has a
 well-defined semantics. It copies the good ideas from the
 ANSI/IEEE-754 standard for double-precision floating-point arithmetic
 (53-bit mantissa).
 .
 The home page is http://www.mpfr.org/.

Package: libmpfr-dev
Section: libdevel
Priority: optional
Architecture: any
Depends: libgmp3-dev (>= 4.2.dfsg-1), libmpfr1 (= ${Source-Version})
Conflicts: libgmp3-dev (<< 4.1.4-3)
Replaces: libgmp3-dev (<< 4.1.4-3)
Description: multiple precision floating-point computation developers tools
 This development package provides the header files and the symbolic
 links to allow compilation and linking of programs that use the libraries
 provided in the libmpfr1 package.
 .
 MPFR provides a library for multiple-precision floating-point computation
 with correct rounding.  The computation is both efficient and has a
 well-defined semantics. It copies the good ideas from the
 ANSI/IEEE-754 standard for double-precision floating-point arithmetic
 (53-bit mantissa).
 .
 The home page is http://www.mpfr.org/.