-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMETA6.json
More file actions
32 lines (32 loc) · 768 Bytes
/
Copy pathMETA6.json
File metadata and controls
32 lines (32 loc) · 768 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
{
"authors" : [
"Martin Barth <martin@senfdax.de>"
],
"build-depends" : [ ],
"depends" : [
"Test::META"
],
"description" : "Time::Crontab for Raku - Parses Crontab Specifications",
"license" : "Artistic-2.0",
"name" : "Time::Crontab",
"perl" : "6.c",
"provides" : {
"Time::Crontab" : "lib/Time/Crontab.pm6",
"Time::Crontab::Actions" : "lib/Time/Crontab/Actions.pm6",
"Time::Crontab::Grammar" : "lib/Time/Crontab/Grammar.pm6",
"Time::Crontab::Set" : "lib/Time/Crontab/Set.pm6"
},
"resources" : [ ],
"source-url" : "https://github.com/ufobat/p6-time-crontab.git",
"tags" : [
"Cron",
"Crontab",
"Time",
"Parsing",
"Linux",
"Unix",
"Date"
],
"test-depends" : [ ],
"version" : "1.0.0"
}