libtext-levenshteinxs-perl 0.03-5 source package in Ubuntu
Changelog
libtext-levenshteinxs-perl (0.03-5) unstable; urgency=medium [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * debian/control: update Build-Depends for cross builds. * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. -- Jelmer Vernooij <email address hidden> Tue, 28 Jun 2022 20:09:48 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtext-levenshteinxs-perl_0.03-5.dsc | 2.1 KiB | 676911a69133a8edc1959b1a87b2a4b9c803654cb490b4fb8b9e8f19d937441a |
libtext-levenshteinxs-perl_0.03.orig.tar.gz | 3.0 KiB | e374ff7b237919ce5ea9245f356d1cb52cc87fd26b3a5a38b3f3e5ff82a01491 |
libtext-levenshteinxs-perl_0.03-5.debian.tar.xz | 2.2 KiB | 40dce1481c8a3b59c79a525d7877aa75696f9db573662601fc8d76da88f23a8c |
Available diffs
No changes file available.
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