- Lua 99.7%
- Shell 0.3%
| .github/workflows | ci: fix dir while changing commit | |
| docs | docs: format markdown | |
| examples | ci: make only protocols in example | |
| tests | test: Initalize test structure and test ci pipeline | |
| wau |
feat(wl_proxy): add set_error_callback to handle event callbacks erroring
|
|
| .gitignore | docs: use ldoc | |
| README.md | chore: update readme with info relevant for the downstream fork | |
| wau-dev-1.rockspec | chore: update README for codeberg firefly fork | |
| wau-scanner.lua | chore(rockspec): install wau-scanner as a provided command | |
wau - lua libwayland bindings
This is a fork of Nooo37/wau with some fixes applied. See the upstream repo for documentation etc.
The fork exists so I can publish it to luarocks, since it doesn't seem possible to point a luarock dependency directly at a git repo.
Installation
This fork of the upstream repo is available on Luarocks as firefly/wau.
You can depend on it from another rockspec as firefly/wau (with the user
qualification necessary since the upstream repo's rock lives at wau already)
If you don't want to install luarocks system-wide, I suggest setting luarocks config local_by_default true to keep luarocks to ~/.luarocks.
% luarocks config local_by_default true
% luarocks install firefly/wau
Getting started
Easiest is to refer to upstream documentation for getting started, and changes atop upstream for additional changes atop what's documented. (Sorry, no proper docs for now)
wau wau ~ 🐕