| 1 |
Source: gmp
|
| 2 |
Homepage: http://gmplib.org/
|
| 3 |
Section: libs
|
| 4 |
Priority: optional
|
| 5 |
Build-Depends: m4, debhelper (>= 7), quilt, gcc-multilib [amd64 kfreebsd-amd64 powerpc ppc64], g++-multilib [amd64 kfreebsd-amd64 powerpc ppc64]
|
| 6 |
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
|
| 7 |
Uploaders: Steve M. Robbins <smr@debian.org>
|
| 8 |
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/gmp/trunk/
|
| 9 |
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/gmp/trunk/
|
| 10 |
Standards-Version: 3.9.1
|
| 11 |
|
| 12 |
Package: libgmp10
|
| 13 |
Section: libs
|
| 14 |
Priority: optional
|
| 15 |
Architecture: any
|
| 16 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 17 |
Description: Multiprecision arithmetic library
|
| 18 |
GNU MP is a programmer's library for arbitrary precision
|
| 19 |
arithmetic (ie, a bignum package). It can operate on signed
|
| 20 |
integer, rational, and floating point numeric types.
|
| 21 |
.
|
| 22 |
It has a rich set of functions, and the functions have a regular
|
| 23 |
interface.
|
| 24 |
|
| 25 |
Package: libgmpxx4ldbl
|
| 26 |
Section: libs
|
| 27 |
Priority: optional
|
| 28 |
Architecture: any
|
| 29 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 30 |
Conflicts: libgmp3, libgmpxx4
|
| 31 |
Replaces: libgmp3
|
| 32 |
Description: Multiprecision arithmetic library (C++ bindings)
|
| 33 |
GNU MP is a programmer's library for arbitrary precision
|
| 34 |
arithmetic (ie, a bignum package). It can operate on signed
|
| 35 |
integer, rational, and floating point numeric types.
|
| 36 |
|
| 37 |
Package: libgmp10-dev
|
| 38 |
Section: libdevel
|
| 39 |
Priority: optional
|
| 40 |
Architecture: any
|
| 41 |
Depends: libgmp10 (= ${binary:Version}), libgmpxx4ldbl (= ${binary:Version}), ${misc:Depends}
|
| 42 |
Provides: libgmp-dev
|
| 43 |
Conflicts: libgmp3-dev
|
| 44 |
Replaces: libgmp3-dev
|
| 45 |
Recommends: libstdc++-dev
|
| 46 |
Suggests: libgmp10-doc, libmpfr-dev
|
| 47 |
Description: Multiprecision arithmetic library developers tools
|
| 48 |
This development package provides the header files and the symbolic
|
| 49 |
links to allow compilation and linking of programs that use the libraries
|
| 50 |
provided in the libgmp10 package.
|
| 51 |
.
|
| 52 |
Both C and C++ bindings are present in this package. Package
|
| 53 |
libstdc++-dev is required to use the C++ bindings.
|
| 54 |
.
|
| 55 |
The MPFR library (multiple-precision floating-point) used to be
|
| 56 |
included, but has since been moved to package libmpfr-dev.
|
| 57 |
|
| 58 |
Package: lib32gmp10
|
| 59 |
Section: libs
|
| 60 |
Priority: optional
|
| 61 |
Architecture: amd64 ppc64 kfreebsd-amd64
|
| 62 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 63 |
Conflicts: libc6-i386 (<= 2.9-18)
|
| 64 |
Description: Multiprecision arithmetic library (32bit)
|
| 65 |
GNU MP is a programmer's library for arbitrary precision
|
| 66 |
arithmetic (ie, a bignum package). It can operate on signed
|
| 67 |
integer, rational, and floating point numeric types. This
|
| 68 |
package includes a 32 bit version of the shared library.
|
| 69 |
.
|
| 70 |
It has a rich set of functions, and the functions have a regular
|
| 71 |
interface.
|
| 72 |
|
| 73 |
Package: lib32gmpxx4
|
| 74 |
Section: libs
|
| 75 |
Priority: optional
|
| 76 |
Architecture: amd64 ppc64 kfreebsd-amd64
|
| 77 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 78 |
Conflicts: libc6-i386 (<= 2.9-18)
|
| 79 |
Description: Multiprecision arithmetic library (C++ bindings, 32bit)
|
| 80 |
GNU MP is a programmer's library for arbitrary precision
|
| 81 |
arithmetic (ie, a bignum package). It can operate on signed
|
| 82 |
integer, rational, and floating point numeric types. This
|
| 83 |
package includes a 32 bit version of the shared library.
|
| 84 |
|
| 85 |
Package: lib32gmp10-dev
|
| 86 |
Section: libdevel
|
| 87 |
Priority: optional
|
| 88 |
Architecture: amd64 ppc64 kfreebsd-amd64
|
| 89 |
Depends: libgmp10-dev (= ${binary:Version}), lib32gmp10 (= ${binary:Version}), lib32gmpxx4 (= ${binary:Version}), ${misc:Depends}
|
| 90 |
Provides: lib32gmp-dev
|
| 91 |
Suggests: libgmp10-doc, libmpfr-dev
|
| 92 |
Conflicts: libc6-i386 (<= 2.9-18), lib32gmp3-dev
|
| 93 |
Replaces: lib32gmp3-dev
|
| 94 |
Description: Multiprecision arithmetic library developers tools (32bit)
|
| 95 |
This development package provides the header files and the symbolic
|
| 96 |
links to allow compilation and linking of programs that use the
|
| 97 |
libraries provided in the libgmp10 package. This package includes 32
|
| 98 |
bit versions of the link libraries.
|
| 99 |
.
|
| 100 |
Both C and C++ bindings are present in this package. Package
|
| 101 |
libstdc++-dev is required to use the C++ bindings.
|
| 102 |
.
|
| 103 |
The MPFR library (multiple-precision floating-point) used to be
|
| 104 |
included, but has since been moved to package libmpfr-dev.
|
| 105 |
|
| 106 |
Package: lib64gmp10
|
| 107 |
Section: libs
|
| 108 |
Priority: optional
|
| 109 |
Architecture: powerpc
|
| 110 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 111 |
Description: Multiprecision arithmetic library (64bit library)
|
| 112 |
GNU MP is a programmer's library for arbitrary precision
|
| 113 |
arithmetic (ie, a bignum package). It can operate on signed
|
| 114 |
integer, rational, and floating point numeric types. This
|
| 115 |
package includes a 64 bit version of the shared library.
|
| 116 |
.
|
| 117 |
It has a rich set of functions, and the functions have a regular
|
| 118 |
interface.
|
| 119 |
|
| 120 |
Package: lib64gmpxx4
|
| 121 |
Section: libs
|
| 122 |
Priority: optional
|
| 123 |
Architecture: powerpc
|
| 124 |
Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 125 |
Description: Multiprecision arithmetic library (C++ bindings, 64bit)
|
| 126 |
GNU MP is a programmer's library for arbitrary precision
|
| 127 |
arithmetic (ie, a bignum package). It can operate on signed
|
| 128 |
integer, rational, and floating point numeric types. This
|
| 129 |
package includes a 64 bit version of the shared library.
|
| 130 |
|
| 131 |
Package: lib64gmp10-dev
|
| 132 |
Section: libdevel
|
| 133 |
Priority: optional
|
| 134 |
Architecture: powerpc
|
| 135 |
Depends: libgmp10-dev (= ${binary:Version}), lib64gmp10 (= ${binary:Version}), lib64gmpxx4 (= ${binary:Version}), ${misc:Depends}
|
| 136 |
Provides: lib64mp-dev
|
| 137 |
Conflicts: lib64mp3-dev
|
| 138 |
Replaces: lib64mp3-dev
|
| 139 |
Suggests: libgmp10-doc, libmpfr-dev
|
| 140 |
Description: Multiprecision arithmetic library developers tools (64bit)
|
| 141 |
This development package provides the header files and the symbolic
|
| 142 |
links to allow compilation and linking of programs that use the
|
| 143 |
libraries provided in the libgmp10 package. This package includes 64
|
| 144 |
bit versions of the link libraries.
|
| 145 |
.
|
| 146 |
Both C and C++ bindings are present in this package. Package
|
| 147 |
libstdc++-dev is required to use the C++ bindings.
|
| 148 |
.
|
| 149 |
The MPFR library (multiple-precision floating-point) used to be
|
| 150 |
included, but has since been moved to package libmpfr-dev.
|
| 151 |
|
| 152 |
Package: libgmp10-doc
|
| 153 |
Section: doc
|
| 154 |
Priority: optional
|
| 155 |
Architecture: all
|
| 156 |
Depends: ${misc:Depends}
|
| 157 |
Description: Multiprecision arithmetic library example code
|
| 158 |
This package provides example code illustrating the use of GMP.
|