-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMETA6.json
26 lines (26 loc) · 890 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
{
"perl" : "6.*",
"name" : "Test::Fuzz",
"version" : "0.2.1",
"description" : "Generative Testing",
"authors" : ["Fernando Correa de Oliveira"],
"tags" : ["test", "fuzz", "generative"],
"provides" : {
"Test::Fuzz" : "lib/Test/Fuzz.pm6",
"Test::Fuzz::Fuzzed" : "lib/Test/Fuzz/Fuzzed.pm6",
"Test::Fuzz::Generator" : "lib/Test/Fuzz/Generator.pm6",
"Test::Fuzz::Generators" : "lib/Test/Fuzz/Generators.pm6",
"Test::Fuzz::AggGenerators" : "lib/Test/Fuzz/AggGenerators.pm6"
},
"depends" : [ ],
"test-depends" : [
"Test",
"Test::META"
],
"resources" : [
"classes",
"examples/test.p6",
"examples/test2.p6"
],
"source-url" : "git://github.com/FCO/Test-Fuzz.git"
}