[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/62: gnu: Add rust-readlock-0.1.
From: |
guix-commits |
Subject: |
28/62: gnu: Add rust-readlock-0.1. |
Date: |
Wed, 13 Mar 2024 16:22:21 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit cabe1612bf23a7b72a51b8fdbfb11a24a050f4eb
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:26 2024 +0100
gnu: Add rust-readlock-0.1.
* gnu/packages/crates-io.scm (rust-readlock-0.1): Add variable.
Change-Id: I5e058f07ceff79965473f27f3a22aa98cb0151a3
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 43bbbd7d2d..5f36ee6a5f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53897,6 +53897,26 @@ reference counting.")
@code{rdrand} and @code{rdseed} instructions")
(license license:isc)))
+(define-public rust-readlock-0.1
+ (package
+ (name "rust-readlock")
+ (version "0.1.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "readlock" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "18l0la7zxavbw1ppfigq84f994lyw65rbpl4hlf5gakd37kj7cyp"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-rclite" ,rust-rclite-0.2))))
+ (home-page "https://github.com/jplatte/readlock")
+ (synopsis "Weird alternative to Arc<RwLock<T>>")
+ (description
+ "This package provides a weird alternative to @code{Arc<RwLock<T>>}.")
+ (license license:mpl2.0)))
+
(define-public rust-recycler-0.1
(package
(name "rust-recycler")
- 08/62: gnu: Add rust-compiletest-rs-0.9., (continued)
- 08/62: gnu: Add rust-compiletest-rs-0.9., guix-commits, 2024/03/13
- 14/62: gnu: Place rust-thousands-0.2 in alphabetical order., guix-commits, 2024/03/13
- 12/62: gnu: Add rust-imbl-2., guix-commits, 2024/03/13
- 11/62: gnu: Add rust-imbl-sized-chunks-0.1., guix-commits, 2024/03/13
- 15/62: gnu: Place rust-twox-hash-1 in alphabetical order., guix-commits, 2024/03/13
- 20/62: gnu: Place rust-rpassword-5 in alphabetical order., guix-commits, 2024/03/13
- 22/62: gnu: Place rust-rpassword-7 in alphabetical order., guix-commits, 2024/03/13
- 25/62: gnu: Place rust-roxmltree-0.14 in alphabetical order., guix-commits, 2024/03/13
- 29/62: gnu: Add rust-readlock-tokio-0.1., guix-commits, 2024/03/13
- 26/62: gnu: Place rust-rodio-0.15 in alphabetical order., guix-commits, 2024/03/13
- 28/62: gnu: Add rust-readlock-0.1.,
guix-commits <=
- 30/62: gnu: Add rust-eyeball-0.8., guix-commits, 2024/03/13
- 34/62: gnu: Add rust-k256-0.13., guix-commits, 2024/03/13
- 35/62: gnu: rust-ecdsa-0.16: Update to 0.16.9., guix-commits, 2024/03/13
- 46/62: gnu: Add rust-parse-display-derive-0.8., guix-commits, 2024/03/13
- 39/62: gnu: Add rust-mas-iana-0.7., guix-commits, 2024/03/13
- 59/62: gnu: rust-assert-cmd-2: Update to 2.0.14., guix-commits, 2024/03/13
- 62/62: gnu: rust-anstyle-query-1: Update to 1.0.2., guix-commits, 2024/03/13
- 51/62: gnu: rust-lettre-email-0.9: Don't skip the build., guix-commits, 2024/03/13
- 44/62: gnu: Add rust-structmeta-derive-0.2., guix-commits, 2024/03/13
- 61/62: gnu: rust-anstream-0.6: Update to 0.6.13., guix-commits, 2024/03/13