-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA6.json
More file actions
23 lines (23 loc) · 807 Bytes
/
META6.json
File metadata and controls
23 lines (23 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"authors" : [
"Sam Gillespie"
],
"build-depends" : [ ],
"depends" : [ ],
"description" : "A basic genetic algorithm implementation for Perl6!",
"license" : "Artistic-2.0",
"name" : "Algorithm::Genetic",
"perl" : "6.c",
"provides" : {
"Algorithm::Genetic" : "lib/Algorithm/Genetic.pm6",
"Algorithm::Genetic::Crossoverable" : "lib/Algorithm/Genetic/Crossoverable.pm6",
"Algorithm::Genetic::Genotype" : "lib/Algorithm/Genetic/Genotype.pm6",
"Algorithm::Genetic::Selection" : "lib/Algorithm/Genetic/Selection.pm6",
"Algorithm::Genetic::Selection::Roulette" : "lib/Algorithm/Genetic/Selection/Roulette.pm6"
},
"resources" : [ ],
"source-url" : "git://github.com/samgwise/p6-algorithm-genetic.git",
"tags" : [ ],
"test-depends" : [ ],
"version" : "0.0.2"
}