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.
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 (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.
Can you improve this documentation? These fine people already did:
Stuart Sierra, James Reeves & Aleksandr ZhuravlevEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close