GNU bug report logs - #57597
Fwd: [PATCH] gnu: Add go-github-com-goccy-go-json.

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <kefironpremise <at> gmail.com>

Date: Mon, 5 Sep 2022 13:36:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Adam Kandur <kefironpremise <at> gmail.com>
Subject: bug#57597: closed (Re: [bug#57597] Fwd: [PATCH] gnu: Add
 go-github-com-goccy-go-json.)
Date: Sat, 10 Sep 2022 10:49:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57597: Fwd: [PATCH] gnu: Add go-github-com-goccy-go-json.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57597 <at> debbugs.gnu.org.

-- 
57597: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57597
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Adam Kandur <kefironpremise <at> gmail.com>
Cc: 57597-done <at> debbugs.gnu.org
Subject: Re: [bug#57597] Fwd: [PATCH] gnu: Add go-github-com-goccy-go-json.
Date: Sat, 10 Sep 2022 11:47:41 +0100
[Message part 3 (text/plain, inline)]
Adam Kandur <kefironpremise <at> gmail.com> writes:

> * gnu/packages/golang.scm (go-github-com-goccy-go-json): New variable.
> ---
>  gnu/packages/golang.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)

Thanks Adam, I've pushed this to master as
fe42befd64df016d755f56107a407f5e4b5c3814.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Adam Kandur <kefironpremise <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: Fwd: [PATCH] gnu: Add go-github-com-goccy-go-json.
Date: Mon, 5 Sep 2022 16:34:34 +0300
---------- Forwarded message ---------
От: Adam Kandur <> <kefironpremise <at> gmail.com>
Date: сб, 3 сент. 2022 г. в 06:04
Subject: [PATCH] gnu: Add go-github-com-goccy-go-json.
To: <guix-patches <at> gnu.org>


* gnu/packages/golang.scm (go-github-com-goccy-go-json): New variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 383d4d1..88bbd81 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2923,6 +2923,28 @@ (define-public go-github-com-burntsushi-toml
 is similar to Go's standard library @code{json} and @code{xml} package.")
     (license license:expat)))

+(define-public go-github-com-goccy-go-json
+  (package
+    (name "go-github-com-goccy-go-json")
+    (version "0.9.10")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/goccy/go-json")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1bg8p4c6r8r0kixdxv2m8xmdsmb1zl5sd8czswpccldjk3c358wp"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/goccy/go-json"))
+    (home-page "https://github.com/goccy/go-json")
+    (synopsis "JSON encoder/decoder in Go")
+    (description
+     "Fast JSON encoder/decoder compatible with encoding/json for Go.")
+    (license license:expat)))
+
 (define-public go-github-com-getsentry-raven-go
   (let ((commit "5c24d5110e0e198d9ae16f1f3465366085001d92")
         (revision "0"))
--
2.37.2



This bug report was last modified 2 years and 250 days ago.

Previous Next


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