libtext-levenshteinxs-perl 0.03-5build1 source package in Ubuntu
Changelog
libtext-levenshteinxs-perl (0.03-5build1) lunar; urgency=medium * Rebuild against new perlapi-5.36. -- Gianfranco Costamagna <email address hidden> Fri, 04 Nov 2022 12:12:50 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Lunar
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | perl | |
Lunar | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtext-levenshteinxs-perl_0.03.orig.tar.gz | 3.0 KiB | e374ff7b237919ce5ea9245f356d1cb52cc87fd26b3a5a38b3f3e5ff82a01491 |
libtext-levenshteinxs-perl_0.03-5build1.debian.tar.xz | 2.3 KiB | 6cd3a4b17eb6819cb257f859ce2ce27ee8d43d7f874da9d1af2c271bb27f3312 |
libtext-levenshteinxs-perl_0.03-5build1.dsc | 2.2 KiB | 6639d3ff3bea2701b789a65dc2271319f9079c1bac06f6b0f94086753f7d915d |
Available diffs
- diff from 0.03-5 (in Debian) to 0.03-5build1 (353 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