name:                 vector
version:              0.13.2.0
visibility:           public
id:                   vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9
key:                  vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9
license:              BSD-3-Clause
copyright:
    (c) Roman Leshchinskiy 2008-2012,
        Alexey Kuleshevich 2020-2022,
        Aleksey Khudyakov 2020-2022,
        Andrew Lelechenko 2020-2022

maintainer:
    Haskell Libraries Team <libraries@haskell.org>
    Alexey Kuleshevich <alexey@kuleshevi.ch>,
    Aleksey Khudyakov <alexey.skladnoy@gmail.com>,
    Andrew Lelechenko <andrew.lelechenko@gmail.com>

author:               Roman Leshchinskiy <rl@cse.unsw.edu.au>
homepage:             https://github.com/haskell/vector
synopsis:             Efficient Arrays
description:
    .
    An efficient implementation of @Int@-indexed arrays (both mutable
    and immutable), with a powerful loop optimisation framework .
    .
    It is structured as follows:
    .
    ["Data.Vector"] Boxed vectors of arbitrary types.
    .
    ["Data.Vector.Unboxed"] Unboxed vectors with an adaptive
    representation based on data type families.
    .
    ["Data.Vector.Storable"] Unboxed vectors of 'Storable' types.
    .
    ["Data.Vector.Primitive"] Unboxed vectors of primitive types as
    defined by the @primitive@ package. "Data.Vector.Unboxed" is more
    flexible at no performance cost.
    .
    ["Data.Vector.Generic"] Generic interface to the vector types.
    .
    There is also a (draft) tutorial on common uses of vector.
    .
    * <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>

category:             Data, Data Structures
abi:                  4c4899432dd42c655a30a29079eaa7c3
exposed:              True
exposed-modules:
    Data.Vector Data.Vector.Fusion.Bundle
    Data.Vector.Fusion.Bundle.Monadic Data.Vector.Fusion.Bundle.Size
    Data.Vector.Fusion.Stream.Monadic Data.Vector.Fusion.Util
    Data.Vector.Generic Data.Vector.Generic.Base
    Data.Vector.Generic.Mutable Data.Vector.Generic.Mutable.Base
    Data.Vector.Generic.New Data.Vector.Internal.Check
    Data.Vector.Mutable Data.Vector.Primitive
    Data.Vector.Primitive.Mutable Data.Vector.Storable
    Data.Vector.Storable.Internal Data.Vector.Storable.Mutable
    Data.Vector.Strict Data.Vector.Strict.Mutable Data.Vector.Unboxed
    Data.Vector.Unboxed.Base Data.Vector.Unboxed.Mutable

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/vector-0.13.2.0
hs-libraries:         HSvector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9
include-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9/include

depends:
    base-4.20.0.0-inplace deepseq-1.5.0.0-inplace
    primitive-0.9.0.0-E3mDWyaMF4OIki7z5jah63
    vector-stream-0.1.0.1-5YoiwZF1pkBKwInfcy9FMb

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/vector-0.13.2.0/html/vector.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/vector-0.13.2.0/html
