GNU bug report logs -
#50310
[PATCH 00/22] gnu: Add sniffglue.
Previous Next
Full log
Message #71 received at 50310 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-reduce-0.1): New variable.
---
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 8e03d49856..4b8ed312bb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37261,6 +37261,27 @@ owned memory.")
functionality.")
(license license:expat)))
+(define-public rust-reduce-0.1
+ (package
+ (name "rust-reduce")
+ (version "0.1.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "reduce" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1mrmicr43hx3s9556zbzg0lys4nmsw0vwznd52imxhcanr3xrlhn"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/dtolnay/reduce")
+ (synopsis "Fold an iterator without an initial value")
+ (description
+ "This package provides a way to fold an iterator without a separate
+initial value.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-ref-cast-1
(package
(name "rust-ref-cast")
--
2.33.0
This bug report was last modified 3 years and 339 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.