dirtree: A small library for working with directories.

[ library, mit, system ] [ Propose Tags ]

A small library for loading and building directories as trees.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.1.0, 0.1.1, 0.1.2, 0.1.3
Dependencies base (>=4.10 && <5), bytestring, containers, deepseq, directory, filepath, lens, unix, zip-archive [details]
License MIT
Copyright MIT
Author Christian Gram Kalhauge
Maintainer christian@kalhauge.dk
Category System
Home page https://github.com/kalhauge/dirtree#readme
Bug tracker https://github.com/kalhauge/dirtree/issues
Source repo head: git clone https://github.com/kalhauge/dirtree
Uploaded by kalhauge at 2020-04-28T14:21:45Z
Distributions NixOS:0.1.3
Downloads 1631 total (17 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-04-28 [all 1 reports]

Readme for dirtree-0.1.3

[back to package description]

dirtree

Dir tree is an small implementation of a directory tree much akin to directory-tree, in contrast it uses F-algebras to store the tree for easy traversals and recursion.