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.
- Devel package for openSUSE:Factory
-
4
derived packages
- Developed at SCM
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Education/libmaa && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libmaa-1.5.1.tar.gz | 0000176900 173 KB | |
libmaa.changes | 0000004477 4.37 KB | |
libmaa.spec | 0000002755 2.69 KB |
Revision 13 (latest revision is 17)
Matej Cepl (mcepl)
accepted
request 1181197
from
Aleksey Cheusov (cheusov)
(revision 13)
- 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