libtext-levenshtein-damerau-perl 0.41-3 source package in Ubuntu

Changelog

libtext-levenshtein-damerau-perl (0.41-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libtext-levenshtein-damerau-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 15:08:51 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-levenshtein-damerau-perl_0.41-3.dsc 2.2 KiB f0175312d880f0a978e066f42185ed1a16d74a51f2101f5799cb2119a4978023
libtext-levenshtein-damerau-perl_0.41.orig.tar.gz 14.6 KiB 3e7d14fa97f31f4862eaf24fa5fa24892aaeb7b363e15222dcdcc82a7caf5e50
libtext-levenshtein-damerau-perl_0.41-3.debian.tar.xz 1.9 KiB b99855a05aa0f088ce211dd9fefe243e0962063df580b39f8364eab6ea0cd0af

Available diffs

No changes file available.

Binary packages built by this source

libtext-levenshtein-damerau-perl: Edit distance calculator with Damerau Levenshtein algorithm

 Text::Levenshtein::Damerau module returns the true Damerau Levenshtein
 edit distance of strings with adjacent transpositions. Useful for
 fuzzy matching, DNA variation metrics, and fraud detection.
 .
 Defaults to using Pure Perl Text::Levenshtein::Damerau::PP. This
 module can use Text::Levenshtein::Damerau::XS for massive speed
 improvements. Works correctly with utf8 if backend supports it.