elua
Collection of Enlightenment libraries
Install
- All systems
-
curl cmd.cat/elua.sh
- Debian
-
apt-get install libelua-bin
- Ubuntu
-
apt-get install libelua-bin
- Arch Linux
-
pacman -S efl
- Kali Linux
-
apt-get install libelua-bin
- Fedora
-
dnf install efl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libelua-bin
- OS X
-
brew install efl
- Dockerfile
- dockerfile.run/elua
efl
Collection of Enlightenment libraries
libelua-bin
Lua wrapper and convenience layer for EFL
Elua is a new LuaJIT based runtime (name is temporary) for rapid application development with the EFL. It counts on Eolian to provide bindings. It's meant to be a high performance/low footprint runtime, competitive with C applications as far as performance is concerned. Currently in very early stage of development. This package contains elua, the main entry point for all EFL/LuaJIT powered applications.