me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-gxed-hashland-murmur3.

* gnu/packages/golang-crypto.scm (go-github-com-gxed-hashland-murmur3): New variable.

Change-Id: I9085a373fa298d3359d164768a613a7a56c948db
master
Sharlatan Hellseher 2024-04-12 12:52:36 +01:00
parent eef9ae4dbf
commit 5eea7f6597
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 14 additions and 0 deletions

View File

@ -555,6 +555,20 @@ libraries.")
hash algorithm. See http://keccak.noekeon.org.")
(license license:expat))))
(define-public go-github-com-gxed-hashland-murmur3
(package
(inherit go-github-com-gxed-hashland)
(name "go-github-com-gxed-hashland-murmur3")
(arguments
(list
#:import-path "github.com/gxed/hashland/murmur3"
#:unpack-path "github.com/gxed/hashland"))
(synopsis "Golang implementation of MurmurHash3 algorithm")
(description
"This package provides a native Go implementation of
@url{https://en.wikipedia.org/wiki/MurmurHash, Austin Appleby's third
MurmurHash} revision (aka MurmurHash3).")))
(define-public go-github-com-jcmturner-aescts-v2
(package
(name "go-github-com-jcmturner-aescts-v2")