-
Notifications
You must be signed in to change notification settings - Fork 2
/
repo.json
44 lines (44 loc) · 1.11 KB
/
repo.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
42
43
44
[{
"Name": "runit",
"Description": "Press F5 to save and run, F12 to make, F9 to make in background.",
"Website": "https://github.com/terokarvinen/micro-run",
"Tags": ["run", "execute", "Go", "Python", "Bash", "Lua", "F5"],
"License": "MIT license",
"Versions": [
{
"Version": "0.0.8",
"Url": "https://github.com/terokarvinen/micro-run/archive/v0.0.8.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "0.0.7",
"Url": "https://github.com/terokarvinen/micro-run/archive/v0.0.7.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "0.0.6",
"Url": "https://github.com/terokarvinen/micro-run/archive/v0.0.6.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "0.0.5",
"Url": "https://github.com/terokarvinen/micro-run/archive/v0.0.5.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "0.0.4",
"Url": "https://github.com/terokarvinen/micro-run/archive/v0.0.4.zip",
"Require": {
"micro": ">=2.0.0"
}
}
]
}]