GNU bug report logs -
#50662
[PATCH 00/34] Add NewsFlash base library.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sat, 18 Sep 2021 16:12:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-crc-any-2): New variable.
---
gnu/packages/crates-io.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 53ef68d184..30230e00c2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10544,6 +10544,32 @@ to @code{is_x86_feature_detected}.")
64) with support for various standards.")
(license (list license:expat license:asl2.0))))
+(define-public rust-crc-any-2
+ (package
+ (name "rust-crc-any")
+ (version "2.3.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "crc-any" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0fq85y5akcadahnj5nqbs47qhgp5cpfn2z19zc3gp4wpxr3989kr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-debug-helper" ,rust-debug-helper-0.3)
+ ("rust-heapless" ,rust-heapless-0.5))
+ #:cargo-development-inputs
+ (("rust-bencher" ,rust-bencher-0.1))))
+ (home-page "https://magiclen.org/crc-any")
+ (synopsis "Compute CRC values")
+ (description "This package provides a crate to compute CRC values by
+providing the length of bits, expression, reflection, an initial value and a
+final xor value. It has many built-in CRC functions.")
+ (license license:expat)))
+
(define-public rust-crc32fast-1
(package
(name "rust-crc32fast")
--
2.30.2
This bug report was last modified 3 years and 197 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.