directory-ospath-streaming: Stream directory entries in constant memory in vanilla IO
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.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
os-string | Depend on os-string package, needed for filepath >= 1.5 | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- directory-ospath-streaming-0.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2, 0.2.1 (info) |
---|---|
Change log | Changelog.md |
Dependencies | atomic-counter, base (<0), deepseq (>=1.4), directory (>=1.3.8), filepath (>=1.4.100), os-string (>=2.0), unix (>=2.8), Win32 (>=2.13.3) [details] |
Tested with | ghc ==8.6, ghc ==8.8, ghc ==8.10, ghc ==9.2, ghc ==9.4, ghc ==9.6, ghc ==9.8, ghc ==9.10 |
License | Apache-2.0 |
Copyright | (c) Sergey Vinokurov 2023 |
Author | Sergey Vinokurov |
Maintainer | Sergey Vinokurov <serg.foo@gmail.com> |
Revised | Revision 1 made by SergeyVinokurov at 2024-12-20T00:35:53Z |
Category | File, Streaming |
Home page | https://github.com/sergv/directory-ospath-streaming |
Source repo | head: git clone https://github.com/sergv/directory-ospath-streaming.git |
Uploaded | by SergeyVinokurov at 2024-12-15T15:28:38Z |
Distributions | LTSHaskell:0.1.0.3 |
Downloads | 333 total (68 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2024-12-15 [all 1 reports] |