gnu: rust-raw-cpuid-8: Shorten synopsis.
* gnu/packages/crates-io.scm (rust-raw-cpuid-8)[synopsis]: Shorten it. [decription]: Tiny capitalization fix.
This commit is contained in:
parent
ca065e6026
commit
6a69568b9e
1 changed files with 2 additions and 3 deletions
|
|
@ -23454,11 +23454,10 @@ random number generators.")
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-rustversion" ,rust-rustversion-0.1))))
|
("rust-rustversion" ,rust-rustversion-0.1))))
|
||||||
(home-page "https://github.com/gz/rust-cpuid")
|
(home-page "https://github.com/gz/rust-cpuid")
|
||||||
(synopsis
|
(synopsis "Library to parse the x86 CPUID instruction, written in Rust")
|
||||||
"A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.")
|
|
||||||
(description
|
(description
|
||||||
"This package provides a library to parse the x86 CPUID instruction,
|
"This package provides a library to parse the x86 CPUID instruction,
|
||||||
written in rust with no external dependencies. The implementation closely
|
written in Rust with no external dependencies. The implementation closely
|
||||||
resembles the Intel CPUID manual description. The library does only depend on
|
resembles the Intel CPUID manual description. The library does only depend on
|
||||||
libcore.")
|
libcore.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
|
||||||
Reference in a new issue