gnu: rust-parking-lot-0.11: Shorten synopsis.
* gnu/packages/crates-io.scm (rust-parking-lot-0.11): Shorten synopsis.master
parent
190e9068ec
commit
dea2f09d12
|
@ -23066,9 +23066,11 @@ unparking.")
|
||||||
(("rust-bincode" ,rust-bincode-1)
|
(("rust-bincode" ,rust-bincode-1)
|
||||||
("rust-rand" ,rust-rand-0.7))))
|
("rust-rand" ,rust-rand-0.7))))
|
||||||
(home-page "https://github.com/Amanieu/parking_lot")
|
(home-page "https://github.com/Amanieu/parking_lot")
|
||||||
(synopsis "More compact and efficient implementations of the standard synchronization primitives")
|
(synopsis
|
||||||
(description "This package provides more compact and efficient
|
"Efficient implementations of the standard synchronization primitives")
|
||||||
implementations of the standard synchronization primitives.")
|
(description
|
||||||
|
"This package provides more compact and efficient implementations
|
||||||
|
of the standard synchronization primitives.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-parking-lot-0.10
|
(define-public rust-parking-lot-0.10
|
||||||
|
|
Reference in New Issue