diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:40:24 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:01 +0700 |
commit | 1a4118ff1db95c03354b832e100c916187f912ca (patch) | |
tree | b95b5d30e71b775140ea7861899152dfa48b6584 /haskell/haskell-securemem/slack-desc | |
parent | a2753a596fbcc20d34823e8f9d49a90cfc8bd37b (diff) | |
download | slackbuilds-1a4118ff1db95c03354b832e100c916187f912ca.tar.gz |
haskell/haskell-securemem: Added (auto scrubbing and const time eq memory chunk).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-securemem/slack-desc')
-rw-r--r-- | haskell/haskell-securemem/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-securemem/slack-desc b/haskell/haskell-securemem/slack-desc new file mode 100644 index 0000000000..068485eda7 --- /dev/null +++ b/haskell/haskell-securemem/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------------------------------------------------------| +haskell-securemem: haskell-securemem (auto scrubbing and const time eq memory chunk) +haskell-securemem: +haskell-securemem: SecureMem is similar to ByteString, except that it provides a memory +haskell-securemem: chunk that will be auto-scrubbed after it run out of scope. +haskell-securemem: +haskell-securemem: +haskell-securemem: +haskell-securemem: +haskell-securemem: +haskell-securemem: +haskell-securemem: |