guix-commits
[Top][All Lists]
Advanced

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

163/330: gnu: Add rust-force-send-sync-1.


From: guix-commits
Subject: 163/330: gnu: Add rust-force-send-sync-1.
Date: Mon, 18 Mar 2024 07:15:58 -0400 (EDT)

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

commit 91c56f768fa8ac7a10ff34dca586bcd2c697cb10
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Mar 16 22:00:01 2024 +0200

    gnu: Add rust-force-send-sync-1.
    
    * gnu/packages/crates-io.scm (rust-force-send-sync-1): New variable.
    
    Change-Id: I58512d67968cea8b75e95b96a64f7874c3ff4947
---
 gnu/packages/crates-io.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d198312dbf..0b2de912ea 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24880,6 +24880,23 @@ implementation that is more efficient for smaller hash 
keys.")
         ("rust-walkdir" ,rust-walkdir-2)
         ("rust-winapi" ,rust-winapi-0.3))))))
 
+(define-public rust-force-send-sync-1
+  (package
+    (name "rust-force-send-sync")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "force-send-sync" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1dpy69psypanm8mx3k0mjmvb0mccyyd8yffcdr1899la8k68ss1j"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/pacman82/force-send-sync";)
+    (synopsis "Unsafe wrappers to force Send and Sync")
+    (description "Unsafe wrappers to force Send and Sync.")
+    (license license:expat)))
+
 (define-public rust-foreign-types-0.5
   (package
     (name "rust-foreign-types")



reply via email to

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