Help language development. Donate to The Perl Foundation

Text::Sift4 cpan:TITSUKI last updated on 2018-03-26

META6.json
{
  "auth" : "cpan:TITSUKI",
  "authors" : [
    "Itsuki Toyota"
  ],
  "build-depends" : [ ],
  "depends" : [ ],
  "description" : "A Perl 6 Sift4 (Super Fast and Accurate string distance algorithm) implementation",
  "license" : "Artistic-2.0",
  "name" : "Text::Sift4",
  "perl" : "6.c",
  "provides" : {
    "Text::Sift4" : "lib/Text/Sift4.pm6"
  },
  "resources" : [ ],
  "source-url" : "https://github.com/titsuki/p6-Text-Sift4.git",
  "tags" : [ ],
  "test-depends" : [ ],
  "version" : "0.0.6"
}