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
|
Source: golang-github-pkg-diff
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Faustin Lammler <faustin@fala.red>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pkg-diff
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pkg-diff.git
Homepage: https://github.com/pkg/diff
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/pkg/diff
Package: golang-github-pkg-diff-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: go library used to create, modify, and print diffs
The top level package, diff, contains convenience functions for the most
common uses.
.
The sub-packages provide very fine-grained control over every aspect:
* myers creates diffs using the Myers diff algorithm.
* edit contains the core diff data types.
* ctxt provides tools to reduce the amount of context in a diff.
* write provides routines to write diffs in standard formats.
|