libHX - General-purpose library

Description:

A library for:
- A+R/B trees to use for lists or maps (associative arrays)
- Deques (double-ended queues) (Stacks (LIFO) / Queues (FIFOs))
- platform independent opendir-style directory access
- platform independent dlopen-style shared library access
- auto-storage strings with direct access
- command line option (argv) parser
- shell-style config file parser
- platform independent random number generator with transparent
  /dev/urandom support
- various string, memory and zvec ops

Homepage: http://jengelh.hopto.org/f/libHX/

License: LGPLv2 or LGPLv3

Vendor: Fedora Project

Packages

libHX-1.10.1-2.fc8.i386 [45 KiB] Changelog by Till Maas (2007-09-27):
- add tests as examples to devel documentation
libHX-1.10.1-2.fc8.x86_64 [44 KiB] Changelog by Till Maas (2007-09-27):
- add tests as examples to devel documentation