libtext-levenshteinxs-perl 0.03-4build7 source package in Ubuntu
Changelog
libtext-levenshteinxs-perl (0.03-4build7) groovy; urgency=medium * No-change rebuild to build on i386. -- Matthias Klose <email address hidden> Tue, 14 Jul 2020 13:01:32 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Groovy
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | 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-4build7.debian.tar.xz | 2.3 KiB | 099dd55507be914597876ece5576baa1eebb019bf36cddb9c8f048fd4a104f5e |
libtext-levenshteinxs-perl_0.03-4build7.dsc | 2.1 KiB | 147d09d09a7c9aa8fec05e1a562531d73fa1cec307c464f5e278c5a091eece63 |
Available diffs
- diff from 0.03-4build6 to 0.03-4build7 (341 bytes)
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