[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: gmp: Edit description.
From: |
Tobias Geerinckx-Rice |
Subject: |
07/11: gnu: gmp: Edit description. |
Date: |
Thu, 18 Jan 2018 20:42:33 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit d62ab6572b1d63678de224f080ce6dde7538a5d0
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jan 19 00:26:56 2018 +0100
gnu: gmp: Edit description.
* gnu/packages/multiprecision.scm (gmp)[description]: Edit.
Define GMP.
---
gnu/packages/multiprecision.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 4ee316f..3107bbb 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/")))
- branch master updated (37d110d -> fbf210c), Tobias Geerinckx-Rice, 2018/01/18
- 03/11: gnu: mpc: Update home page., Tobias Geerinckx-Rice, 2018/01/18
- 06/11: gnu: gmp: Use HTTPS for home page., Tobias Geerinckx-Rice, 2018/01/18
- 04/11: gnu: mpc: Edit synopsis & description., Tobias Geerinckx-Rice, 2018/01/18
- 07/11: gnu: gmp: Edit description.,
Tobias Geerinckx-Rice <=
- 08/11: gnu: stress: Use newer and HTTPS home page., Tobias Geerinckx-Rice, 2018/01/18
- 02/11: gnu: mpfi: Edit synopsis & description., Tobias Geerinckx-Rice, 2018/01/18
- 05/11: gnu: mpfr: Edit synopsis & description., Tobias Geerinckx-Rice, 2018/01/18
- 01/11: gnu: mpfi: Update to 1.5.3., Tobias Geerinckx-Rice, 2018/01/18
- 09/11: gnu: stress: Update to 1.0.4., Tobias Geerinckx-Rice, 2018/01/18
- 10/11: gnu: testdisk: Use HTTPS for home page., Tobias Geerinckx-Rice, 2018/01/18
- 11/11: gnu: rdup: Update to 1.1.15., Tobias Geerinckx-Rice, 2018/01/18