libeina-dev

Rating: 
0
No votes yet

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

Development files for libeina
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 headers and static libraries for development with
libeina.

Category:

Application versions: 
AttachmentSizeDate
File libeina-dev_1.0.0-1_armel.deb152.16 KB04/08/2013 - 22:11
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