-
Notifications
You must be signed in to change notification settings - Fork 1
/
META6.json
30 lines (30 loc) · 1.17 KB
/
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
{
"perl": "6.*",
"name" : "AI::FANN",
"version" : "0.0.1",
"auth": "github:perlpilot",
"license" : "Artistic-2.0",
"description" : "Perl 6 binding to the Fast Artificial Neural Network library",
"tags" : [ "AI", "Neural Network" ],
"depends" : [ ],
"test-depends" : [ ],
"provides" : {
"AI::FANN" : "lib/AI/FANN.pm6",
"AI::FANN::Raw" : "lib/AI/FANN/Raw.pm6",
"AI::FANN::Raw::Base" : "lib/AI/FANN/Raw/Base.pm6",
"AI::FANN::Raw::Creation" : "lib/AI/FANN/Raw/Creation.pm6",
"AI::FANN::Raw::Training" : "lib/AI/FANN/Raw/Training.pm6",
"AI::FANN::Raw::Cascade" : "lib/AI/FANN/Raw/Cascade.pm6",
"AI::FANN::Raw::Error" : "lib/AI/FANN/Raw/Error.pm6",
"AI::FANN::Raw::IO" : "lib/AI/FANN/Raw/IO.pm6"
},
"source-type" : "git",
"source-url" : "https://github.com/perlpilot/p6-AI-FANN.git",
"support": {
"source": "https://github.com/perlpilot/p6-AI-FANN.git",
"bugtracker" : "https://github.com/perlpilot/p6-AI-FANN/issues"
},
"authors" : [
"Jonathan Scott Duff <[email protected]>"
]
}