[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62284] [PATCH 02/70] gnu: Add go-github-com-tidwall-gjson.
From: |
conses |
Subject: |
[bug#62284] [PATCH 02/70] gnu: Add go-github-com-tidwall-gjson. |
Date: |
Mon, 20 Mar 2023 00:28:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
* gnu/packages/golang.scm (go-github-com-tidwall-gjson): New variable.
---
gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index fb4eb628d0..790f61007a 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2818,6 +2818,32 @@ (define-public go-github-com-tidwall-sjson
value in a JSON document.")
(license license:expat)))
+(define-public go-github-com-tidwall-gjson
+ (package
+ (name "go-github-com-tidwall-gjson")
+ (version "1.14.4")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tidwall/gjson")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1rs8i87j62sgas55cvm8kzcgf40090dq38r6m6s03rzxs9hbcd6w"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/tidwall/gjson"))
+ (propagated-inputs
+ (list go-github-com-tidwall-match
+ go-github-com-tidwall-pretty))
+ (home-page "https://github.com/tidwall/gjson")
+ (synopsis "JSON parser for Go")
+ (description "GJSON is a Go package that provides a fast and simple way to
+get values from a JSON document. It has features like one line retrieval, dot
+notation paths, iteration, and parsing JSON lines.")
+ (license license:expat)))
+
(define-public go-github-com-tj-docopt
(package
(name "go-github-com-tj-docopt")
--
2.39.1
--
Best regards,
conses
- [bug#62284] [PATCH 00/70] gnu: Add mautrix-whatsapp., conses, 2023/03/19
- [bug#62284] [PATCH 01/70] gnu: Add go-github-com-tidwall-sjson., conses, 2023/03/19
- [bug#62284] [PATCH 02/70] gnu: Add go-github-com-tidwall-gjson.,
conses <=
- [bug#62284] [PATCH 03/70] gnu: Add go-github-com-tidwall-match., conses, 2023/03/19
- [bug#62284] [PATCH 07/70] gnu: Add go-google-golang-org-protobuf-proto., conses, 2023/03/19
- [bug#62284] [PATCH 06/70] gnu: Add go-google-golang-org-protobuf-package., conses, 2023/03/19
- [bug#62284] [PATCH 05/70] gnu: go-google-golang-org-protobuf: Update to 1.30.0., conses, 2023/03/19
- [bug#62284] [PATCH 04/70] gnu: Add go-github-com-tidwall-pretty., conses, 2023/03/19
- [bug#62284] [PATCH 09/70] gnu: Add go-google-golang-org-protobuf-reflect-protoregistry., conses, 2023/03/19
- [bug#62284] [PATCH 08/70] gnu: Add go-google-golang-org-protobuf-reflect-protoreflect., conses, 2023/03/19
- [bug#62284] [PATCH 10/70] gnu: Add go-google-golang-org-protobuf-encoding-protowire., conses, 2023/03/19
- [bug#62284] [PATCH 11/70] gnu: Add go-google-golang-org-protobuf-encoding-prototext., conses, 2023/03/19
- [bug#62284] [PATCH 12/70] gnu: Add go-google-golang-org-protobuf-internal-encoding-text., conses, 2023/03/19