NAME
wl-scanner.pl - Generate Perl bindings for Wayland protocol
SYNOPSIS
wl-draw.pl [<protocol.xml>] [<output_dir>/]
DESCRIPTION
This tool processes Wayland protocol specification and generates WL::Base subclasses with wrappers for requests, event processing and constants for enums.
Output is to STDOUT or specified directory.
SEE ALSO
http://wayland.freedesktop.org/ -- Wayland project web site
WL -- Perl Wayland protocol binding
COPYRIGHT
Copyright 2013, 2014 Lubomir Rintel
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Lubomir Rintel lkundrak@v3.sk