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.
Versions [faq] | 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 Gabriel Gonzalez |
Author | Gabriel Gonzalez |
Maintainer | Gabriel439@gmail.com |
Revised | Revision 1 made by HerbertValerioRiedel at 2018-10-01T16:40:19Z |
Category | System, Pipes |
Bug tracker | https://github.com/Gabriel439/Haskell-Dirstream-Library/issues |
Source repo | head: git clone https://github.com/Gabriel439/Haskell-Dirstream-Library |
Uploaded | by GabrielGonzalez at 2018-10-01T16:16:46Z |
Distributions | NixOS:1.1.0 |
Downloads | 3341 total (8 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] |
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'.