[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/17: gnu: Add go-github-com-mattbaird-jsonpatch.
From: |
guix-commits |
Subject: |
13/17: gnu: Add go-github-com-mattbaird-jsonpatch. |
Date: |
Wed, 21 Aug 2024 09:49:51 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 88c4c0fd69816d5f90b3b28e197b3c142b265204
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Aug 12 20:26:25 2024 +0300
gnu: Add go-github-com-mattbaird-jsonpatch.
* gnu/packages/golang-web.scm (go-github-com-mattbaird-jsonpatch): New
variable.
Change-Id: I571c51f2141dbba53067f4279003a4604f21b1a4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-web.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c9d755f606..7b399ca401 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -2271,6 +2271,38 @@ clients that speak the Gemini protocol.")
@@url{https://github.com/makeworld-the-better-one/go-gemini,go-gemini}.")
(license license:expat)))
+(define-public go-github-com-mattbaird-jsonpatch
+ (package
+ (name "go-github-com-mattbaird-jsonpatch")
+ (version "0.0.0-20240118010651-0ba75a80ca38")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mattbaird/jsonpatch")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1nxbrpk8bvvmfgl4sfsbx82g0q44i2sakl7vigbsj3prx6nql5iv"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/mattbaird/jsonpatch"))
+ (native-inputs
+ (list go-github-com-evanphx-json-patch go-github-com-stretchr-testify))
+ (home-page "https://github.com/mattbaird/jsonpatch")
+ (synopsis "JSON Patch library for Go")
+ (description
+ "@url{http://jsonpatch.com/, JSON Patch} implementation for Go as
+specified in @url{https://datatracker.ietf.org/doc/html/rfc6902/, RFC 6902}
+from the IETF.
+
+JSON Patch allows you to generate JSON that describes changes you want to make
+to a document, so you don't have to send the whole doc. JSON Patch format is
+supported by HTTP PATCH method, allowing for standards based partial updates
+via REST APIs.")
+ (license license:asl2.0)))
+
(define-public go-github-com-microcosm-cc-bluemonday
(package
(name "go-github-com-microcosm-cc-bluemonday")
- branch master updated (127592bc0f -> 7a149c6003), guix-commits, 2024/08/21
- 06/17: gnu: Add go-github-com-libp2p-go-netroute., guix-commits, 2024/08/21
- 10/17: gnu: Add go-github-com-gofrs-flock., guix-commits, 2024/08/21
- 07/17: gnu: Add go-github-com-libp2p-go-nat., guix-commits, 2024/08/21
- 05/17: gnu: Add go-github-com-koron-go-ssdp., guix-commits, 2024/08/21
- 17/17: gnu: Add checkmake., guix-commits, 2024/08/21
- 13/17: gnu: Add go-github-com-mattbaird-jsonpatch.,
guix-commits <=
- 16/17: gnu: Add go-github-com-containerd-typeurl., guix-commits, 2024/08/21
- 11/17: gnu: Add go-github-com-google-subcommands., guix-commits, 2024/08/21
- 01/17: gnu: Add go-github-com-ipfs-go-verifcid., guix-commits, 2024/08/21
- 12/17: gnu: Add go-github-com-evanphx-json-patch., guix-commits, 2024/08/21
- 04/17: gnu: Add go-github-com-huin-goupnp., guix-commits, 2024/08/21
- 08/17: gnu: Add go-msgio., guix-commits, 2024/08/21
- 02/17: gnu: Add go-github-com-libp2p-go-buffer-pool., guix-commits, 2024/08/21
- 14/17: gnu: Add go-github-com-mohae-deepcopy., guix-commits, 2024/08/21
- 15/17: gnu: Add go-github-com-containerd-fifo., guix-commits, 2024/08/21
- 03/17: gnu: Add go-github-com-libp2p-go-msgio., guix-commits, 2024/08/21