1proto
2-----
3
4proto is a small command-line tool for inspecting wayland protocol xml files in a nice human-readable way. i was kinda sick of having a browser open just for browsing wayland.app. it searches your system paths, so you can do stuff like 'proto xdg-shell' or 'proto wayland' and it knows where to look. it can also read local files, but you need to give it the path. you can also provide an interface as an argument, and it will give you the rundown on that.
5
6build:
7 ninja
8 ninja install
9
10examples
11 proto xdg-shell
12 proto xdg-shell xdg_wm_base
13 proto files/my-local-wayland-protocol.xml
14
15dependencies:
16 C compiler
17 expat
18 ninja-compatible build tool