guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

66/68: gnu: Add rust-deadpool-sync-0.1.


From: guix-commits
Subject: 66/68: gnu: Add rust-deadpool-sync-0.1.
Date: Wed, 20 Mar 2024 11:24:41 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 9475896250603da786d983539e85209661126112
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:12:15 2024 +0100

    gnu: Add rust-deadpool-sync-0.1.
    
    * gnu/packages/crates-io.scm (rust-deadpool-sync-0.1): Add variable.
    
    Change-Id: I6faa6f867eb0b05e7748a7db6fc9d68180121c3f
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bba55a85d4..ccea99587b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18972,6 +18972,27 @@ of any type.")
 for sync managers.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-deadpool-sync-0.1
+  (package
+    (name "rust-deadpool-sync")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "deadpool-sync" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "02habnbf9gna5yg5parpfbgz1342mzyxmd5lcz7f9jhk9i4p1nzq"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-deadpool-runtime" ,rust-deadpool-runtime-0.1)
+                       ("rust-tracing" ,rust-tracing-0.1))))
+    (home-page "https://github.com/bikeshedder/deadpool";)
+    (synopsis "Dead simple async pool utitities for sync managers")
+    (description "This package provides dead simple async pool utitities
+for sync managers.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-debug-helper-0.3
   (package
     (name "rust-debug-helper")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]