GNU bug report logs - #62284
[PATCH 00/70] gnu: Add mautrix-whatsapp.

Previous Next

Package: guix-patches;

Reported by: conses <contact <at> conses.eu>

Date: Sun, 19 Mar 2023 23:26:02 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: Miguel Ángel Moreno <mail <at> migalmoreno.com>
To: 62284 <at> debbugs.gnu.org
Cc: mail <at> migalmoreno.com
Subject: [bug#62284] [PATCH v2 04/71] gnu: Add go-github-com-tidwall-pretty.
Date: Sun, 11 Feb 2024 22:03:14 +0100
* gnu/packages/golang.scm (go-github-com-tidwall-pretty): New variable.

Change-Id: I9a9e2b846929f52c1b5e7c744e23ffd3a01738fd
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 15d69814b0..d7472fd422 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3432,6 +3432,28 @@ (define-public go-github-com-tidwall-match
 character.")
     (license license:expat)))
 
+(define-public go-github-com-tidwall-pretty
+  (package
+    (name "go-github-com-tidwall-pretty")
+    (version "1.2.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/tidwall/pretty")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0prj9vpjgrca70rvx40kkl566yf9lw4fsbcmszwamwl364696jsb"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/tidwall/pretty"))
+    (home-page "https://github.com/tidwall/pretty")
+    (synopsis "Efficient JSON beautifier and compactor for Go")
+    (description "This package provides fast methods for formatting JSON for
+human readability, or to compact JSON for smaller payloads.")
+    (license license:expat)))
+
 (define-public go-github-com-tj-docopt
   (package
     (name "go-github-com-tj-docopt")
-- 
2.41.0



-- 
Best regards,
Miguel Ángel Moreno

This bug report was last modified 98 days ago.

Previous Next


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