golang-github-sergi-go-diff 1.1.0-1 source package in Ubuntu

Changelog

golang-github-sergi-go-diff (1.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.1.0
  * Drop golang-github-stretchr-testify-dev from Depends.
  * Bump Standards-Version to 4.5.0 (no changes)
  * Bump debhelper-compat to 13

 -- Shengjing Zhu <email address hidden>  Tue, 17 Nov 2020 01:36:31 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-sergi-go-diff_1.1.0-1.dsc 1.7 KiB 550cbe1607f4dd22de160f0f65b508377af605c28395cf1d99a6a9c33249aea6
golang-github-sergi-go-diff_1.1.0.orig.tar.gz 42.5 KiB 3d4362670655e970366d555418f3c8d179c217c0499ef5573ab7176352229451
golang-github-sergi-go-diff_1.1.0-1.debian.tar.xz 3.2 KiB f579e26a520f522381f14e20b0260ae43630d616fad9f86101fd93076ca74cd2

Available diffs

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.