diff options
Diffstat (limited to 'gnu/packages/crates-io.scm')
-rw-r--r-- | gnu/packages/crates-io.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 89d353cee4..1118ebbc35 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -46689,8 +46689,7 @@ table-based tests.") (list bash-minimal m4)) (home-page "https://gitlab.com/tspiteri/rug") (synopsis - "Arbitrary-precision integers, rational, floating-point and complex numbers based -on GMP, MPFR and MPC") + "Arbitrary-precision integers, rational, floating-point and complex numbers") (description "This is a Rust library of arbitrary-precision integers, rational, floating-point, and complex numbers based on GMP, MPFR and MPC.") (license license:lgpl3+))) @@ -52506,7 +52505,7 @@ diff output.") ("rust-paris" ,rust-paris-1) ("rust-termcolor" ,rust-termcolor-1)))) (home-page "https://github.com/drakulix/simplelog.rs") - (synopsis "simple and easy-to-use logging facility for Rust's log crate") + (synopsis "Simple and easy-to-use logging facility for Rust's log crate") (description "This package provides a simple and easy-to-use logging facility for Rust's @code{log} crate. It aims to be a maintainable, easy to integrate facility for @@ -58461,7 +58460,7 @@ fixed set of worker threads.") (home-page "https://github.com/tikv/jemallocator") (synopsis - "safe wrapper over jemalloc's control and introspection APIs") + "Safe wrapper over jemalloc's control and introspection APIs") (description "This package provides a safe wrapper over jemalloc's control and introspection APIs.") @@ -62761,7 +62760,7 @@ Unicode character database.") "13ng291mkc9b132jjf4laj76f5nqm5qd2447rm8bry3wxbdc5kaw")))) (build-system cargo-build-system) (home-page "https://github.com/BurntSushi/ucd-generate") - (synopsis "library for working with the Unicode character database") + (synopsis "Library for working with the Unicode character database") (description "This package provides a small utility library for working with the Unicode character database.") (license (list license:asl2.0 |