Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions programs.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
["gerti-client"] = {
files = {
["master/GERTi/GERTiClient.lua"] = "/lib",
},
name = "GERTi Client",
description = "Allows a computer to access the GERTi network.",
authors = "MajGenRelativity",
repo = "tree/master/GERTi",
},
["gerti-mnc"] = {
files = {
["master/GERTi/GERTiMNC.lua"] = "/bin",
},
name = "GERTi Master Network Controller",
description = "Master Network Controller for GERTi networks. Install gerte-api for internetwork support.",
authors = "MajGenRelativity",
repo = "tree/master/GERTi",
},
["gerte-api"] = {
files = {
["master/GERTe/GERTeAPI.lua"] = "//lib",
},
name = "GERTe Internetwork API",
description = "Allows access to other GERTi networks or GERTe clients over the internet.",
authors = "TYKUHN2",
repo = "tree/master/GERTe",
},
["gerti-test-application"] = {
files = {
["master/GERTi/GERTiTestApplication.lua"] = "/bin",
},
dependencies = {
["gerti-client"] = "/",
},
name = "GERTi Test Application",
description = "Very simple and rudimentary showcase of GERTi.",
authors = "MajGenRelativity",
repo = "tree/master/GERTi",
},
}