mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
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 @@ (define-public rust-raw-cpuid-8
|
|||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-rustversion" ,rust-rustversion-0.1))))
|
||||
(home-page "https://github.com/gz/rust-cpuid")
|
||||
(synopsis
|
||||
"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.")
|
||||
(synopsis "Library to parse the x86 CPUID instruction, written in Rust")
|
||||
(description
|
||||
"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
|
||||
libcore.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in a new issue