libamxc  1.10.3
C Generic Data Containers
control
Go to the documentation of this file.
1 Source: libamxc
2 Section: devel
3 Priority: optional
4 Maintainer: peter.deherdt <peter.deherdt@softathome.com>
5 
6 Package: libamxc
7 Architecture: amd64
8 Depends: ${shlibs:Depends}
9 Description: C based data containers
10  This c-library provides a generic and re-usable interface
11  for data containers:
12  - dynamic array (can shrink and grow)
13  - double linked lists
14  - hash table (key - value pair)
15  - queues and stacks
16  - variant (generic wrapper for any data)
17