diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-20 20:09:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-20 20:09:14 +0700 |
commit | 42ac4dbd67fe34ef18fdcc67a1bc3ff07e39d728 (patch) | |
tree | a61a478ec30af8047db2e3ad249d50090cacc8a6 /libraries/smmap2/slack-desc | |
parent | c8b4eba3a145fe69be8f2820b2052a15adbdabe1 (diff) |
libraries/smmap2: Added (A sliding memory map manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/smmap2/slack-desc')
-rw-r--r-- | libraries/smmap2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/smmap2/slack-desc b/libraries/smmap2/slack-desc new file mode 100644 index 000000000000..bed50ef77209 --- /dev/null +++ b/libraries/smmap2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +smmap2: smmap2 (A sliding memory map manager) +smmap2: +smmap2: Smmap wraps an interface around mmap and tracks the mapped files as +smmap2: well as the amount of clients who use it. If the system runs out of +smmap2: resources, or if a memory limit is reached, it will automatically +smmap2: unload unused maps to allow continued operation. +smmap2: +smmap2: Homepage: https://github.com/gitpython-developers/smmap +smmap2: +smmap2: +smmap2: |