emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: GNU bug Tracking System
Subject: bug#57597: closed (Fwd: [PATCH] gnu: Add go-github-com-goccy-go-json.)
Date: Sat, 10 Sep 2022 10:49:01 +0000

Your message dated Sat, 10 Sep 2022 11:47:41 +0100
with message-id <877d2b1p5d.fsf@cbaines.net>
and subject line Re: [bug#57597] Fwd: [PATCH] gnu: Add 
go-github-com-goccy-go-json.
has caused the debbugs.gnu.org bug report #57597,
regarding Fwd: [PATCH] gnu: Add go-github-com-goccy-go-json.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57597: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57597
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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@gmail.com>
Date: сб, 3 сент. 2022 г. в 06:04
Subject: [PATCH] gnu: Add go-github-com-goccy-go-json.
To: <guix-patches@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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#57597] Fwd: [PATCH] gnu: Add go-github-com-goccy-go-json. Date: Sat, 10 Sep 2022 11:47:41 +0100 User-agent: mu4e 1.6.11; emacs 28.1
Adam Kandur <kefironpremise@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]