Library providing many low-level data structures
The libmaa library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although libmaa was designed and implemented as a foundation for the kheperalong, the data structures are generally applicable to a wide range of programming problems.
The memory management routines are especially helpful for improving the performance of memory-intensive applications.
- Developed at Education
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/libmaa && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libmaa-1.5.1.tar.gz | 0000176900 173 KB | |
libmaa.changes | 0000003834 3.74 KB | |
libmaa.spec | 0000002755 2.69 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1183488
from
Matej Cepl (mcepl)
(revision 4)
- Update to version 1.5.1 * Improve tests/pr test * Add new function pr_open2 with argument "callback" ran from child process immediately after fork(2) and before execvp(3). * COPTS defaults to -O2 -g * Add support for target "help", bump MKC_REQD to 0.34.0 * maa/log.c: fix compilation failure due to -Werror on NetBSD-10.99.10 with gcc-10.5.0 * Move WARNS=4 to Makefile.common * SUBPRJ_DFLT = maa test * MAXHOSTNAMELEN can be already defined, limit to 64 characters to avoid possible truncation.
Comments 0