haskell/haskell-memory: Update README, slack-desc.

This commit is contained in:
B. Watson 2016-11-06 17:54:50 -05:00 committed by Willy Sudiarto Raharjo
parent 42b09d250b
commit 034da3a3e7
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 13 additions and 11 deletions

View file

@ -1,11 +1,13 @@
Chunk of memory, polymorphic byte array management and manipulation
haskell-memory (memory 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
Chunk of memory, polymorphic byte array management and manipulation.
After uninstalling, run this command to unregister the package from
the ghc package database: ghc-pkg recache
- Polymorphic byte array abstraction and function similar to strict ByteString
- Different types 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

View file

@ -13,7 +13,7 @@ haskell-memory: Polymorphic byte array abstraction similar to strict ByteString.
haskell-memory: Different type of byte array abstraction.
haskell-memory: Raw memory IO operations (memory set, memory copy, ..)
haskell-memory: Aliasing with endianness support.
haskell-memory: Encoding : Base16, Base32, Base64.
haskell-memory: Hashing : FNV, SipHash
haskell-memory: Encoding: Base16, Base32, Base64.
haskell-memory: Hashing: FNV, SipHash.
haskell-memory:
haskell-memory: