Liking cljdoc? Tell your friends :D

init.graph


dependency-graphclj

(dependency-graph config)

Builds a dependency graph on the keys in config.

Builds a dependency graph on the keys in `config`.
sourceraw docstring

dependency-orderclj

(dependency-order graph)
(dependency-order graph selectors)

Returns keys of components satisfying selectors in dependency order.

Returns keys of components satisfying `selectors` in dependency order.
sourceraw docstring

get-componentclj

(get-component graph name)

Returns a component by name.

Returns a component by name.
sourceraw docstring

required-keysclj

(required-keys graph key)

Returns resolved dependencies of the component with the given key, as a sequence of sequences, in the declared order.

Returns resolved dependencies of the component with the given `key`, as
a sequence of sequences, in the declared order.
sourceraw docstring

reverse-dependency-orderclj

(reverse-dependency-order graph)
(reverse-dependency-order graph selectors)

Returns keys of components satisfying selectors in reverse dependency order.

Returns keys of components satisfying `selectors` in reverse dependency order.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close