1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-25 19:38:07 +11:00

Compare commits

..

No commits in common. "cad56fe0e024cad62ff43b754ba21edbf8cab891" and "2674bb120124a96797f083f6d508e4d8c19e1e74" have entirely different histories.

View File

@ -364,53 +364,4 @@
authors = "Izaya", authors = "Izaya",
repo = "tree/master/" repo = "tree/master/"
}, },
["mtmenu"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtmenu/mtmenu.lua"] = "/lib",
},
name = "Minitel Menu Library",
description = "Simple reusable menu system",
authors = "Izaya",
repo = "tree/master/"
},
["dss2-server"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/server/usr/lib/inv.lua"] = "/lib",
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/server/usr/bin/addalias.lua"] = "/bin",
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/server/etc/rc.d/searchsrv.lua"] = "//etc/rc.d",
["mtrpc"] = "",
["liblz16"] = "",
},
name = "Drawer Storage System 2 Server",
description = "Server component of a DSS2 system",
authors = "Izaya",
repo = "tree/master/"
},
["dss2-client"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/client/usr/lib/inv.lua"] = "/lib",
["mtrpc"] = "",
["liblz16"] = "",
},
name = "Drawer Storage System 2 Client",
description = "Client libraries for DSS2",
authors = "Izaya",
repo = "tree/master/"
},
["dss2-frontend"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/client/usr/bin/search4.lua"] = "/bin",
["mtrpc"] = "",
["liblz16"] = "",
["mtmenu"] = "",
},
name = "Drawer Storage System 2 Frontend",
description = "Standard frontend for DSS2, suitable for client or server",
authors = "Izaya",
repo = "tree/master/"
},
} }