mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add go-github-com-whyrusleeping-go-keyspace.
* gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-keyspace): New variable. Change-Id: I089ffd2ad61a998958d64465c14cbfe941fc30e9
This commit is contained in:
parent
47fc4850e4
commit
673b48bf60
1 changed files with 25 additions and 0 deletions
|
@ -4846,6 +4846,31 @@ (define-public go-github-com-vividcortex-ewma
|
|||
weighted moving averages}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-whyrusleeping-go-keyspace
|
||||
(package
|
||||
(name "go-github-com-whyrusleeping-go-keyspace")
|
||||
(version "0.0.0-20160322163242-5b898ac5add1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/whyrusleeping/go-keyspace")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fkk7i7qxwbz1g621mm6a6inb69lr57cyc9ayyfiwhnjwfz78rbb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/whyrusleeping/go-keyspace"))
|
||||
(home-page "https://github.com/whyrusleeping/go-keyspace")
|
||||
(synopsis "Comparing key metrics within a given keyspace")
|
||||
(description
|
||||
"This is a package extracted from @code{go-ipfs}. Its purpose to be used
|
||||
to compare a set of keys based on a given metric. The primary metric used is
|
||||
XOR, as in kademlia.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-whyrusleeping-go-sysinfo
|
||||
(package
|
||||
(name "go-github-com-whyrusleeping-go-sysinfo")
|
||||
|
|
Loading…
Reference in a new issue