golang-github-sergi-go-diff 0.0~git20170409.0.feef008-2 source package in Ubuntu

Changelog

golang-github-sergi-go-diff (0.0~git20170409.0.feef008-2) unstable; urgency=medium

  * Maintenance updates:
    - Standards-Version bump.
    - Clean up d/watch.
    - Add Testsuite to d/control.

 -- Michael Lustfield <email address hidden>  Fri, 29 Sep 2017 23:31:19 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-sergi-go-diff_0.0~git20170409.0.feef008-2.dsc 2.4 KiB b3624432d1a914d35755a04ff03c673390d5182361212792452cfee103bf23ff
golang-github-sergi-go-diff_0.0~git20170409.0.feef008.orig.tar.xz 35.5 KiB ab603a8675ee64ed51cd7b4ce5176728b1a8ebace21d3c60cba605fbe76107ea
golang-github-sergi-go-diff_0.0~git20170409.0.feef008-2.debian.tar.xz 2.1 KiB 08dc5c43162cb5aaa6890cb8c4758eae8e919aff88e555f9d7bf048a9fcbf3ae

No changes file available.

Binary packages built by this source

golang-github-sergi-go-diff-dev: 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.