dir-traverse: Simple directory traversal library

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

Simple cross-platform directory traversals in Haskell


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.2.3.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.3 && <5), directory (>=1.2.5.0), filepath [details]
License BSD-3-Clause
Copyright Copyright: (c) 2019 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category System, Directory
Source repo head: git clone https://github.com/vmchale/dir-traverse
Uploaded by vmchale at 2020-10-01T01:15:29Z
Distributions Arch:0.2.3.0, NixOS:0.2.3.0
Reverse Dependencies 7 direct, 4 indirect [details]
Downloads 5502 total (101 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-10-01 [all 1 reports]

Readme for dir-traverse-0.2.3.0

[back to package description]

dir-traverse

Get all descendants of a directory. It should have similar performance to dirstream, with fewer dependencies.

This streams in memory, like dirstream.