sharlatan pushed a commit to branch go-team
in repository guix.

commit a22c885c288d823e3a6d2f9892e949cf06a17e22
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 11 14:57:36 2025 +0000

    gnu: Add go-github-com-templexxx-xorsimd.
    
    * gnu/packages/golang-xyz.scm (go-github-com-templexxx-xorsimd): New 
variable.
    
    Change-Id: I7c160724d98ae38f7a776a7f85a10128eae00024
---
 gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 65a1e8029d..009df8da03 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -13888,6 +13888,30 @@ Included modules are:
 standard library.")
     (license license:bsd-3)))
 
+(define-public go-github-com-templexxx-xorsimd
+  (package
+    (name "go-github-com-templexxx-xorsimd")
+    (version "0.4.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/templexxx/xorsimd";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "01227dcf5mjc2v9f3shvqvbx3vxz89la7imjnjfmas61fcjwdlj5"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/templexxx/xorsimd"))
+    (propagated-inputs (list go-github-com-templexxx-cpu))
+    (home-page "https://github.com/templexxx/xorsimd";)
+    (synopsis "XOR in pure Golang")
+    (description
+     "This package provides XOR bitwise code engine.")
+    (license license:expat)))
+
 (define-public go-github-com-thejerf-suture
   (package
     (name "go-github-com-thejerf-suture")

Reply via email to