-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA6.json
37 lines (37 loc) · 960 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
{
"auth": "zef:melezhik",
"authors": [
"Alexey Melezhik"
],
"build-depends": [
],
"depends": [
"Sparrow6:ver<0.0.58+>"
],
"description": "Run Sparrow tasks remotely (and not only)",
"license": "Artistic-2.0",
"name": "Sparrowdo",
"perl": "6.*",
"provides": {
"Sparrowdo": "lib/Sparrowdo.rakumod",
"Sparrowdo::Bootstrap": "lib/Sparrowdo/Bootstrap.rakumod",
"Sparrowdo::Docker": "lib/Sparrowdo/Docker.rakumod",
"Sparrowdo::Localhost": "lib/Sparrowdo/Localhost.rakumod",
"Sparrowdo::Ssh": "lib/Sparrowdo/Ssh.rakumod",
"Sparrowdo::Utils": "lib/Sparrowdo/Utils.rakumod"
},
"resources": [
"bootstrap.sh"
],
"source-type": "git",
"source-url": "https://github.com/melezhik/sparrowdo.git",
"support": {
"bugtracker": "https://github.com/melezhik/sparrowdo/issues",
"source": "https://github.com/melezhik/sparrowdo.git"
},
"tags": [
],
"test-depends": [
],
"version": "0.1.33"
}