-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMETA6.json
More file actions
37 lines (37 loc) · 831 Bytes
/
META6.json
File metadata and controls
37 lines (37 loc) · 831 Bytes
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
37
{
"authors": [
"Fernando Correa de Oliveira"
],
"auth": "zef:FCO",
"build-depends": [
],
"depends": [
],
"description": "Generative Testing",
"license": "Artistic-2.0",
"name": "Test::Fuzz",
"perl": "6.*",
"provides": {
"Test::Fuzz": "lib/Test/Fuzz.rakumod",
"Test::Fuzz::AggGenerators": "lib/Test/Fuzz/AggGenerators.rakumod",
"Test::Fuzz::Fuzzed": "lib/Test/Fuzz/Fuzzed.rakumod",
"Test::Fuzz::Generator": "lib/Test/Fuzz/Generator.rakumod",
"Test::Fuzz::Generators": "lib/Test/Fuzz/Generators.rakumod"
},
"resources": [
"classes",
"examples/test.p6",
"examples/test2.p6"
],
"source-url": "https://github.com/FCO/Test-Fuzz.git",
"tags": [
"test",
"fuzz",
"generative"
],
"test-depends": [
"Test",
"Test::META"
],
"version": "0.2.1"
}