mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-08 19:38:06 +11:00
63 lines
1.4 KiB
INI
63 lines
1.4 KiB
INI
{
|
|
["minitel"] = {
|
|
files = {
|
|
["master/OpenOS/etc/rc.d/minitel.lua"] = "//etc/rc.d",
|
|
["master/OpenOS/usr/lib/net.lua"] = "/lib",
|
|
["master/OpenOS/usr/man/minitel"] = "/man",
|
|
},
|
|
name = "Minitel",
|
|
description = "Simple and powerful networking stack",
|
|
authors = "Izaya, Skye",
|
|
repo = "tree/master/"
|
|
},
|
|
["frequestd"] = {
|
|
files = {
|
|
["master/FRequest/OpenOS/etc/rc.d/fserv.lua"] = "//etc/rc.d"
|
|
},
|
|
dependencies = {
|
|
["minitel"] = ""
|
|
},
|
|
name = "FRequest Daemon",
|
|
description = "Dumb-as-rocks FRequest server",
|
|
authors = "Izaya",
|
|
repo = "tree/master/"
|
|
},
|
|
["fget"] = {
|
|
files = {
|
|
["master/FRequest/OpenOS/usr/bin/fget.lua"] = "/bin"
|
|
},
|
|
dependencies = {
|
|
["minitel"] = ""
|
|
},
|
|
name = "FGet",
|
|
description = "Dumb-as-rocks FRequest client",
|
|
authors = "Izaya",
|
|
repo = "tree/master/"
|
|
},
|
|
["mmaild"] = {
|
|
files = {
|
|
["master/MMail/OpenOS/etc/rc.d/mmail.lua"] = "//etc/rc.d"
|
|
},
|
|
dependencies = {
|
|
["minitel"] = ""
|
|
},
|
|
name = "Minitel Mail Daemon",
|
|
description = "Simple mail server, implementing maildir.",
|
|
authors = "Izaya",
|
|
repo = "tree/master/"
|
|
},
|
|
["mmail-send"] = {
|
|
files = {
|
|
["master/MMail/OpenOS/usr/bin/mmail-send.lua"] = "/bin",
|
|
["master/MMail/OpenOS/usr/man/mmail-send"] = "/man"
|
|
},
|
|
dependencies = {
|
|
["minitel"] = ""
|
|
},
|
|
name = "mmail-send",
|
|
description = "Command line program for sending mail over the minitel network.",
|
|
authors = "Izaya",
|
|
repo = "tree/master/"
|
|
},
|
|
}
|