1
0
Fork
You've already forked wau
0
Client-side lua libwayland bindings and scanner https://nooo37.github.io/wau/
  • Lua 99.7%
  • Shell 0.3%
Find a file
2026年04月24日 12:24:01 +02:00
.github/workflows ci: fix dir while changing commit 2023年05月22日 21:22:54 +02:00
docs docs: format markdown 2022年04月18日 18:29:21 +02:00
examples ci: make only protocols in example 2022年04月18日 18:22:59 +02:00
tests test: Initalize test structure and test ci pipeline 2022年11月18日 23:10:32 +01:00
wau feat(wl_proxy): add set_error_callback to handle event callbacks erroring 2026年04月24日 11:19:20 +02:00
.gitignore docs: use ldoc 2022年04月18日 17:51:47 +02:00
README.md chore: update readme with info relevant for the downstream fork 2026年04月24日 12:24:01 +02:00
wau-dev-1.rockspec chore: update README for codeberg firefly fork 2026年04月24日 10:21:18 +02:00
wau-scanner.lua chore(rockspec): install wau-scanner as a provided command 2026年04月24日 09:54:41 +02:00

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 ~ 🐕