-
Notifications
You must be signed in to change notification settings - Fork 1
/
META6.json
36 lines (36 loc) · 874 Bytes
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"auth": "zef:titsuki",
"authors": [
"Itsuki Toyota"
],
"build-depends": [
"LibraryMake",
"Distribution::Builder::MakeFromJSON",
"Zef",
"MeCab::CustomBuilder"
],
"builder": "MeCab::CustomBuilder",
"depends": [
],
"description": "A Raku bindings for libmecab ( http://taku910.github.io/mecab/ )",
"license": "Artistic-2.0",
"name": "MeCab",
"perl": "6.c",
"provides": {
"MeCab": "lib/MeCab.pm6",
"MeCab::CustomBuilder": "lib/MeCab/CustomBuilder.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": "git://github.com/titsuki/raku-MeCab.git",
"tags": [
],
"test-depends": [
],
"version": "0.0.18"
}