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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: mpfr4
Section: math
Priority: optional
Build-Depends: debhelper (>= 8.1.3), libgmp-dev, lib32gmp-dev [amd64 kfreebsd-amd64 ppc64], gcc-multilib [amd64 kfreebsd-amd64 ppc64], g++-multilib [amd64 kfreebsd-amd64 ppc64]
Build-Depends-Indep: texinfo, texlive-latex-base
Maintainer: Laurent Fousse <lfousse@debian.org>
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.9.2
Package: libmpfr4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
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).
Package: libmpfr4-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libmpfr4 (= ${binary:Version}), ${misc:Depends}
Description: multiple precision floating-point computation (debug symbols)
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).
.
This package contains the debugging symbols for libmpfr4.
Package: libmpfr-dev
Section: libdevel
Architecture: any
Depends: libgmp-dev, libmpfr4 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
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).
Package: libmpfr-doc
Section: doc
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.
Package: lib32mpfr4
Section: libs
Architecture: amd64 ppc64 kfreebsd-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: multiple precision floating-point computation (32bit)
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). This package includes a 32 bit version of the
library.
Package: lib32mpfr-dev
Section: libdevel
Architecture: amd64 ppc64 kfreebsd-amd64
Depends: lib32gmp-dev, lib32mpfr4 (= ${binary:Version}), ${misc:Depends}
Suggests: libmpfr-doc
Description: multiple precision floating-point computation developers tools (32bit)
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 lib32mpfr4 package. This package includes the 32 bit version
of the library.
.
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).
|