Operating system for OpenComputers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XeonSquared 92084e8c90 remove vcomponent and vtunnel because they are now included in the PsychOSPackages repo 4 years ago
..
doc.lua added doc() support for pre-compiled API documentation, wrote a generator for it, and included that in the build script 4 years ago
download.lua attempt to force the internet card to work (ha\!) 4 years ago
ed.lua Added an actually workable editor for once. Skye's gonna be mad, it's like vim. 4 years ago
event.lua fix type annotation in event.ignore 4 years ago
liblz16.lua added type annotations and function documentation to liblz16 and pkgfs 4 years ago
libmtar.lua initial pkgfs work, seems functional 4 years ago
lzss.lua add liblz16 and lzss for use with pkgfs, and eventually mtar probably 4 years ago
minitel.lua added type annotations to documentation for various libraries 4 years ago
netutil.lua updated netutil to use the documentation library's type signature system 4 years ago
pkgfs.lua add pkgfs.component.exists and do automounting of archives 4 years ago
pkgman.lua make pkgman remove system packages 4 years ago
preproc.lua added the preproc library, meaning PsychOS is nominally self-hosting 4 years ago
rc.lua made rc search for services in the pkgfs 4 years ago
rpc.lua added type annotations to documentation for various libraries 4 years ago
serialization.lua added type annotations to documentation for various libraries 4 years ago
shell.lua added a quit function to the shell environment, for obvious purposes 4 years ago
shutil.lua added type annotations and descriptions for functions where appropriate 4 years ago
unionfs.lua added type annotations and descriptions for functions where appropriate 4 years ago
vtansi.lua added type annotations and descriptions for functions where appropriate 4 years ago