File: control

package info (click to toggle)
mpfr4 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 8,960 kB
  • ctags: 4,156
  • sloc: ansic: 65,187; sh: 10,235; makefile: 227
file content (58 lines) | stat: -rw-r--r-- 2,240 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: mpfr4
Section: math
Priority: optional
Build-Depends: debhelper (>= 7), libgmp3-dev (>= 4.2.dfsg)
Build-Depends-Indep: texinfo, texlive-latex-base
Maintainer: Laurent Fousse <laurent@komite.net>
Uploaders: Steve M. Robbins <smr@debian.org>, Philipp Matthias Hahn <pmhahn@debian.org>
Homepage: http://www.mpfr.org/
Vcs-Git: git://git.debian.org/collab-maint/mpfr.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/mpfr.git
Standards-Version: 3.8.4

Package: libmpfr4
Section: libs
Priority: optional
Architecture: any
Depends: libgmp3c2 (>= 4.2.dfsg-1), ${shlibs:Depends}, ${misc:Depends}
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), libmpfr4 (= ${binary:Version}), ${misc:Depends}
Suggests: libmpfr-doc
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 libmpfr4 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/.

Package: libmpfr-doc
Section: doc
Priority: optional
Architecture: all
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Description: multiple precision floating-point computation documentation
 This package provides documentation for the multiple-precision floating-point
 computation library MPFR.
 .
 The documentation is available as html and PDF.