GNU bug report logs - #75176
[PATCH 00/18] Add command-line interface for Hetzner Cloud

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Sun, 29 Dec 2024 12:13:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Roman Scherer <roman <at> burningswell.com>
To: 75176 <at> debbugs.gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [bug#75176] [PATCH 11/18] gnu: Add go-github-com-iancoleman-orderedmap.
Date: Sun, 29 Dec 2024 13:14:30 +0100
* gnu/packages/golang-xyz.scm (go-github-com-iancoleman-orderedmap): New variable.

Change-Id: Ifdc4e1b26beba3813dfebe64b31d882180739d47
---
 gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7c9e11b6a7..f463da900f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4364,6 +4364,30 @@ (define-public go-github-com-ianlancetaylor-demangle
 ABI}.")
     (license license:bsd-3)))
 
+(define-public go-github-com-iancoleman-orderedmap
+  (package
+    (name "go-github-com-iancoleman-orderedmap")
+    (version "0.3.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/iancoleman/orderedmap")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1rkahhb86ngvzjmdlrpw9rx24a0b1yshq2add1ry2ii6nkx0xbfs"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/iancoleman/orderedmap"))
+    (home-page "https://github.com/iancoleman/orderedmap")
+    (synopsis "Ordered map in Golang")
+    (description
+     "This package provides a Golang data type for ordered maps where the keys
+keep the order that they're added.  It can be de/serialized from/to JSON.")
+    (license license:expat)))
+
 (define-public go-github-com-itchyny-timefmt-go
   (package
     (name "go-github-com-itchyny-timefmt-go")
-- 
2.47.1





This bug report was last modified 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.