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
|
Source: gmp1
Section: libs
Priority: extra
Maintainer: Dale Scheetz <dwarf@polaris.net>
Standards-Version: 2.2.0.0
Package: gmp1
Section: libs
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}
Description: Multiprecision arithmetic library
GNU MP is a programmer's library for arbitrary precision
arithmetic (ie, a bignum package). It can operate on signed
integers and rational numbers.
.
It has a rich set of functions, and the functions have a regular
interface.
.
Programs you build using GNU MP become covered by the GNU
General Public Licence (GPL) because of the way GNU MP is licensed.
Package: gmp1-dev
Section: devel
Priority: extra
Architecture: any
Depends: gmp1
Description: Multiprecision arithmetic library 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 gmp1 package.
|