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 12/18] gnu: Add go-github-com-yosuke-furukawa-json5.
Date: Sun, 29 Dec 2024 13:14:31 +0100
* gnu/packages/golang-xyz.scm (go-github-com-yosuke-furukawa-json5): New variable.

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

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index f463da900f..770c99bc8a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8233,6 +8233,29 @@ (define-public go-github-com-xlab-treeprint
      "This package provides a simple ASCII tree composing tool.")
     (license license:expat)))
 
+(define-public go-github-com-yosuke-furukawa-json5
+  (package
+    (name "go-github-com-yosuke-furukawa-json5")
+    (version "0.1.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/yosuke-furukawa/json5")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1bcghdrx66v65bxlhfq9dvhbicnps9110wxza1gd5wx9x121mbr9"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/yosuke-furukawa/json5"))
+    (home-page "https://github.com/yosuke-furukawa/json5")
+    (synopsis "JSON5 implemented in Golang")
+    (description "This package provides an implementation of JSON5 for
+Golang.")
+    (license license:bsd-3)))
+
 (define-public go-github-com-yuin-gopher-lua
   (package
     (name "go-github-com-yuin-gopher-lua")
-- 
2.47.1





This bug report was last modified 198 days ago.

Previous Next


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