guix-commits
[Top][All Lists]
Advanced

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

30/68: gnu: Add rust-deadpool-runtime-0.1.


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

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

commit 3cb2e64798104c5aea3611f871da966e01ee0a0e
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:08:11 2024 +0100

    gnu: Add rust-deadpool-runtime-0.1.
    
    * gnu/packages/crates-io.scm (rust-deadpool-runtime-0.1): Add variable.
    
    Change-Id: I56637f3a98c6695686f8f951346610b4be7d7626
    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 d3847f341d..0919ab61cf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18868,6 +18868,27 @@ sizes.  Big-endian order is used.  WARNING: Block must 
be aligned!")
 type.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-deadpool-runtime-0.1
+  (package
+    (name "rust-deadpool-runtime")
+    (version "0.1.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "deadpool-runtime" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0j9zmm37z6m4fnkf40z6qwidi4z1gwk0piqzx7yz6riazrjakpv3"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-async-std" ,rust-async-std-1)
+                       ("rust-tokio" ,rust-tokio-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]