[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
103/172: gnu: Add go-github-com-openhistogram-circonusllhist.
From: |
guix-commits |
Subject: |
103/172: gnu: Add go-github-com-openhistogram-circonusllhist. |
Date: |
Tue, 5 Nov 2024 16:05:03 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b7d9d57d0d4cf483cefbe80ca47587268839de2f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 20:06:40 2024 +0100
gnu: Add go-github-com-openhistogram-circonusllhist.
* gnu/packages/golang-xyz.scm (go-github-com-openhistogram-circonusllhist):
New variable.
Change-Id: I02af4ee4552fe6d09e6727afe6e9098eba0bc0d0
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 51484b5bca..dfb2614af7 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5935,6 +5935,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")
- 60/172: gnu: go-github-com-sergi-go-diff: Update to 1.3.1., (continued)
- 60/172: gnu: go-github-com-sergi-go-diff: Update to 1.3.1., guix-commits, 2024/11/05
- 63/172: gnu: go-github-com-google-go-querystring: Fix indentation., guix-commits, 2024/11/05
- 69/172: gnu: go-github-com-jonboulle-clockwork: Update to 0.4.0., guix-commits, 2024/11/05
- 78/172: gnu: go-golang-org-x-oauth2: Update to 0.23.0., guix-commits, 2024/11/05
- 93/172: gnu: Add go-github-com-muesli-combinator., guix-commits, 2024/11/05
- 95/172: gnu: Add go-go-opentelemetry-io-otel., guix-commits, 2024/11/05
- 94/172: gnu: chezmoi: Update to 1.8.10., guix-commits, 2024/11/05
- 99/172: gnu: Add go-github-com-gofrs-uuid., guix-commits, 2024/11/05
- 100/172: gnu: Add go-github-com-datadog-datadog-go., guix-commits, 2024/11/05
- 102/172: gnu: Add go-github-com-datadog-datadog-go-v5., guix-commits, 2024/11/05
- 103/172: gnu: Add go-github-com-openhistogram-circonusllhist.,
guix-commits <=
- 107/172: gnu: Add go-github-com-circonus-labs-circonus-gometrics-v3., guix-commits, 2024/11/05
- 122/172: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/11/05
- 116/172: gnu: Add go-msgp., guix-commits, 2024/11/05
- 126/172: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/11/05
- 127/172: gnu: go-github-com-aws-smithy-go: Update to 1.21.0., guix-commits, 2024/11/05
- 128/172: gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0., guix-commits, 2024/11/05
- 140/172: gnu: Add go-github-com-smarty-gunit., guix-commits, 2024/11/05
- 141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/11/05
- 142/172: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/11/05
- 145/172: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/11/05