File: control

package info (click to toggle)
golang-github-protolambda-messagediff 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,075 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
Source: golang-github-protolambda-messagediff
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Leonardo Arias Fonseca <agami@riseup.net>,
 Otto Kekäläinen <otto@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-protolambda-messagediff
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-protolambda-messagediff.git
Homepage: https://github.com/protolambda/messagediff
XS-Go-Import-Path: github.com/protolambda/messagediff

Package: golang-github-protolambda-messagediff-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: library for computing diffs of arbitrary Golang structs (library)
 A library for doing diffs of arbitrary Golang structs, with options to ignore
 differences in fields, and to also compare unexported fields. Fork of
 https://github.com/d4l3k/messagediff.