efl_debugd

Collection of Enlightenment libraries

Install

All systems
curl cmd.cat/efl_debugd.sh
Debian Debian
apt-get install libeina-bin
Ubuntu
apt-get install libeina-bin
Arch Arch Linux
pacman -S efl
image/svg+xml Kali Linux
apt-get install libeina-bin
Fedora
dnf install efl
Windows (WSL2)
sudo apt-get update sudo apt-get install libeina-bin
OS X
brew install efl

efl

Collection of Enlightenment libraries

libeina-bin

Enlightenment Foundation Library providing optimized data types extra tools

Eina is a multi-platform library that provides optimized data types and a few tools. It supports the following data types: - Array - Hash Table - Double-linked list - Red-black tree - Shared string - Access Content types + Accessor: can access items of a container randomly + Iterator: can access items of a container sequentially This package contains some additional tools that may be useful for debugging eina issues.