mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-openhistogram-circonusllhist.
* gnu/packages/golang-xyz.scm (go-github-com-openhistogram-circonusllhist): New variable. Change-Id: I02af4ee4552fe6d09e6727afe6e9098eba0bc0d0
This commit is contained in:
parent
0a4a6f23fb
commit
fbe4941c6e
1 changed files with 25 additions and 0 deletions
|
@ -5936,6 +5936,31 @@ levels per backend and logger.")
|
|||
specification-runtime-spec.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-openhistogram-circonusllhist
|
||||
(package
|
||||
(name "go-github-com-openhistogram-circonusllhist")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/openhistogram/circonusllhist")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ngngjzl3nd30csqvp0gp2qa1hsskl3rh4fgslygvf4p34s42jxk"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/openhistogram/circonusllhist"))
|
||||
(home-page "https://github.com/circonus-labs/circonusllhist")
|
||||
(synopsis "OpenHistogram log-linear histograms in Golang")
|
||||
(description
|
||||
"Package circllhist provides an implementation of Circonus fixed
|
||||
log-linear histogram data structure. This allows tracking of histograms in a
|
||||
composable way such that accurate error can be reasoned about.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-openprinting-goipp
|
||||
(package
|
||||
(name "go-github-com-openprinting-goipp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue