guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#56071] [gnu: Add dua-cli. 18/27] gnu: Add rust-simd-adler32-0.3.


From: antlers
Subject: [bug#56071] [gnu: Add dua-cli. 18/27] gnu: Add rust-simd-adler32-0.3.
Date: Sat, 18 Jun 2022 12:56:47 -0700

* gnu/packages/crates-io.scm (rust-simd-adler32-0.3): New variable.
---
:100644 100644 15dad28f05 1e93172d8e M  gnu/packages/crates-io.scm
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 15dad28f05..1e93172d8e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -56608,6 +56608,28 @@ (define-public rust-simd-0.1
        #:cargo-development-inputs
        (("rust-cfg-if" ,rust-cfg-if-0.1))))))
 
+(define-public rust-simd-adler32-0.3
+  (package
+    (name "rust-simd-adler32")
+    (version "0.3.4")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "simd-adler32" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "060b9v15s3miq06582cj2ywam92ph6xs34s62mc8az3xc4wxz98l"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))
+    (home-page "https://github.com/mcountryman/simd-adler32";)
+    (synopsis
+     "SIMD-accelerated Adler-32 rolling hash algorithm implementation")
+    (description
+     "This package provides a SIMD-accelerated Adler-32 rolling hash algorithm
+implementation.")
+    (license license:expat)))
+
 (define-public rust-simd-helpers-0.1
   (package
     (name "rust-simd-helpers")
-- 
2.36.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]