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 fb0c740b39 add liblz16 and lzss for use with pkgfs, and eventually mtar probably 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
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
interminitel.lua added an initial vtunnel implementation 4 years ago
liblz16.lua add liblz16 and lzss for use with pkgfs, and eventually mtar probably 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 detect absolute/relative paths in pkgfs 4 years ago
preproc.lua added the preproc library, meaning PsychOS is nominally self-hosting 4 years ago
rc.lua added type annotations to documentation for various libraries 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
vcomponent.lua added gamax92's vcomponent lib, required next to zero changes 4 years ago
vtansi.lua added type annotations and descriptions for functions where appropriate 4 years ago