Files
Halyde/argentum.cfg
T
2026-05-06 17:14:17 +03:00

118 lines
3.2 KiB
INI

local agcfg = {
["halyde"] = {
["maindir"] = "",
["version"] = "2.8.1",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = {
"halyde/apps",
"halyde/apps/helpdb",
"halyde/config/generate",
"halyde/core",
"halyde/drivers",
"halyde/lib",
"halyde",
"home",
"mnt",
"tmp",
"special/eeprom",
"special/drive",
"special"
},
["files"] = {
"init.lua",
"halyde/apps/helpdb/cat.txt",
"halyde/apps/helpdb/cd.txt",
"halyde/apps/helpdb/clear.txt",
"halyde/apps/helpdb/cp.txt",
"halyde/apps/helpdb/default.txt",
"halyde/apps/helpdb/download.txt",
"halyde/apps/helpdb/echo.txt",
"halyde/apps/helpdb/fetch.txt",
"halyde/apps/helpdb/help.txt",
"halyde/apps/helpdb/ls.txt",
"halyde/apps/helpdb/lscor.txt",
"halyde/apps/helpdb/lua.txt",
"halyde/apps/helpdb/mv.txt",
"halyde/apps/helpdb/reboot.txt",
"halyde/apps/helpdb/rm.txt",
"halyde/apps/helpdb/shutdown.txt",
"halyde/apps/boot.lua",
"halyde/apps/cat.lua",
"halyde/apps/cd.lua",
"halyde/apps/clear.lua",
"halyde/apps/cp.lua",
"halyde/apps/download.lua",
"halyde/apps/echo.lua",
"halyde/apps/fetch.lua",
"halyde/apps/help.lua",
"halyde/apps/label.lua",
"halyde/apps/ls.lua",
"halyde/apps/lscor.lua",
"halyde/apps/lsdrv.lua",
"halyde/apps/lua.lua",
"halyde/apps/maindrv.lua",
"halyde/apps/mkdir.lua",
"halyde/apps/mv.lua",
"halyde/apps/reboot.lua",
"halyde/apps/rm.lua",
"halyde/apps/shutdown.lua",
"halyde/config/oslogo.ans",
"halyde/config/generate/shell.json",
"halyde/config/generate/startupapps.json",
"halyde/core/boot.lua",
"halyde/core/cormgr.lua",
"halyde/core/datatools.lua",
"halyde/core/drvload.lua",
"halyde/core/evmgr.lua",
"halyde/core/fullkb.lua",
"halyde/core/shell.lua",
"halyde/core/termlib.lua",
"halyde/lib/component.lua",
"halyde/lib/computer.lua",
"halyde/lib/event.lua",
"halyde/lib/filesystem.lua",
"halyde/lib/json.lua",
"halyde/lib/raster.lua",
"halyde/lib/unicode.lua",
"halyde/lib/serialize.lua"
}
},
["argentum"] = {
["maindir"] = "",
["version"] = "1.3.3",
["description"] = "The default package manager for Halyde.",
["directories"] = {
"argentum",
"argentum/store"
},
["files"] = {
"argentum/registry.cfg",
"halyde/apps/argentum.lua",
"halyde/apps/helpdb/argentum.txt"
}
},
["edit"] = {
["maindir"] = "",
["version"] = "1.2.2",
["description"] = "The default text editor for Halyde.",
["files"] = {
"halyde/apps/edit.lua",
"halyde/apps/helpdb/edit.txt"
}
},
["webinstall-extras"] = { -- not actually a package
["directories"] = {
"argentum/store/halyde/files",
"argentum/store/edit/files",
"argentum/store/argentum/files"
},
["files"] = {
"argentum/store/halyde/package.cfg",
"argentum/store/edit/package.cfg",
"argentum/store/argentum/package.cfg",
}
}
}
return agcfg