memory-cd: memory and related abstraction stuff

[ bsd3, deprecated, memory ] [ Propose Tags ]
Deprecated

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


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
support_bytestring

add non-orphan bytearray support for bytestring

Enabled
support_foundation

add support for foundation strings and unboxed array (deprecated use support_basement)

Enabled
support_basement

add support for foundation strings and unboxed array

Enabled
support_deepseq

add deepseq instances for memory types

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.16.0.1
Change log CHANGELOG.md
Dependencies base, basement-cd, bytestring, deepseq (>=1.1), ghc-prim [details]
License BSD-3-Clause
Copyright Vincent Hanquez <vincent@snarc.org>
Author Vincent Hanquez <vincent@snarc.org>
Maintainer chris@chrisdornan.com
Revised Revision 1 made by ChrisDornan at 2022-01-09T00:23:51Z
Category memory
Home page https://github.com/haskell-cryptography/memory-cd
Bug tracker https://github.com/haskell-cryptography/memory-cd/issues
Source repo head: git clone https://github.com/haskell-cryptography/memory-cd
Uploaded by ChrisDornan at 2021-12-17T15:37:09Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 129 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-12-17 [all 1 reports]

Readme for memory-cd-0.16.0.1

[back to package description]

memory-cd

This is a fork of the (hopefully) temporarily orphaned memory-0.16.0 package with minimal fixes to make it work with the latest GHC compilers (9.2.1 at time of writing).