libtext-levenshteinxs-perl 0.03-4build9 source package in Ubuntu

Changelog

libtext-levenshteinxs-perl (0.03-4build9) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:18:37 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Impish
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtext-levenshteinxs-perl_0.03.orig.tar.gz 3.0 KiB e374ff7b237919ce5ea9245f356d1cb52cc87fd26b3a5a38b3f3e5ff82a01491
libtext-levenshteinxs-perl_0.03-4build9.debian.tar.xz 2.4 KiB 534777938cc47e67c632ef9846dcb4d1345121771c874a7de3ccc3813433f73e
libtext-levenshteinxs-perl_0.03-4build9.dsc 2.1 KiB fb3dfcc29fbf365d605da4a56aad860fc40b94576713fec3a2330d20e3f96c0d

Available diffs

View changes file

Binary packages built by this source

libtext-levenshteinxs-perl: XS implementation of the Levenshtein edit distance

 Text::LevenshteinXS implements the Levenshtein edit distance in a XS way; this
 should be much faster than the pure Perl implementation.
 .
 The Levenshtein edit distance is a measure of the degree of proximity between
 two strings. This distance is the number of substitutions, deletions or
 insertions ("edits") needed to transform one string into the other one (and
 vice versa). When two strings have distance 0, they are the same.

libtext-levenshteinxs-perl-dbgsym: debug symbols for libtext-levenshteinxs-perl