summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-11 14:57:36 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:58 +0000
commit9f3da826e1ee6a43252f0f6ffa7f16567d5403f2 (patch)
tree31c86a833d6b94ea707068329c78b8d9e6ecd9da /gnu/packages/golang-xyz.scm
parent04ca445dd289975c0b5f49ca9cae578027783cdf (diff)
gnu: Add go-github-com-templexxx-xorsimd.
* gnu/packages/golang-xyz.scm (go-github-com-templexxx-xorsimd): New variable. Change-Id: I7c160724d98ae38f7a776a7f85a10128eae00024
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm24
1 files changed, 24 insertions, 0 deletions
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")