File: control

package info (click to toggle)
golang-github-evanphx-json-patch 0.0~git20150402.0.766277e-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 104 kB
  • ctags: 87
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: golang-github-evanphx-json-patch
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/evanphx/json-patch
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-evanphx-json-patch.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-evanphx-json-patch.git
XS-Go-Import-Path: github.com/evanphx/json-patch

Package: golang-github-evanphx-json-patch-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: Go library to apply RFC6902 patches and create and apply RFC7386 patches
 JSON-Patch Provides the abiilty to modify and test a JSON according to
 a RFC6902 JSON patch (http://tools.ietf.org/html/rfc6902) and RFC7386
 JSON Merge Patch (https://tools.ietf.org/html/rfc7386).