all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72594@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72594] [PATCH 3/7] gnu: Add go-github-com-mattbaird-jsonpatch.
Date: Mon, 12 Aug 2024 20:26:25 +0300	[thread overview]
Message-ID: <610f6bc2f624a997e49b77338970440b39e8b426.1723483365.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1723483365.git.poptsov.artyom@gmail.com>

* gnu/packages/golang.scm (go-github-com-mattbaird-jsonpatch): New variable.

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

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2d5844669e..82d9616b71 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3636,6 +3636,35 @@ (define-public go-github-com-magiconair-properties
     (description "Java properties scanner for Go")
     (license license:bsd-2)))
 
+(define-public go-github-com-mattbaird-jsonpatch
+  (package
+    (name "go-github-com-mattbaird-jsonpatch")
+    (version "0.0.0-20171005235357-81af80346b1a")
+    (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 "0ll22kpf75m72r7i5ddg3r87gdlagbj2x24bppgbi8jp018pdq95"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/mattbaird/jsonpatch"))
+    (native-inputs (list 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-pelletier-go-toml
   (package
     (name "go-github-com-pelletier-go-toml")
-- 
2.45.2





  parent reply	other threads:[~2024-08-12 17:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-12 17:24 [bug#72594] [PATCH 0/7] Add some of the Google gvisor dependencies Artyom V. Poptsov
2024-08-12 17:26 ` [bug#72594] [PATCH 1/7] gnu: Add go-github-com-gofrs-flock Artyom V. Poptsov
2024-08-12 17:26 ` [bug#72594] [PATCH 2/7] gnu: Add go-github-com-google-subcommands Artyom V. Poptsov
2024-08-12 17:26 ` Artyom V. Poptsov [this message]
2024-08-12 17:26 ` [bug#72594] [PATCH 4/7] gnu: Add go-github-com-mohae-deepcopy Artyom V. Poptsov
2024-08-12 17:26 ` [bug#72594] [PATCH 5/7] gnu: Add go-github-com-containerd-fifo Artyom V. Poptsov
2024-08-12 17:26 ` [bug#72594] [PATCH 6/7] gnu: Add go-github-com-containerd-typeurl Artyom V. Poptsov
2024-08-12 17:26 ` [bug#72594] [PATCH 7/7] gnu: Add go-github-com-containerd-typeurl-v2 Artyom V. Poptsov
2024-08-21 13:57 ` bug#72594: [PATCH 0/7] Add some of the Google gvisor dependencies Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=610f6bc2f624a997e49b77338970440b39e8b426.1723483365.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=72594@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.