libtext-wagnerfischer-perl 0.04-2 source package in Ubuntu

Changelog

libtext-wagnerfischer-perl (0.04-2) unstable; urgency=medium

  * Packaging cleanup

 -- Christoph Biedl <email address hidden>  Fri, 01 Jan 2021 11:59:46 +0100

Upload details

Uploaded by:
Christoph Biedl
Uploaded to:
Sid
Original maintainer:
Christoph Biedl
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-wagnerfischer-perl_0.04-2.dsc 2.0 KiB fa4668cb920fb8f63e2d48e4530909965a48bd953d500bcb2ac66525756dbc9f
libtext-wagnerfischer-perl_0.04.orig.tar.gz 3.4 KiB decb05e614d0f7f85281a55e03580a100cce80dac09dc9bd77a6f59e7ed8230d
libtext-wagnerfischer-perl_0.04-2.debian.tar.xz 1.4 KiB 1b2da480dbb9e628b3a7f2502a44ef4b68afa7a193632af4fa3ea5e6f9b51fb7

Available diffs

No changes file available.

Binary packages built by this source

libtext-wagnerfischer-perl: implementation of the Wagner-Fischer edit distance

 Text::WagnerFischer implements the Wagner-Fischer dynamic programming
 technique, used here to calculate the edit distance of two strings.
 The edit distance is a measure of the degree of proximity between two
 strings, based on "edits": the operations of substitutions, deletions
 or insertions needed to transform the string into the other one (and
 vice versa).