local agcfg = { ["halyde"] = { ["maindir"] = "", ["version"] = "1.8.2", ["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.", ["directories"] = { "halyde/apps", "halyde/apps/helpdb", "halyde/config/generate", "halyde/core", "halyde/lib", "home" }, ["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/echo.txt", "halyde/apps/helpdb/fetch.txt", "halyde/apps/helpdb/help.txt", "halyde/apps/helpdb/ls.txt", "halyde/apps/helpdb/lua.txt", "halyde/apps/helpdb/mv.txt", "halyde/apps/helpdb/rm.txt", "halyde/apps/cat.lua", "halyde/apps/cd.lua", "halyde/apps/clear.lua", "halyde/apps/cp.lua", "halyde/apps/echo.lua", "halyde/apps/fetch.lua", "halyde/apps/help.lua", "halyde/apps/ls.lua", "halyde/apps/lua.lua", "halyde/apps/mkdir.lua", "halyde/apps/mv.lua", "halyde/apps/rm.lua", "halyde/config/oslogo.ans", "halyde/config/generate/shell.cfg", "halyde/config/generate/startupapps.cfg", "halyde/core/boot.lua", "halyde/core/cormgr.lua", "halyde/core/datatools.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" } }, ["argentum"] = { ["maindir"] = "", ["version"] = "1.0.1", ["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.1.0", ["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