[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/28: gnu: Add go-github-com-iancoleman-orderedmap.
From: |
guix-commits |
Subject: |
22/28: gnu: Add go-github-com-iancoleman-orderedmap. |
Date: |
Thu, 2 Jan 2025 12:15:00 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 2c55e90dea48cf2b9a3a24bb457a03cfaefd1a68
Author: Roman Scherer <roman@burningswell.com>
AuthorDate: Sun Dec 29 13:14:30 2024 +0100
gnu: Add go-github-com-iancoleman-orderedmap.
* gnu/packages/golang-xyz.scm (go-github-com-iancoleman-orderedmap): New
variable.
Change-Id: Ifdc4e1b26beba3813dfebe64b31d882180739d47
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 74e16e9db7..2a4a675a3d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6275,6 +6275,30 @@ the C++ ABI defined at https://codesourcery.com/cxx-abi/
and the
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-iancoleman-strcase
(package
(name "go-github-com-iancoleman-strcase")
- 13/28: gnu: Add go-github-com-creasty-defaults., (continued)
- 13/28: gnu: Add go-github-com-creasty-defaults., guix-commits, 2025/01/02
- 18/28: gnu: Add go-github-com-vburenin-ifacemaker., guix-commits, 2025/01/02
- 27/28: gnu: Add go-github-com-hetznercloud-hcloud-go-v2., guix-commits, 2025/01/02
- 10/28: gnu: go-github-com-golangplus-testing: Fix tests., guix-commits, 2025/01/02
- 25/28: gnu: Add go-github-com-yudai-gojsondiff., guix-commits, 2025/01/02
- 14/28: gnu: Add go-github-com-fatih-structs., guix-commits, 2025/01/02
- 09/28: gnu: Add go-github-com-ldez-tagliatelle., guix-commits, 2025/01/02
- 06/28: gnu: Add go-github-com-ncruces-go-strftime., guix-commits, 2025/01/02
- 08/28: gnu: Add go-go-simpler-org-sloglint., guix-commits, 2025/01/02
- 28/28: gnu: Add hetznercloud-cli., guix-commits, 2025/01/02
- 22/28: gnu: Add go-github-com-iancoleman-orderedmap.,
guix-commits <=
- 15/28: gnu: Add go-github-com-guptarohit-asciigraph., guix-commits, 2025/01/02
- 23/28: gnu: Add go-github-com-yosuke-furukawa-json5., guix-commits, 2025/01/02
- 19/28: gnu: Add go-github-com-jedib0t-go-pretty-v6., guix-commits, 2025/01/02
- 16/28: gnu: Add go-github-com-goverter-patherr., guix-commits, 2025/01/02
- 05/28: gnu: go-github-com-kylelemons-godebug: Simplify., guix-commits, 2025/01/02
- 26/28: gnu: Add go-github-com-swaggest-assertjson., guix-commits, 2025/01/02
- 21/28: gnu: Add go-github-com-bool64-shared., guix-commits, 2025/01/02