name:                 focus
version:              1.0.3.2
visibility:           public
id:                   focus-1.0.3.2-BNuwv6SrpACEk4nRQ7tLnf
key:                  focus-1.0.3.2-BNuwv6SrpACEk4nRQ7tLnf
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/focus
synopsis:
    A general abstraction for manipulating elements of container data structures

description:
    An API for construction of free-form strategies of access and manipulation of 
    elements of arbitrary data structures.
    It allows to implement efficient composite patterns, e.g., 
    a simultaneous update and lookup of an element, 
    and even more complex things.
    Strategies are meant to be interpreted by the host data structure libraries.
    Thus they allow to implement all access and modification patterns of
    a data structure with just a single function,
    which interprets strategies.
    This library provides pure and monadic interfaces,
    so it supports both immutable and mutable data structures.

category:             Containers, Data
abi:                  729723c0528b569439a79a5a8f9a3da6
exposed:              True
exposed-modules:      Focus
hidden-modules:       Focus.Prelude
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/focus-1.0.3.2-BNuwv6SrpACEk4nRQ7tLnf

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/focus-1.0.3.2-BNuwv6SrpACEk4nRQ7tLnf

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/focus-1.0.3.2-BNuwv6SrpACEk4nRQ7tLnf

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/focus-1.0.3.2
hs-libraries:         HSfocus-1.0.3.2-BNuwv6SrpACEk4nRQ7tLnf
depends:              base-4.20.0.0-inplace transformers-0.6.1.1-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/focus-1.0.3.2/html/focus.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/focus-1.0.3.2/html
