summaryrefslogtreecommitdiff
path: root/devel/mm/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mm/pkg-descr')
-rw-r--r--devel/mm/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/mm/pkg-descr b/devel/mm/pkg-descr
new file mode 100644
index 000000000000..d96eb96d43a8
--- /dev/null
+++ b/devel/mm/pkg-descr
@@ -0,0 +1,14 @@
+MM - Shared Memory Library
+Copyright (c) 1999 Ralf S. Engelschall, All rights reserved.
+
+The MM library is a 2-layer abstraction library which simplifies
+the usage of shared memory between forked (and this way strongly
+related) processes under Unix platforms. On the first layer it
+hides all platform dependent implementation details (allocation
+and locking) when dealing with shared memory segments and on the
+second layer it provides a high-level malloc(3)-style API for a
+convenient and well known way to work with data-structures inside
+those shared memory segments.
+
+The documentation and latest release can be found on
+http://www.engelschall.com/sw/mm/