dump-typelib
Lua bridge to GObject based libraries
Install
- All systems
-
curl cmd.cat/dump-typelib.sh
- Debian
-
apt-get install lua-lgi - Ubuntu
-
apt-get install lua-lgi -
Alpine
-
apk add lua-lgi - Arch Linux
-
pacman -S lua-lgi - Kali Linux
-
apt-get install lua-lgi - Fedora
-
dnf install lua-lgi - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install lua-lgi - Raspbian
-
apt-get install lua-lgi - Docker
-
docker run cmd.cat/dump-typelib dump-typelibpowered by Commando
lua-lgi
Lua bridge to GObject based libraries
LGI is gobject-introspection based dynamic Lua binding to GObject based libraries. It allows using GObject-based libraries directly from Lua. Notable examples are GTK+, GStreamer and Webkit.