dirstream: Easily stream directory contents in constant memory
Use this library to read large directories as streams:
Use
ListT
to assemble recursive directory traversals while still streamingUse
pipes
to read out the stream of resultsTraversals only open directory streams lazily in response to demand
Avoid directories with insufficient permissions
This library works on both Unix and Windows.
Downloads
- dirstream-1.1.0.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
- No Candidates
Versions [RSS] | 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0 |
---|---|
Dependencies | base (>=4.9 && <5), directory (<1.4), pipes (>=4.0 && <4.4), pipes-safe (>=2.0.0 && <2.4), system-fileio (>=0.2.1 && <0.4), system-filepath (>=0.3.1 && <0.5), unix (>=2.5.1.0 && <2.8), Win32 (>=2.2.0.1 && <2.4) [details] |
License | BSD-3-Clause |
Copyright | 2013 Gabriella Gonzalez |
Author | Gabriella Gonzalez |
Maintainer | GenuineGabriella@gmail.com |
Revised | Revision 2 made by GabrielGonzalez at 2022-09-04T23:03:40Z |
Category | System, Pipes |
Bug tracker | https://github.com/Gabriella439/Haskell-Dirstream-Library/issues |
Source repo | head: git clone https://github.com/Gabriella439/Haskell-Dirstream-Library |
Uploaded | by GabrielGonzalez at 2018-10-01T16:16:46Z |
Distributions | |
Reverse Dependencies | 4 direct, 0 indirect [details] |
Downloads | 4042 total (25 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-10-01 [all 1 reports] |