[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
156/189: gnu: Add rust-parking-lot-0.11.
From: |
guix-commits |
Subject: |
156/189: gnu: Add rust-parking-lot-0.11. |
Date: |
Mon, 21 Sep 2020 06:01:49 -0400 (EDT) |
arunisaac pushed a commit to branch wip-swc
in repository guix.
commit 23a58d6618f0d5d8c453d367266843b40e30ff10
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sun Sep 20 23:46:39 2020 +0530
gnu: Add rust-parking-lot-0.11.
* gnu/packages/crates-io.scm (rust-parking-lot-0.11): New variable.
---
gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a15672b..fb7c9e1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18562,6 +18562,33 @@ deserialization, and interpreter in Rust.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-parking-lot-0.11
+ (package
+ (name "rust-parking-lot")
+ (version "0.11.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "parking_lot" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0cw73942xhxb7a49mp9gkjnlwc8acr30wpfs8zk758icz92ki2d4"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-instant" ,rust-instant-0.1)
+ ("rust-lock-api" ,rust-lock-api-0.4)
+ ("rust-parking-lot-core" ,rust-parking-lot-core-0.8))
+ #:cargo-development-inputs
+ (("rust-bincode" ,rust-bincode-1)
+ ("rust-rand" ,rust-rand-0.7))))
+ (home-page "https://github.com/Amanieu/parking_lot")
+ (synopsis "More compact and efficient 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))))
+
(define-public rust-parking-lot-0.10
(package
(name "rust-parking-lot")
- 131/189: gnu: Add rust-tokio-util-0.3., (continued)
- 131/189: gnu: Add rust-tokio-util-0.3., guix-commits, 2020/09/21
- 136/189: gnu: Add rust-tracing-0.1., guix-commits, 2020/09/21
- 137/189: gnu: Add rust-tracing-attributes-0.1., guix-commits, 2020/09/21
- 141/189: gnu: Add rust-tokio-rustls-0.14., guix-commits, 2020/09/21
- 146/189: gnu: Add rust-trust-dns-openssl-0.19., guix-commits, 2020/09/21
- 147/189: gnu: Add rust-typed-headers-0.2., guix-commits, 2020/09/21
- 149/189: gnu: Add rust-want-0.3., guix-commits, 2020/09/21
- 150/189: gnu: Add rust-rustc-hash-1.0., guix-commits, 2020/09/21
- 151/189: gnu: Add rust-hashbrown-0.8., guix-commits, 2020/09/21
- 154/189: gnu: Add rust-hyper-0.13., guix-commits, 2020/09/21
- 156/189: gnu: Add rust-parking-lot-0.11.,
guix-commits <=
- 159/189: gnu: Add rust-scheduled-thread-pool-0.2., guix-commits, 2020/09/21
- 166/189: gnu: Add rust-pmutil-0.5., guix-commits, 2020/09/21
- 180/189: gnu: Add rust-napi-0.5., guix-commits, 2020/09/21
- 183/189: gnu: Add rust-path-clean-0.1., guix-commits, 2020/09/21
- 175/189: gnu: Add rust-hyper-rustls-0.21., guix-commits, 2020/09/21
- 176/189: gnu: Add rust-reqwest-0.10., guix-commits, 2020/09/21
- 182/189: gnu: Add rust-is-macro-0.1., guix-commits, 2020/09/21
- 181/189: gnu: Add rust-ipconfig-0.2., guix-commits, 2020/09/21
- 188/189: gnu: Add rust-radix-fmt-1., guix-commits, 2020/09/21
- 171/189: gnu: Add rust-trust-dns-resolver-0.19., guix-commits, 2020/09/21