perlPackages.TextFuzzy: init at 0.29
This commit is contained in:
parent
6fd8ff4389
commit
d3df49e778
1 changed files with 13 additions and 0 deletions
|
@ -22118,6 +22118,19 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
TextFuzzy = buildPerlPackage {
|
||||
pname = "Text-Fuzzy";
|
||||
version = "0.29";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/B/BK/BKB/Text-Fuzzy-0.29.tar.gz";
|
||||
sha256 = "3df5cfd2ca1a4c5ca7ff7bab3cc8d53ad2064e134cbf11004f3cf8c4b9055bff";
|
||||
};
|
||||
meta = {
|
||||
description = "Partial string matching using edit distances";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
TextGerman = buildPerlPackage {
|
||||
pname = "Text-German";
|
||||
version = "0.06";
|
||||
|
|
Loading…
Reference in a new issue