gnu: gmp: Edit description.
* gnu/packages/multiprecision.scm (gmp)[description]: Edit. Define GMP.master
parent
75213ad2ce
commit
d62ab6572b
|
@ -60,11 +60,12 @@
|
||||||
(else '())))))
|
(else '())))))
|
||||||
(synopsis "Multiple-precision arithmetic library")
|
(synopsis "Multiple-precision arithmetic library")
|
||||||
(description
|
(description
|
||||||
"GMP is a library for arbitrary precision arithmetic, operating on
|
"@dfn{GMP} (the GNU Multiple Precision Arithmetic Library) is a library for
|
||||||
signed integers, rational numbers and floating point numbers. The precision
|
arbitrary-precision arithmetic, operating on signed integers, rational numbers
|
||||||
is only limited by the available memory. The library is highly optimized,
|
and floating point numbers. The precision is only limited by the available
|
||||||
with a design focus on execution speed. It is aimed at use in, for example,
|
memory. The library is highly optimized, with a design focus on execution
|
||||||
cryptography and computational algebra.")
|
speed. It is aimed at use in, for example, cryptography and computational
|
||||||
|
algebra.")
|
||||||
(license lgpl3+)
|
(license lgpl3+)
|
||||||
(home-page "https://gmplib.org/")))
|
(home-page "https://gmplib.org/")))
|
||||||
|
|
||||||
|
|
Reference in New Issue