Fix build on NetBSD-current.
[pkgsrcv2.git] / devel / libmaa / DESCR
1 The LIBMAA library provides many low-level data structures which are
2 helpful for writing compilers, including hash tables, sets, lists,
3 debugging support, and memory management.  Although LIBMAA was
4 designed and implemented as a foundation for the Khepera
5 Transformation System, the data structures are generally applicable to
6 a wide range of programming problems.
7
8 The memory management routines are especially helpful for improving the
9 performance of memory-intensive applications.