diffeet
Collection of Enlightenment libraries
Install
- All systems
-
curl cmd.cat/diffeet.sh
- Debian
-
apt-get install libeet-bin
- Ubuntu
-
apt-get install libeet-bin
- Arch Linux
-
pacman -S efl
- Kali Linux
-
apt-get install libeet-bin
- Fedora
-
dnf install efl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libeet-bin
- OS X
-
brew install efl
- Raspbian
-
apt-get install libeet-bin
- Dockerfile
- dockerfile.run/diffeet
efl
Collection of Enlightenment libraries
libeet-bin
Enlightenment DR17 file chunk reading/writing utility
Eet is a tiny library designed to write an arbitrary set of chunks of data to a file and optionally compress each chunk (very much like a zip file) and allows fast random-access reading of the file later on. It does not do zip as zip itself has more complexity than needed, and it was much simpler to implement this once here. This package contains eet, an utility that allows you to extract, insert, encode and decode config blobs created with libeet.