guix-patches
[Top][All Lists]
Advanced

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

[bug#69257] [PATCH 027/228] gnu: Add rust-rclite-0.2.


From: Herman Rimm
Subject: [bug#69257] [PATCH 027/228] gnu: Add rust-rclite-0.2.
Date: Sun, 18 Feb 2024 22:02:25 +0100

* gnu/packages/crates-io.scm (rust-rclite-0.2): Add variable.

Change-Id: I5e058f07ceff79965473f27f3a22aa98cb0151a3
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 348d46145e..f77ebc4520 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53847,6 +53847,29 @@ (define-public rust-rayon-core-1
     (description "This package provides core APIs for Rayon.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-rclite-0.2
+  (package
+    (name "rust-rclite")
+    (version "0.2.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "rclite" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1fa379adiwincgywigi341zd969d3459ljq71n5ymwwficp0r7zf"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-branches" ,rust-branches-0.1))
+       #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.4)
+                                   ("rust-rayon" ,rust-rayon-1))))
+    (home-page "https://github.com/fereidani/rclite";)
+    (synopsis "Reference counting compatible with Arc and Rc APIs")
+    (description
+     "This package provides reference counting, which is compatible with
+Arc and Rc APIs.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-rctree-0.5
   (package
     (name "rust-rctree")
-- 
2.41.0






reply via email to

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