pinnacle/pinnacle_api_lua
2023-06-17 19:01:26 -05:00
..
lib Merged crates, more work on api 2023-06-17 18:55:04 -05:00
client.lua More work on config API 2023-06-15 12:42:34 -05:00
init.lua Fixed stuff 2023-06-17 19:01:26 -05:00
input.lua More work on config API 2023-06-15 12:42:34 -05:00
keys.lua More work on config API 2023-06-15 12:42:34 -05:00
README.md Merged crates, more work on api 2023-06-17 18:55:04 -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.