Source: libstring-similarity-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 10), perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstring-similarity-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libstring-similarity-perl.git Homepage: https://metacpan.org/release/String-Similarity Package: libstring-similarity-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module for calculating the similarity of two strings String::Similarity calculates the similarity index of its two arguments. A value of 0 means that the strings are entirely different. A value of 1 means that the strings are identical. Everything else lies between 0 and 1 and describes the amount of similarity between the strings.