[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65118] [PATCH 3/9] gnu: Add go-github-com-bmizerany-perks-quantile.
From: |
Sharlatan Hellseher |
Subject: |
[bug#65118] [PATCH 3/9] gnu: Add go-github-com-bmizerany-perks-quantile. |
Date: |
Sun, 6 Aug 2023 20:55:30 +0100 |
* gnu/packages/golang.scm (go-github-com-bmizerany-perks-quantile): New
variable.
---
gnu/packages/golang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4721519a9b..ce46e02158 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9033,6 +9033,30 @@ (define-public go-github-com-bmatcuk-doublestar
matching and globbing with support for \"doublestar\" patterns.")
(license license:expat)))
+(define-public go-github-com-bmizerany-perks-quantile
+ (package
+ (name "go-github-com-bmizerany-perks-quantile")
+ (version "0.0.0-20230307044200-03f9df79da1e")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bmizerany/perks")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1f2a99v3618bz2mf61iwhdjm3xi1gam6v4apqgcrz71gj7ba9943"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:unpack-path "github.com/bmizerany/perks"
+ #:import-path "github.com/bmizerany/perks/quantile"))
+ (home-page "https://github.com/bmizerany/perks")
+ (synopsis "Perks for Golang")
+ (description
+ "Perks contains the Go package quantile that computes approximate
quantiles
+over an unbounded data stream within low memory and CPU bounds.")
+ (license license:bsd-2)))
+
(define-public go-github-com-dlclark-regexp2
(package
(name "go-github-com-dlclark-regexp2")
--
2.40.1
- [bug#65118] [PATCH 0/9]: gnu: Add NSQ., (continued)
- [bug#65118] [PATCH 7/9] gnu: Add go-github-com-nsqio-go-diskqueue., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 5/9] gnu: Add go-github-com-julienschmidt-httprouter., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 1/9] gnu: Add go-github-com-bitly-go-hostpool., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 9/9] gnu: Add nsq., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 6/9] gnu: Add go-github-com-mreiferson-go-options., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 3/9] gnu: Add go-github-com-bmizerany-perks-quantile.,
Sharlatan Hellseher <=
- [bug#65118], Sharlatan Hellseher, 2023/08/26