           SPELL=mm
         VERSION=1.3.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.ossp.org/pkg/lib/mm/$SOURCE
     SOURCE_HASH=sha512:e016ae46e7563efa7574fae08a433f64c113e8a460b93d1fe296586386459256108f7bbc62bf89b3a3e428c1b5e0c871f58e4f0f40e9e3b3715ceb15446a8bc6
      LICENSE[0]=BSD
        WEB_SITE=http://www.ossp.org/pkg/lib/mm
         ENTERED=20011219
        KEYWORDS="libs"
           SHORT="mm is a library for sharing memory between related processes."
cat << EOF
The MM library is a 2-layer abstraction library which simplifies the
usage of shared memory between related processed under Unix
platforms. It both hides all platform dependent implementation
details (allocation, locking, etc.) when dealing with shared memory
segments and provides a high-level malloc-style API for a convenient
way to work with data-structures inside those shared memory segments.
EOF
