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
|
Source: golang-github-sergi-go-diff
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>,
Utkarsh Gupta <guptautkarsh2102@gmail.com>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-stretchr-testify-dev,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sergi-go-diff
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sergi-go-diff.git
Homepage: https://github.com/sergi/go-diff
XS-Go-Import-Path: github.com/sergi/go-diff
Rules-Requires-Root: no
Package: golang-github-sergi-go-diff-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Diff, match and patch text in Go
This library provides algorithms to perform operations required for
synchronizing plain text.
.
These operations include:
* Compare two texts and return their differences.
* Perform fuzzy matching of text.
* Apply patches onto text.
|