[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: Add go-github-com-armon-go-radix.
From: |
guix-commits |
Subject: |
02/14: gnu: Add go-github-com-armon-go-radix. |
Date: |
Mon, 12 Feb 2024 18:38:46 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 3fa6971f2c6e3d796b18fd01cba2d062d63ffe93
Author: Dominic Martinez <dom@dominicm.dev>
AuthorDate: Sun Feb 11 19:28:16 2024 +0100
gnu: Add go-github-com-armon-go-radix.
* gnu/packages/golang-xyz.scm (go-github-com-armon-go-radix): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Iee5b73c53cca088a05563377b691d607cc745b0e
---
gnu/packages/golang-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 9aab17d10e..3b69c8fb36 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -60,6 +60,28 @@
shell-like commands.")
(license license:expat)))
+(define-public go-github-com-armon-go-radix
+ (package
+ (name "go-github-com-armon-go-radix")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/armon/go-radix")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1m1k0jz9gjfrk4m7hjm7p03qmviamfgxwm2ghakqxw3hdds8v503"))))
+ (build-system go-build-system)
+ (arguments '(#:import-path "github.com/armon/go-radix"))
+ (home-page "https://github.com/armon/go-radix")
+ (synopsis "Go implementation of Radix trees")
+ (description "This package provides a single @code{Tree} implementation,
+optimized for sparse nodes of
+@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
+ (license license:expat)))
+
(define-public go-github-com-djherbis-atime
(package
(name "go-github-com-djherbis-atime")
- branch master updated (bb4f0509b7 -> ffc7650c11), guix-commits, 2024/02/12
- 03/14: gnu: Add go-github-com-cyberdelia-go-metrics-graphite., guix-commits, 2024/02/12
- 01/14: gnu: Add go-github-com-anmitsu-go-shlex., guix-commits, 2024/02/12
- 04/14: gnu: Add go-github-com-miekg-dns., guix-commits, 2024/02/12
- 08/14: gnu: go-github-com-prometheus-client-model: Move to golang-xyz., guix-commits, 2024/02/12
- 05/14: gnu: Add go-github-com-nbrownus-go-metrics-prometheus., guix-commits, 2024/02/12
- 02/14: gnu: Add go-github-com-armon-go-radix.,
guix-commits <=
- 10/14: gnu: go-github-com-stathat-go: Move to golang-xyz., guix-commits, 2024/02/12
- 11/14: gnu: Add go-dario-cat-mergo., guix-commits, 2024/02/12
- 12/14: gnu: Add nebula., guix-commits, 2024/02/12
- 13/14: gnu: nebula: Update to 1.8.2., guix-commits, 2024/02/12
- 07/14: gnu: Add go-github-com-skip2-go-qrcode., guix-commits, 2024/02/12
- 09/14: gnu: go-github-com-rcrowley-go-metrics: Move to golang-xyz., guix-commits, 2024/02/12
- 06/14: gnu: Add go-github-com-songgao-water., guix-commits, 2024/02/12
- 14/14: gnu: nebula: Use G-expressions., guix-commits, 2024/02/12