File: control

package info (click to toggle)
libtext-brew-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 84 kB
  • ctags: 10
  • sloc: perl: 135; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 920 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libtext-brew-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Don Armstrong <don@debian.org>
Build-Depends: debhelper (>= 9.20120312)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-brew-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-brew-perl.git
Homepage: https://metacpan.org/release/Text-Brew

Package: libtext-brew-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: perl implementation of Brew edit distance
 Text::Brew implements the Brew edit distance that is very close to
 the dynamic programming technique used for the Wagner-Fischer (and so
 for the Levenshtein) edit distance. For more information about the
 Brew edit distance see:
 <http://ling.ohio-state.edu/~cbrew/795M/string-distance.html>