Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 268 Bytes

README.adoc

File metadata and controls

7 lines (5 loc) · 268 Bytes

depgraph: a Simple Dependency Graph

depgraph is a simple dependency graph library that allows you to specify dependencies between components, topologically sort it, and determine if there are cycles in the graph.

Note: This library is still in development