Source: golang-github-evanphx-json-patch Maintainer: Debian Go Packaging Team Uploaders: Arnaud Rebillout , Dmitry Smirnov , Tim Potter , 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).