[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
363/422: gnu: Add rust-lockfree-object-pool-0.1.
From: |
guix-commits |
Subject: |
363/422: gnu: Add rust-lockfree-object-pool-0.1. |
Date: |
Wed, 6 Nov 2024 04:03:02 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 102d7cc4929799b77ab1e7f6debb101e9082f7a8
Author: Steve George <steve@futurile.net>
AuthorDate: Fri Oct 4 21:47:48 2024 +0100
gnu: Add rust-lockfree-object-pool-0.1.
* gnu/packages/crates-io.scm (rust-lockfree-object-pool-0.1): New variable.
Change-Id: I3062fb75535d4790499a1c676e7a53126c940079
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 27f96fec2f..aa388bac3e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40846,6 +40846,31 @@ network interfaces/adapters.")
(("rust-scopeguard" ,rust-scopeguard-0.3)
("rust-owning-ref" ,rust-owning-ref-0.4))))))
+(define-public rust-lockfree-object-pool-0.1
+ (package
+ (name "rust-lockfree-object-pool")
+ (version "0.1.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "lockfree-object-pool" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0bjm2g1g1avab86r02jb65iyd7hdi35khn1y81z4nba0511fyx4k"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.5)
+ ("rust-criterion-plot" ,rust-criterion-plot-0.5)
+ ("rust-object-pool" ,rust-object-pool-0.5)
+ ("rust-sharded-slab" ,rust-sharded-slab-0.1))))
+ (home-page "https://github.com/EVaillant/lockfree-object-pool")
+ (synopsis "Thread-safe object pool collection")
+ (description
+ "This package provides a thread-safe object pool collection with
automatic return
+and attach/detach semantics.")
+ (license license:boost1.0)))
+
(define-public rust-log-0.4
(package
(name "rust-log")
- 176/422: gnu: rust-clap-4: Update to 4.5.18., (continued)
- 176/422: gnu: rust-clap-4: Update to 4.5.18., guix-commits, 2024/11/06
- 298/422: gnu: Add rust-gix-archive-0.15., guix-commits, 2024/11/06
- 296/422: gnu: rust-gix-features-0.38: Update to 0.38.2., guix-commits, 2024/11/06
- 302/422: gnu: Add rust-windows-interface-0.58., guix-commits, 2024/11/06
- 306/422: gnu: Add rust-windows-0.58., guix-commits, 2024/11/06
- 332/422: gnu: Add rust-gix-filter-0.13., guix-commits, 2024/11/06
- 339/422: gnu: Add rust-gix-index-0.35., guix-commits, 2024/11/06
- 345/422: gnu: Add rust-gix-negotiate-0.15., guix-commits, 2024/11/06
- 350/422: gnu: Add rust-gix-protocol-0.45., guix-commits, 2024/11/06
- 352/422: gnu: Add rust-gix-refspec-0.25., guix-commits, 2024/11/06
- 363/422: gnu: Add rust-lockfree-object-pool-0.1.,
guix-commits <=
- 366/422: gnu: rust-crc32fast-1: Update to 1.4.2., guix-commits, 2024/11/06
- 375/422: gnu: rust-flate2-1: Update to 1.0.30., guix-commits, 2024/11/06
- 376/422: gnu: rust-thiserror-impl-1: Update to 1.0.64., guix-commits, 2024/11/06
- 394/422: gnu: Add rust-serde-with-macros-2., guix-commits, 2024/11/06
- 356/422: gnu: Add rust-gix-worktree-stream-0.15., guix-commits, 2024/11/06
- 408/422: gnu: rust-regex-syntax-0.8: Update to 0.8.5., guix-commits, 2024/11/06
- 410/422: gnu: rust-regex-1: Update to 1.11.0., guix-commits, 2024/11/06
- 397/422: gnu: Add rust-usb-ids-1., guix-commits, 2024/11/06
- 398/422: gnu: Add cyme., guix-commits, 2024/11/06
- 412/422: gnu: rust-critical-section-1: Update to 1.1.3., guix-commits, 2024/11/06