mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
6ae34b11c9
Signed-off-by: David Spencer <baildon.research@googlemail.com>
11 lines
475 B
Text
11 lines
475 B
Text
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
|