guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 1e286dfe916be4493006bab7c270bc4df7b27ce1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 14 02:20:11 2026 +0000

    gnu: Add go-github-com-raduberinde-axisds.
    
    * gnu/packages/golang-xyz.scm (go-github-com-raduberinde-axisds): New 
variable.
    
    Change-Id: Iceebfab128120f386ba5b5a20112c748ba49eed5
---
 gnu/packages/golang-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index ef3cb4d46e..b6f7b66dcf 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -20641,6 +20641,34 @@ smallest detail.")
 @code{log/syslog}, but with support for TLS.")
     (license license:bsd-3)))
 
+(define-public go-github-com-raduberinde-axisds
+  (package
+    (name "go-github-com-raduberinde-axisds")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/RaduBerinde/axisds";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1933wkk4h62yfz2xqhf1a4swcwimx1dpfv9s3d85izrv95myp7i8"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/RaduBerinde/axisds"))
+    (propagated-inputs
+     (list go-github-com-cockroachdb-datadriven
+           go-github-com-raduberinde-btreemap))
+    (home-page "https://github.com/RaduBerinde/axisds";)
+    (synopsis "One-dimensional data structures")
+    (description
+     "This project contains data structures for entities ordered across a
+single dimension, which can conceptually be embedded into the real number
+axis.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-raduberinde-btreemap
   (package
     (name "go-github-com-raduberinde-btreemap")

Reply via email to