The latest version of dirstream is 1.1.0-2.

dirstream

Version 1.1.0 revision 0 uploaded by GabrielGonzalez.

Package meta

Synopsis
Easily stream directory contents in constant memory
Description

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.

Author
Gabriel Gonzalez
Bug reports
https://github.com/Gabriel439/Haskell-Dirstream-Library/issues
Category
System, Pipes
Copyright
2013 Gabriel Gonzalez
Homepage
n/a
Maintainer
Gabriel439@gmail.com
Package URL
n/a
Stability
n/a

Components