[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
112/172: gnu: Add go-github-com-dgryski-go-ddmin.
From: |
guix-commits |
Subject: |
112/172: gnu: Add go-github-com-dgryski-go-ddmin. |
Date: |
Sat, 9 Nov 2024 16:45:04 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit c91547093ca9eea09274838ee66e570371449e7e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 20:53:52 2024 +0100
gnu: Add go-github-com-dgryski-go-ddmin.
* gnu/packages/golang-check.scm (go-github-com-dgryski-go-ddmin): New
variable.
Change-Id: I8f5a15fb55c2166ee99b6099423c014860f8ee71
---
gnu/packages/golang-check.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 11a8e365f9..7f1c566982 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -219,6 +219,31 @@ style).
@end itemize")
(license license:isc)))
+(define-public go-github-com-dgryski-go-ddmin
+ (package
+ (name "go-github-com-dgryski-go-ddmin")
+ (version "0.0.0-20210904190556-96a6d69f1034")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dgryski/go-ddmin")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0rgv4km7nffsjlyc4jkzy68mzhy38l7fdv7h5szv36wri7cx7n77"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/dgryski/go-ddmin"))
+ (home-page "https://github.com/dgryski/go-ddmin")
+ (synopsis "Delta-minimization algorithm in Golang")
+ (description
+ "Package ddmin implements the
+@url{https://users.cs.utah.edu/~regehr/papers/mintest.pdf, delta-minimization}
+test minimization algorithm.")
+ (license license:bsd-2)))
+
(define-public go-github-com-elgris-jsondiff
(package
(name "go-github-com-elgris-jsondiff")
- 98/172: gnu: Add go-github-com-go-openapi-runtime., (continued)
- 98/172: gnu: Add go-github-com-go-openapi-runtime., guix-commits, 2024/11/09
- 105/172: gnu: Add go-github-com-circonus-labs-circonus-gometrics., guix-commits, 2024/11/09
- 100/172: gnu: Add go-github-com-datadog-datadog-go., guix-commits, 2024/11/09
- 104/172: gnu: Add go-github-com-hashicorp-go-retryablehttp., guix-commits, 2024/11/09
- 117/172: guix: Add copyright records., guix-commits, 2024/11/09
- 97/172: gnu: go-github-com-go-openapi-loads: Simplify phases., guix-commits, 2024/11/09
- 99/172: gnu: Add go-github-com-gofrs-uuid., guix-commits, 2024/11/09
- 123/172: gnu: nebula: Fix build., guix-commits, 2024/11/09
- 115/172: gnu: Add go-github-com-tinylib-msgp., guix-commits, 2024/11/09
- 109/172: gnu: Add go-github-com-pascaldekloe-goe., guix-commits, 2024/11/09
- 112/172: gnu: Add go-github-com-dgryski-go-ddmin.,
guix-commits <=
- 133/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/11/09
- 118/172: gnu: go-github-com-prometheus-common-sigv4: Update to 0.1.0, fix build., guix-commits, 2024/11/09
- 121/172: gnu: restic-rest-server: Fix build., guix-commits, 2024/11/09
- 142/172: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/11/09
- 168/172: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/11/09
- 152/172: gnu: Remove go-github-com-emersion-go-textwrapper., guix-commits, 2024/11/09
- 160/172: gnu: go-github-com-fsnotify-fsnotify: Move to golang-xyz., guix-commits, 2024/11/09
- 147/172: gnu: go-gopkg-in-natefinch-lumberjack.v2: Rename variable., guix-commits, 2024/11/09
- 158/172: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1., guix-commits, 2024/11/09
- 167/172: gnu: go-github-com-subosito-gotenv: Update to 1.6.0., guix-commits, 2024/11/09