-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMETA6.json
More file actions
37 lines (37 loc) · 788 Bytes
/
META6.json
File metadata and controls
37 lines (37 loc) · 788 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
{
"meta-version": "1",
"tags": [
"util",
"schedule",
"cron",
"event"
],
"description": "Low-level Scheduling thingy for Raku",
"authors": [
"Jonathan Stowe <jns+git@gellyfish.co.uk>"
],
"raku": "6.*",
"support": {
"source": "https://github.com/jonathanstowe/Chronic.git",
"bugtracker": "https://github.com/jonathanstowe/Chronic/issues"
},
"resources": [
],
"auth": "zef:jonathanstowe",
"provides": {
"Chronic": "lib/Chronic.rakumod"
},
"test-depends": [
"Test"
],
"build-depends": [
],
"license": "Artistic-2.0",
"name": "Chronic",
"author": "Jonathan Stowe <jns+git@gellyfish.co.uk>",
"api": "1.0",
"source-url": "https://github.com/jonathanstowe/Chronic.git",
"version": "0.0.14",
"depends": [
]
}