guix-commits
[Top][All Lists]
Advanced

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

16/62: gnu: Add go-github-com-minio-sha256-simd.


From: Leo Famulari
Subject: 16/62: gnu: Add go-github-com-minio-sha256-simd.
Date: Thu, 12 Oct 2017 21:43:38 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 4a9c4dbe3beea4cb9809cdf2ce6105143f705ac9
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 00:58:57 2017 -0400

    gnu: Add go-github-com-minio-sha256-simd.
    
    * gnu/packages/syncthing.scm (go-github-com-minio-sha256-simd): New 
variable.
---
 gnu/packages/syncthing.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 0325a0f..1a14fa9 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -383,3 +383,28 @@ finding resources located relative to the executable 
file.")
 database/sql package.")
       (home-page "https://github.com/lib/pq";)
       (license expat))))
+
+(define-public go-github-com-minio-sha256-simd
+  (let ((commit "6124d070eb4e7001c244b6ccc282620a5dce44a0")
+        (revision "0"))
+    (package
+      (name "go-github-com-minio-sha256-simd")
+      (version (git-version "0.0.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/minio/sha256-simd";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1azrdp7x7vl9ngkxs890blspz0345xhadvssdlb0435hdqa0gkll"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path "github.com/minio/sha256-simd"))
+      (synopsis "Hardware-accelerated SHA256 in Go using SIMD")
+      (description "This packages provides a pure Go implementation of SHA256
+using SIMD (Single instruction, multiple data) instructions for Intel and ARM
+architectures.")
+      (home-page "https://github.com/minio/sha256-simd";)
+      (license asl2.0))))



reply via email to

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