diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-07 15:34:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-08 08:22:31 +0700 |
commit | 6ae34b11c927ced1506fa4efe193ff8603d18c81 (patch) | |
tree | 345dea38c053a9cde3c0460d7d5002f4827eeaf1 /haskell/haskell-memory/README | |
parent | 36e774f4e2443995e5f30714f51089c77f95f20b (diff) | |
download | slackbuilds-6ae34b11c927ced1506fa4efe193ff8603d18c81.tar.gz |
haskell/haskell-memory: Added (memory management and manipulation).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-memory/README')
-rw-r--r-- | haskell/haskell-memory/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/haskell/haskell-memory/README b/haskell/haskell-memory/README new file mode 100644 index 0000000000..9c802053a7 --- /dev/null +++ b/haskell/haskell-memory/README @@ -0,0 +1,11 @@ +Chunk of memory, polymorphic byte array management and manipulation + + A polymorphic byte array abstraction and function similar to strict ByteString. + Different type of byte array abstraction. + Raw memory IO operations (memory set, memory copy, ..) + Aliasing with endianness support. + Encoding : Base16, Base32, Base64. + Hashing : FNV, SipHash + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |