mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Add go-github-com-templexxx-xorsimd.
* gnu/packages/golang-xyz.scm (go-github-com-templexxx-xorsimd): New variable. Change-Id: I7c160724d98ae38f7a776a7f85a10128eae00024
This commit is contained in:
parent
2dac06a5ab
commit
ed6802b787
1 changed files with 24 additions and 0 deletions
|
@ -13888,6 +13888,30 @@ (define-public go-github-com-templexxx-cpu
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue