Source: golang-znkr.io-diff
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andrew Lee (李健秋) <ajqlee@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               dpkg-build-api (= 1),
               golang-any,
               golang-github-google-go-cmp-dev,
               golang-golang-x-tools-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-znkr.io-diff
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-znkr.io-diff.git
Homepage: https://github.com/znkr/diff
XS-Go-Import-Path: znkr.io/diff

Package: golang-znkr.io-diff-dev
Section: devel
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Description: difference algorithm module for Go
 This package contains golag module znkr.io/diff.
 .
 A high-performance difference algorithm module for Go.
 .
 Difference algorithms compare two inputs and find the edits that
 transform one to the other. This is very useful to understand changes,
 for example when comparing a test result with the expected result or to
 understand which changes have been made to a file.
 .
 This module provides diffing for arbitrary Go slices and text.
