1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: golang-github-evanphx-json-patch
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Arnaud Rebillout <arnaud.rebillout@collabora.com>,
Dmitry Smirnov <onlyjob@debian.org>,
Tim Potter <tpot@hpe.com>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
dh-golang,
Build-Depends-Indep:
golang-any,
golang-github-pkg-errors-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-evanphx-json-patch
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-evanphx-json-patch.git
Homepage: https://github.com/evanphx/json-patch
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/evanphx/json-patch
Package: golang-github-evanphx-json-patch-dev
Architecture: all
Depends:
${misc:Depends},
golang-github-pkg-errors-dev,
Multi-Arch: foreign
Description: Go library to apply RFC6902 patches and create and apply RFC7386 patches
JSON-Patch is a library which provides functionality for both
applying RFC6902 JSON patches (http://tools.ietf.org/html/rfc6902)
against documents, as well as for calculating & applying RFC7396
JSON merge patches (https://tools.ietf.org/html/rfc7396).
|