https://github.com/unikraft/lib-lua
Unikraft port of the Lua language
https://github.com/unikraft/lib-lua
library lua unikraft
Last synced: 22 days ago
JSON representation
Unikraft port of the Lua language
- Host: GitHub
- URL: https://github.com/unikraft/lib-lua
- Owner: unikraft
- License: other
- Created: 2019-09-17T07:57:41.000Z (over 5 years ago)
- Default Branch: staging
- Last Pushed: 2024-12-20T22:12:39.000Z (4 months ago)
- Last Synced: 2025-03-24T15:11:09.181Z (about 1 month ago)
- Topics: library, lua, unikraft
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 10
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
Awesome Lists containing this project
README
Lua for Unikraft
=============================This is the port of lua for Unikraft as external library. By default,
when running the port will go into interactive mode. Alternatively,
you can run a script from a file if passed as a initrd parameter.## Build
Lua depends on the following libraries, that need to be added to `Makefile`:* `libc`, e.g. [`newlib`](https://github.com/unikraft/lib-newlib)
## Further information
Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.