Description: | mmlib is an Operating System abstraction layer.
It provides an API for application developer, so that they can write portable
code using relatively advanced OS features without having to care about system
specifics.
The reference design in mind in its conception is POSIX, meaning that if some
posix functionality is not available for given platform, mmlib will implement
that same functionality itself.
The mmlib-devel package contains libraries and header files for developing
applications that use mmlib. |