GNU bug report logs -
#74551
[PATCH 00/49] Add starship shell utility
Previous Next
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
Message #35 received at 74551 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-arraydeque-0.5): New variable.
Change-Id: I85e4603e1a77b7b126a48b274156074d8e313a95
---
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 3b9a20f728..c193ded2ba 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3123,6 +3123,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.46.0
This bug report was last modified 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.