gnu: gmp: Edit description.

* gnu/packages/multiprecision.scm (gmp)[description]: Edit.
Define GMP.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-19 00:26:56 +01:00
parent 75213ad2ce
commit d62ab6572b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -60,11 +60,12 @@ (define-public gmp
(else '())))))
(synopsis "Multiple-precision arithmetic library")
(description
"GMP is a library for arbitrary precision arithmetic, operating on
signed integers, rational numbers and floating point numbers. The precision
is only limited by the available memory. The library is highly optimized,
with a design focus on execution speed. It is aimed at use in, for example,
cryptography and computational algebra.")
"@dfn{GMP} (the GNU Multiple Precision Arithmetic Library) is a library for
arbitrary-precision arithmetic, operating on signed integers, rational numbers
and floating point numbers. The precision is only limited by the available
memory. The library is highly optimized, with a design focus on execution
speed. It is aimed at use in, for example, cryptography and computational
algebra.")
(license lgpl3+)
(home-page "https://gmplib.org/")))