dirstream: Easily stream directory contents in constant memory

[ bsd3, library, pipes, system ] [ Propose Tags ]

Use this library to read large directories as streams:

  • Use ListT to assemble recursive directory traversals while still streaming

  • Use pipes to read out the stream of results

  • Traversals only open directory streams lazily in response to demand

  • Avoid directories with insufficient permissions

This library works on both Unix and Windows.

Downloads

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

Package maintainers

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 3 direct, 0 indirect [details]
Downloads 3920 total (22 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]