Skip to content

Cross-system compatibility abstraction for ComputerCraft (Recrafted, Phoenix, and more!)

License

Notifications You must be signed in to change notification settings

unicornpkg/libcompat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libcompat

Compatibility library that provides a standard CraftOS-compatibile library (stdlib) on different systems such as Phoenix and Recrafted.

Usage

local stdlib = require("libcompat")
stdlib.http.get("https://example.com")
print(stdlib.settings.get("somerandom.setting"))

Changes

  • os.loadAPI and os.unloadAPI are always omitted, regardless of system, due to the issues outlined here.

About

Cross-system compatibility abstraction for ComputerCraft (Recrafted, Phoenix, and more!)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages