-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanush.json
More file actions
56 lines (56 loc) · 1018 Bytes
/
manush.json
File metadata and controls
56 lines (56 loc) · 1018 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"package": "manush",
"author": "noch",
"license": "BSD 2-Clause License",
"version": "0.1.1",
"remote": {
"type": "git",
"path": "https://github.com/illuria/manush",
"branch": "master",
"tag": "0.1"
},
"dependencies": {
"lists": "0.1",
"opts": "0.1",
"pipes": "0.1",
"skprjson": "0.1"
},
"build": [
{
"command": "voc -s",
"file": "src/mnshList.Mod"
},
{
"command": "voc -s",
"file": "src/mnshUnix.Mod"
},
{
"command": "voc -s",
"file": "src/mnshDefs.Mod"
},
{
"command": "voc -s",
"file": "src/mnshCrt.Mod"
},
{
"command": "voc -s",
"file": "src/mnshStorage.Mod"
},
{
"command": "voc -s",
"file": "src/mnshExtTools.Mod"
},
{
"command": "voc -s",
"file": "src/mnshTerm.Mod"
},
{
"command": "voc -s",
"file": "src/mnshInput.Mod"
},
{
"command": "voc -M",
"file": "src/manush.Mod"
}
]
}