mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
haskell/haskell-memory: Update README, slack-desc.
This commit is contained in:
parent
42b09d250b
commit
034da3a3e7
2 changed files with 13 additions and 11 deletions
|
@ -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.
|
Chunk of memory, polymorphic byte array management and manipulation.
|
||||||
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
|
- Polymorphic byte array abstraction and function similar to strict ByteString
|
||||||
the ghc package database: ghc-pkg recache
|
- 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
|
||||||
|
|
|
@ -13,7 +13,7 @@ haskell-memory: Polymorphic byte array abstraction similar to strict ByteString.
|
||||||
haskell-memory: Different type of byte array abstraction.
|
haskell-memory: Different type of byte array abstraction.
|
||||||
haskell-memory: Raw memory IO operations (memory set, memory copy, ..)
|
haskell-memory: Raw memory IO operations (memory set, memory copy, ..)
|
||||||
haskell-memory: Aliasing with endianness support.
|
haskell-memory: Aliasing with endianness support.
|
||||||
haskell-memory: Encoding : Base16, Base32, Base64.
|
haskell-memory: Encoding: Base16, Base32, Base64.
|
||||||
haskell-memory: Hashing : FNV, SipHash
|
haskell-memory: Hashing: FNV, SipHash.
|
||||||
haskell-memory:
|
haskell-memory:
|
||||||
haskell-memory:
|
haskell-memory:
|
||||||
|
|
Loading…
Reference in a new issue