deptrack-core: DepTrack Core types and model.

[ apache, graphs, library ] [ Propose Tags ]

Rather than building and maintaing a dependency tree/graph by hand. DepTrack proposes to _track_ dependencies as a side-effect of a computation.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.10 && <5.0), containers (>=0.5 && <0.6), dlist (>=0.8 && <0.9), mtl (>=2.2 && <2.3), parsec (>=3.1 && <3.2) [details]
License Apache-2.0
Copyright 2017 Lucas DiCioccio
Author Lucas DiCioccio
Maintainer lucas@dicioccio.fr
Category Graphs
Home page https://github.com/lucasdicioccio/deptrack-project
Uploaded by LucasDiCioccio at 2018-09-15T14:58:01Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 858 total (5 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-09-15 [all 1 reports]

Readme for deptrack-core-0.1.0.0

[back to package description]

DepTrack

DepTrack is a library to let you compute dependency trees/graphs. Rather than maintaining a graph of dependencies, we propose to track dependencies as a side-effect of a computation.

Example uses of DepTrack are:

  • devops: provision and configure machines
  • architecture-documentation: map and describe business processes as dependency graphs