-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA6.json
More file actions
68 lines (68 loc) · 2.03 KB
/
Copy pathMETA6.json
File metadata and controls
68 lines (68 loc) · 2.03 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"auth": "zef:melezhik",
"authors" : [
"Alexey Melezhik"
],
"build-depends" : [ ],
"depends" : [
"Sparrow6:ver<0.0.76+>",
"File::Directory::Tree",
"YAMLish"
],
"description" : "Tomtit - Raku Task Runner",
"license" : "Artistic-2.0",
"name" : "Tomtit",
"perl" : "6.*",
"provides" : {
"Tomtit" : "lib/Tomtit.rakumod",
"Tomtit::Completion" : "lib/Tomtit/Completion.rakumod"
},
"resources" : [
"profiles/raku/install.raku",
"profiles/raku/test.raku",
"profiles/raku/changes.raku",
"profiles/raku/release.raku",
"profiles/cro/cro-yaml.raku",
"profiles/perl/set-pause.raku",
"profiles/perl/install.raku",
"profiles/perl/make-dist.raku",
"profiles/perl/changes.raku",
"profiles/perl/release.raku",
"profiles/perl/test.raku",
"profiles/gitlab/gitlab-run-pipeline.raku",
"profiles/ruby/rvm.raku",
"profiles/git/set-git.raku",
"profiles/git/commit.raku",
"profiles/git/push.raku",
"profiles/git/git-branch-delete.raku",
"profiles/git/pull.raku",
"profiles/git/status.raku",
"profiles/git/git-summary.raku",
"profiles/git/git-publish.raku",
"profiles/git/update-branch-list.raku",
"profiles/git/github-url-https-to-ssh.raku",
"profiles/ado/ado-pipeline-build-list.raku",
"profiles/ado/ado-pipeline-build-run.raku",
"profiles/azure/az-account-set.raku",
"profiles/azure/az-resources.raku",
"profiles/azure/az-kv-show.raku",
"profiles/azure/az-sql-server-check-fw.raku",
"profiles/hello/world.raku",
"profiles/yaml/yaml-lint.raku",
"profiles/tomtit/tomtit-pl6-to-raku.raku",
"profiles/code/search.raku",
"profiles/go/go-build.raku",
"profiles/go/go-format.raku",
"profiles/go/proto.raku",
"completion.sh"
],
"source-type" : "git",
"source-url" : "https://github.com/melezhik/tomtit",
"support" : {
"bugtracker" : "https://github.com/melezhik/tomtit/issues",
"source" : "https://github.com/melezhik/tomtit.git"
},
"tags" : [ ],
"test-depends" : [ ],
"version" : "0.1.37"
}