Liking cljdoc? Tell your friends :D

k16.kmono.config


assert-cycles!clj

(assert-cycles! graph)

assert-missing-deps!clj

(assert-missing-deps! graph)

create-graphclj

(create-graph packages)

find-cyclesclj

(find-cycles graph)

find-missing-depsclj

(find-missing-deps graph)

get-adapterclj

(get-adapter pkg-dir)

load-configclj

(load-config)
(load-config repo-root)
(load-config repo-root glob)

Loads config from a file, accepts a directory where config is located, defaults to current dir. Returns a map with parsed config and build order. Build order is a list of parallel builds, where parallel build is a list of package names which can run simultaneously

Loads config from a file, accepts a directory where config is located,
defaults to current dir. Returns a map with parsed config and build order.
Build order is a list of parallel builds, where parallel build
is a list of package names which can run simultaneously
raw docstring

parallel-topo-sortclj

(parallel-topo-sort graph)

validate-config!clj

(validate-config! config)

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

× close