Skip to content

weavejester/dependency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency

This is a fork of Stuart Sierra's Dependency library that adds an optional comparator to the topo-sort function that provides secondary ordering when the dependency order is ambiguous. This change was made so that topo-sort can be deterministic.

In all other respects, this library is the same. Please see Stuart's README for more information.

Installation

Add the following dependency to your deps.edn file:

weavejester/dependency {:mvn/version "1.0.0"}

Or to your Leiningen project file:

[weavejester/dependency "1.0.0"]

Copyright and License

Copyright (c) Stuart Sierra, 2012-2015. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

About

A data structure for representing dependency graphs in Clojure

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Clojure 58.6%
  • HTML 41.4%