Merge pull request #176550 from willcohen/levenshtein
perlPackages.TextLevenshteinXS: init at 0.03
This commit is contained in:
commit
a5593988b9
1 changed files with 13 additions and 0 deletions
|
@ -23323,6 +23323,19 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
TextLevenshteinXS = buildPerlPackage {
|
||||
pname = "Text-LevenshteinXS";
|
||||
version = "0.03";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/J/JG/JGOLDBERG/Text-LevenshteinXS-0.03.tar.gz";
|
||||
sha256 = "sha256-43T/eyN5Gc5eqSRfNW0ctSzIf9JrOlo4s/Pl/4KgFJE=";
|
||||
};
|
||||
meta = {
|
||||
description = "Levenshtein edit distance in a XS way";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
TextLorem = buildPerlModule {
|
||||
pname = "Text-Lorem";
|
||||
version = "0.3";
|
||||
|
|
Loading…
Reference in a new issue