[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75127] [PATCH 17/67] gnu: Add rust-recursion-0.5.
From: |
Jordan Moore |
Subject: |
[bug#75127] [PATCH 17/67] gnu: Add rust-recursion-0.5. |
Date: |
Thu, 26 Dec 2024 18:10:53 -0500 |
* gnu/packages/crates-io.scm (rust-recursion-0.5): New variable.
Change-Id: If5ff355b3b79c9644577eb213ed9ef991747f1b7
---
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 72d3e21f78..92e45bfe09 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -68482,6 +68482,27 @@ (define-public rust-readlock-tokio-0.1
using tokio's @code{RwLock}")
(license license:mpl2.0)))
+(define-public rust-recursion-0.5
+ (package
+ (name "rust-recursion")
+ (version "0.5.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "recursion" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0wc8x5340scj9fl281nydgwrpzbbdffj764pw6zppkcchlk58w4z"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-futures" ,rust-futures-0.3)
+ ("rust-tokio" ,rust-tokio-1))))
+ (home-page "https://github.com/inanna-malick/recursion")
+ (synopsis "cache-aware stack safe recursion")
+ (description "This package provides cache-aware stack safe recursion.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-recycler-0.1
(package
(name "rust-recycler")
--
2.46.0
- [bug#75127] [PATCH 00/67] rust-team: Add cargo-nextest, Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 01/67] gnu: Add cargo-nextest., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 04/67] gnu: Add rust-nextest-filtering-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 02/67] gnu: Add rust-enable-ansi-support-0.2., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 03/67] gnu: Add rust-guppy-0.17., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 05/67] gnu: Add rust-nextest-workspace-hack-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 10/67] gnu: Add rust-camino-tempfile-1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 09/67] gnu: Add rust-swrite-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 08/67] gnu: Add rust-quick-junit-0.5., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 12/67] gnu: Add rust-debug-ignore-1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 17/67] gnu: Add rust-recursion-0.5.,
Jordan Moore <=
- [bug#75127] [PATCH 13/67] gnu: Add rust-guppy-summaries-0.7., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 15/67] gnu: Add rust-nested-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 16/67] gnu: Add rust-target-spec-3., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 06/67] gnu: Add rust-nextest-metadata-0.12., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 07/67] gnu: Add rust-nextest-runner-0.70., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 11/67] gnu: Add rust-cargo-metadata-0.19., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 14/67] gnu: Add rust-guppy-workspace-hack-0.1., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 23/67] gnu: Add rust-console-subscriber-0.4., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 20/67] gnu: Add rust-async-scoped-0.9., Jordan Moore, 2024/12/26
- [bug#75127] [PATCH 21/67] gnu: Add rust-atomicwrites-0.4., Jordan Moore, 2024/12/26