[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
103/169: gnu: Add go-github-com-openhistogram-circonusllhist.
From: |
guix-commits |
Subject: |
103/169: gnu: Add go-github-com-openhistogram-circonusllhist. |
Date: |
Thu, 26 Sep 2024 06:42:55 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 04703f4be9259e81587da620a20a4bf09b47b145
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 73f0317258..6367f13224 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -5859,6 +5859,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")
- 69/169: gnu: go-github-com-jonboulle-clockwork: Update to 0.4.0., (continued)
- 69/169: gnu: go-github-com-jonboulle-clockwork: Update to 0.4.0., guix-commits, 2024/09/26
- 84/169: gnu: Add go-github-com-cyphar-filepath-securejoin., guix-commits, 2024/09/26
- 76/169: gnu: go-github-com-xeipuuv-gojsonschema: Update to 1.2.0., guix-commits, 2024/09/26
- 93/169: gnu: Add go-github-com-muesli-combinator., guix-commits, 2024/09/26
- 97/169: gnu: go-github-com-go-openapi-loads: Simplify phases., guix-commits, 2024/09/26
- 99/169: gnu: Add go-github-com-gofrs-uuid., guix-commits, 2024/09/26
- 136/169: gnu: Add go-github-com-xtaci-lossyconn., guix-commits, 2024/09/26
- 128/169: gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0., guix-commits, 2024/09/26
- 167/169: gnu: go-github-com-subosito-gotenv: Update to 1.6.0., guix-commits, 2024/09/26
- 91/169: gnu: Add go-github-com-rs-xid., guix-commits, 2024/09/26
- 103/169: gnu: Add go-github-com-openhistogram-circonusllhist.,
guix-commits <=
- 113/169: gnu: Add go-github-com-pquerna-ffjson., guix-commits, 2024/09/26
- 115/169: gnu: Add go-github-com-tinylib-msgp., guix-commits, 2024/09/26
- 43/169: gnu: go-github-com-prometheus-statsd-exporter: Fix build., guix-commits, 2024/09/26
- 65/169: gnu: go-github-com-google-goterm: Update to 0.0.0-20200907032337-555d40f16ae2., guix-commits, 2024/09/26
- 67/169: gnu: go-github-com-google-goterm: Move to golang-xyz., guix-commits, 2024/09/26
- 85/169: gnu: go-github-com-go-git-go-billy: Update to 5.5.0., guix-commits, 2024/09/26
- 86/169: gnu: go-github-com-go-git-go-billy: Rename variable., guix-commits, 2024/09/26
- 124/169: gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build., guix-commits, 2024/09/26
- 134/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests., guix-commits, 2024/09/26
- 130/169: gnu: Add go-github-com-aead-ecdh., guix-commits, 2024/09/26