guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]