File: control

package info (click to toggle)
libstring-similarity-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 132 kB
  • ctags: 23
  • sloc: ansic: 392; perl: 10; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libstring-similarity-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Fabrizio Regalli <fabreg@fabreg.it>
Build-Depends: debhelper (>= 9.20120312),
 perl
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/String-Similarity/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libstring-similarity-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-similarity-perl.git

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.