-
Notifications
You must be signed in to change notification settings - Fork 11
/
META6.json
41 lines (41 loc) · 848 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
37
38
39
40
41
{
"test-depends": [
"Test"
],
"build-depends": [
],
"meta-version": "1",
"name": "Test::META",
"description": "Test a distributions META file",
"source-url": "https://github.com/jonathanstowe/Test-META.git",
"version": "0.0.20",
"raku": "6.*",
"resources": [
],
"tags": [
"devel",
"meta",
"utils",
"testing"
],
"provides": {
"Test::META": "lib/Test/META.rakumod"
},
"support": {
"source": "https://github.com/jonathanstowe/Test-META.git",
"email": "[email protected]",
"bugtracker": "http://github.com/jonathanstowe/Test-META/issues"
},
"depends": [
"Test",
"META6:ver<0.0.24+>",
"URI",
"License::SPDX"
],
"auth": "zef:jonathanstowe",
"license": "Artistic-2.0",
"api": "1.0",
"authors": [
"Jonathan Stowe <[email protected]>"
]
}