File: control

package info (click to toggle)
golang-github-yudai-gojsondiff 1.0.0%2Bgit20180504.0525c87-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 220 kB
  • sloc: makefile: 13
file content (34 lines) | stat: -rw-r--r-- 1,420 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
24
25
26
27
28
29
30
31
32
33
34
Source: golang-github-yudai-gojsondiff
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-onsi-ginkgo-dev,
               golang-github-sergi-go-diff-dev,
               golang-github-urfave-cli-dev,
               golang-github-yudai-golcs-dev,
               golang-gomega-dev,
               golang-github-k0kubun-pp-dev
Standards-Version: 4.5.0
Homepage: https://github.com/yudai/gojsondiff
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yudai-gojsondiff
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yudai-gojsondiff.git
XS-Go-Import-Path: github.com/yudai/gojsondiff
Testsuite: autopkgtest-pkg-go

Package: golang-github-yudai-gojsondiff-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-onsi-ginkgo-dev,
         golang-github-sergi-go-diff-dev,
         golang-github-urfave-cli-dev,
         golang-github-yudai-golcs-dev,
         golang-gomega-dev,
         golang-github-k0kubun-pp-dev
Description: compare two JSON strings
 This package implements "Diff" that compares two JSON objects and
 generates Deltas that describes differences between them.
 The package also provides "Patch" that apply Deltas to a JSON object.