name:                 memory
version:              0.18.0
visibility:           public
id:                   memory-0.18.0-7LwQUyXKyL33vOmvfQ0Ti9
key:                  memory-0.18.0-7LwQUyXKyL33vOmvfQ0Ti9
license:              BSD-3-Clause
copyright:            Vincent Hanquez <vincent@snarc.org>
maintainer:
    vincent@snarc.org, Nicolas Di Prima <nicolas@primetype.co.uk>

author:               Vincent Hanquez <vincent@snarc.org>
stability:            experimental
homepage:             https://github.com/vincenthz/hs-memory
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

category:             memory
abi:                  25343b0dc31ee275f8def80016d4209e
exposed:              True
exposed-modules:
    Data.ByteArray Data.ByteArray.Encoding Data.ByteArray.Hash
    Data.ByteArray.Mapping Data.ByteArray.Pack Data.ByteArray.Parse
    Data.ByteArray.Sized Data.Memory.Encoding.Base16
    Data.Memory.Encoding.Base32 Data.Memory.Encoding.Base64
    Data.Memory.Endian Data.Memory.ExtendedWords Data.Memory.PtrMethods

hidden-modules:
    Data.Memory.Internal.Compat Data.Memory.Internal.CompatPrim
    Data.Memory.Internal.CompatPrim64 Data.Memory.Internal.DeepSeq
    Data.Memory.Internal.Imports Data.Memory.Hash.SipHash
    Data.Memory.Hash.FNV Data.ByteArray.Pack.Internal
    Data.ByteArray.Types Data.ByteArray.Bytes
    Data.ByteArray.ScrubbedBytes Data.ByteArray.Methods
    Data.ByteArray.MemView Data.ByteArray.View Data.Memory.MemMap.Posix

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/memory-0.18.0-7LwQUyXKyL33vOmvfQ0Ti9

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/memory-0.18.0-7LwQUyXKyL33vOmvfQ0Ti9

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/memory-0.18.0-7LwQUyXKyL33vOmvfQ0Ti9

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/memory-0.18.0
hs-libraries:         HSmemory-0.18.0-7LwQUyXKyL33vOmvfQ0Ti9
depends:
    base-4.20.0.0-inplace basement-0.0.16-JJgvzV44LyOFlzCq164gj4
    bytestring-0.12.1.0-inplace deepseq-1.5.0.0-inplace
    ghc-prim-0.11.0-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/memory-0.18.0/html/memory.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/memory-0.18.0/html
