eina_btlog
Collection of Enlightenment libraries
Install
- All systems
-
curl cmd.cat/eina_btlog.sh
- Debian
-
apt-get install libeina-bin
- Ubuntu
-
apt-get install libeina-bin
- Arch Linux
-
pacman -S efl
- 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
- Dockerfile
- dockerfile.run/eina_btlog
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.