GNU bug report logs - #74551
[PATCH 00/49] Add starship shell utility

Previous Next

Package: guix-patches;

Reported by: Jordan Moore <lockbox <at> struct.foo>

Date: Tue, 26 Nov 2024 21:36:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: 74551 <at> debbugs.gnu.org
Cc: Jordan Moore <lockbox <at> struct.foo>
Subject: [bug#74551] [PATCH rust-team v3 29/73] gnu: Add rust-arraydeque-0.5.
Date: Mon,  2 Dec 2024 22:00:09 -0500
From: Jordan Moore <lockbox <at> struct.foo>

* gnu/packages/crates-io.scm (rust-arraydeque-0.5): New variable.
---
 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 a127946677..f443857a69 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3127,6 +3127,26 @@ (define-public rust-array-ops-0.1
 structures.")
     (license license:mpl2.0)))
 
+(define-public rust-arraydeque-0.5
+  (package
+    (name "rust-arraydeque")
+    (version "0.5.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "arraydeque" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0dn2xdfg3rkiqsh8a6achnmvf5nf11xk33xgjzpksliab4yjx43x"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/andylokandy/arraydeque")
+    (synopsis
+     "Ring buffer with a fixed capacity, which can be stored on the stack")
+    (description
+     "This package provides a ring buffer with a fixed capacity, which can be stored
+on the stack.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-arrayref-0.3
   (package
     (name "rust-arrayref")
-- 
2.47.0





This bug report was last modified 222 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.