{
   "authors" : [
      "titsuki"
   ],
   "build-depends" : [
      "LibraryMake"
   ],
   "depends" : [],
   "description" : "A Perl 6 bindings for libmecab ( http://taku910.github.io/mecab/ )",
   "license" : "Artistic-2.0",
   "name" : "MeCab",
   "perl" : "6.c",
   "provides" : {
      "MeCab" : "lib/MeCab.pm6",
      "MeCab::DictionaryInfo" : "lib/MeCab/DictionaryInfo.pm6",
      "MeCab::Lattice" : "lib/MeCab/Lattice.pm6",
      "MeCab::Model" : "lib/MeCab/Model.pm6",
      "MeCab::Tagger" : "lib/MeCab/Tagger.pm6"
   },
   "resources" : [
      "libraries/mecab"
   ],
   "source-url" : "http://www.cpan.org/authors/id/T/TI/TITSUKI/Perl6/MeCab-0.0.6.tar.gz",
   "tags" : [],
   "test-depends" : [],
   "version" : "0.0.6"
}