libeina1

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

Enlightenment Foundation Library providing optimized data types
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

Category:

Application versions: 
AttachmentSizeDate
File libeina1_1.0.0-1_armel.deb89.29 KB05/08/2013 - 11:40
Changelog: 

eina (1.0.0-1) unstable; urgency=low

* Upstream release 1.0.0
- testsuite now works on non-linux with pthreds enabled (Closes: #605818)
* This version breaks older versions of eet , add Breaks: accordingly
* Update symbols file with new symbol: eina_file_stat_ls
* Added patches/01_restore_eina_abi.diff:
- eina_array_clean is now only defined as static inline in header files.
This patch exports the symbol again to keep ABI compatilibty with
previous versions