pinnacle/api/lua
2023-06-19 19:07:45 -05:00
..
lib Move lua api folder 2023-06-19 17:58:03 -05:00
client.lua Move lua api folder 2023-06-19 17:58:03 -05:00
example_config.lua Move lua api folder 2023-06-19 17:58:03 -05:00
input.lua Move lua api folder 2023-06-19 17:58:03 -05:00
keys.lua Move lua api folder 2023-06-19 17:58:03 -05:00
pinnacle.lua Restructure lua api for future work 2023-06-19 19:07:45 -05:00
README.md Move lua api folder 2023-06-19 17:58:03 -05:00

The luaposix library courtesy of https://github.com/luaposix/luaposix. NOTE: there is an issue with this library where recv's return value is size_t, not ssize_t as it should be. This library uses a patched version, see https://github.com/luaposix/luaposix/issues/354.