name:                 directory-ospath-streaming
version:              0.2.1
visibility:           public
id:                   directory-ospath-streaming-0.2.1-KCiX479tWYh9reBY6DxI1i
key:                  directory-ospath-streaming-0.2.1-KCiX479tWYh9reBY6DxI1i
license:              Apache-2.0
copyright:            (c) Sergey Vinokurov 2023
maintainer:           Sergey Vinokurov <serg.foo@gmail.com>
author:               Sergey Vinokurov
homepage:             https://github.com/sergv/directory-ospath-streaming
synopsis:             Stream directory entries in constant memory in vanilla IO
description:
    Reading of directory contents in constant memory, i.e. in an iterative
    fashion without storing all directory elements in memory. From another
    perspective, this reading interface allows stopping at any point
    without loading every directory element.

    Also defines general-purpose recursive directory traversals.

    Both Windows and Unix systems are supported.

category:             File, Streaming
abi:                  24e899054e4bb16fb0f0dbab35c48868
exposed:              True
exposed-modules:
    System.Directory.OsPath.Streaming
    System.Directory.OsPath.Streaming.Internal
    System.Directory.OsPath.Streaming.Internal.Raw
    System.Directory.OsPath.Types

hidden-modules:
    System.Directory.OsPath.Contents System.Directory.OsPath.FileType
    System.Directory.OsPath.Utils

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/directory-ospath-streaming-0.2.1-KCiX479tWYh9reBY6DxI1i

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/directory-ospath-streaming-0.2.1-KCiX479tWYh9reBY6DxI1i

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/directory-ospath-streaming-0.2.1-KCiX479tWYh9reBY6DxI1i

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/directory-ospath-streaming-0.2.1

hs-libraries:         HSdirectory-ospath-streaming-0.2.1-KCiX479tWYh9reBY6DxI1i
depends:
    atomic-counter-0.1.2.3-3kERBPHk3DM5HOThNllZBX base-4.20.0.0-inplace
    deepseq-1.5.0.0-inplace filepath-1.5.2.0-inplace
    os-string-2.0.2-inplace unix-2.8.5.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/directory-ospath-streaming-0.2.1/html/directory-ospath-streaming.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/directory-ospath-streaming-0.2.1/html
