diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 00:26:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 02:45:15 +0100 |
commit | d62ab6572b1d63678de224f080ce6dde7538a5d0 (patch) | |
tree | fea642669019071a242847f07e782bf2230aaef1 | |
parent | 75213ad2cec6856e4a65caabe6ff27ea40562e7b (diff) | |
download | guix-d62ab6572b1d63678de224f080ce6dde7538a5d0.tar.gz guix-d62ab6572b1d63678de224f080ce6dde7538a5d0.zip |
gnu: gmp: Edit description.
* gnu/packages/multiprecision.scm (gmp)[description]: Edit.
Define GMP.
-rw-r--r-- | gnu/packages/multiprecision.scm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index 4ee316f9a2..3107bbb979 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm @@ -60,11 +60,12 @@ (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/"))) |