-
Notifications
You must be signed in to change notification settings - Fork 2
/
programs.cfg
76 lines (76 loc) · 2.35 KB
/
programs.cfg
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
69
70
71
72
73
74
75
76
{
["securom"] = {
files = {
["master/SecuROM/srcreate.lua"] = "/usr/bin"
},
name = "SecuROM Creator",
description = "SecuROM (Password-secured) Lua BIOS EEPROM creation utility.",
authors = "Bs()Dd",
repo = "tree/master/SecuROM"
},
["secudrive"] = {
files = {
["master/SecuDrive/sdcreate.lua"] = "/usr/bin"
},
name = "SecuDrive Creator",
description = "SecuDrive (Tape or floppy-secured) access computer system EEPROM creation utility.",
authors = "Bs()Dd",
repo = "tree/master/SecuDrive"
},
["scodex-color"] = {
files = {
["master/SecuCODEX/Color/init.lua"] = "/scodex/color"
},
name = "SecuCODEX Code Door System",
description = "SecuCODEX Code Door System for color access computer system.",
authors = "Bs()Dd",
repo = "tree/master/SecuCODEX"
},
["scodex-mono"] = {
files = {
["master/SecuCODEX/Mono/init.lua"] = "/scodex/mono"
},
name = "SecuCODEX Code Door System",
description = "SecuCODEX Code Door System for monochrome access computer system.",
authors = "Bs()Dd",
repo = "tree/master/SecuCODEX"
},
["stortape"] = {
files = {
["master/StorTape/stortape.lua"] = "/usr/bin"
},
name = "StorTape",
description = "Tape data backup utility.",
authors = "Bs()Dd",
repo = "tree/master/StorTape"
},
["copytape"] = {
files = {
["master/CopyTape/copytape.lua"] = "/usr/bin"
},
name = "CopyTape",
description = "Tape to tape copying utility.",
authors = "Bs()Dd",
repo = "tree/master/CopyTape"
},
["remdisk-server"] = {
files = {
["master/RemoteDISK/NetServer/rmdsrv.lua"] = "/usr/bin"
},
name = "RemoteDISK NetServer",
description = "NetServer creates a Network Disk on machine from real hard drive.",
authors = "Bs()Dd",
repo = "tree/master/RemoteDISK/NetServer"
},
["remdisk-client"] = {
files = {
["master/RemoteDISK/NetClient/rmdmt.lua"] = "/usr/bin",
["master/RemoteDISK/NetClient/libs/vcomponent.lua"] = "/usr/lib",
["master/RemoteDISK/NetClient/libs/rmdfs.lua"] = "/usr/lib",
},
name = "RemoteDISK NetClient",
description = "Contains Driver library and Connector. Connector is setting-up Network Disk as filesystem component and mount it to /mnt/.",
authors = "Bs()Dd",
repo = "tree/master/RemoteDISK/NetClient"
}
}