memory-0.18.0

Synopsis

memory and related abstraction stuff

Description

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

Author

Vincent Hanquez <vincent@snarc.org>

Maintainer

vincent@snarc.org, Nicolas Di Prima <nicolas@primetype.co.uk>

License

BSD3

Source
Timestamp

Revisions

None

Dependencies
library memory:
  • ["basement >=0.0.7"]

if flag(support_deepseq)

  • deepseq >=1.1

if flag(support_bytestring)

  • bytestring

if !impl(ghc <8.8)

  • base
  • ghc-prim
test-suite test-memory:
  • ["bytestring","memory","basement >=0.0.7","foundation"]

if !impl(ghc <8.8)

  • base