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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57597 in the body.
You can then email your comments to 57597 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57597; Package guix-patches. (Mon, 05 Sep 2022 13:36:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Kandur <kefironpremise <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 05 Sep 2022 13:36:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sat, 10 Sep 2022 10:49:01 GMT) Full text and rfc822 format available.

Notification sent to Adam Kandur <kefironpremise <at> gmail.com>:
bug acknowledged by developer. (Sat, 10 Sep 2022 10:49:01 GMT) Full text and rfc822 format available.

Message #10 received at 57597-done <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 08 Oct 2022 11:24:15 GMT) Full text and rfc822 format available.

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

Previous Next


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