name:                 stm-containers
version:              1.2.1
visibility:           public
id:                   stm-containers-1.2.1-EhpCg2Z2TLnDulMHeU8Ezk
key:                  stm-containers-1.2.1-EhpCg2Z2TLnDulMHeU8Ezk
license:              MIT
copyright:            (c) 2014, Nikita Volkov
maintainer:           Nikita Volkov <nikita.y.volkov@mail.ru>
author:               Nikita Volkov <nikita.y.volkov@mail.ru>
homepage:             https://github.com/nikita-volkov/stm-containers
synopsis:             Containers for STM
description:
    This library is based on an STM-specialized implementation of
    Hash Array Mapped Trie.
    It provides efficient implementations of @Map@, @Set@
    and other data structures,
    which starting from version @1@ perform even better than their counterparts from \"unordered-containers\",
    but also scale well on concurrent access patterns.
    .
    For details on performance of the library, which are a bit outdated, see
    <http://nikita-volkov.github.io/stm-containers/ this blog post>.

category:             Data Structures, STM, Concurrency
abi:                  048f45f495ca939faeaaafca2b633c9f
exposed:              True
exposed-modules:
    StmContainers.Bimap StmContainers.Map StmContainers.Multimap
    StmContainers.Set

hidden-modules:       StmContainers.Prelude
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/stm-containers-1.2.1-EhpCg2Z2TLnDulMHeU8Ezk

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/stm-containers-1.2.1-EhpCg2Z2TLnDulMHeU8Ezk

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/stm-containers-1.2.1-EhpCg2Z2TLnDulMHeU8Ezk

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/stm-containers-1.2.1

hs-libraries:         HSstm-containers-1.2.1-EhpCg2Z2TLnDulMHeU8Ezk
depends:
    base-4.20.0.0-inplace
    deferred-folds-0.9.18.6-62Pa9g8TTjX1EIBRE0T1LL
    focus-1.0.3.2-BNuwv6SrpACEk4nRQ7tLnf
    hashable-1.5.0.0-93vVlDWTvOTF1kJlBpPOXB
    list-t-1.0.5.7-7WublnARg3NEkAfKcVlhl9
    stm-hamt-1.2.1-HbtlYAYetf7Eo6rySqadZJ transformers-0.6.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/stm-containers-1.2.1/html/stm-containers.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/stm-containers-1.2.1/html
