(assert-cycles! graph)
(assert-missing-deps! graph)
(create-graph packages)
(find-cycles graph)
(find-missing-deps graph)
(get-adapter pkg-dir)
(get-workspace-config repo-root)
(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
(parallel-topo-sort graph)
(validate-config! config)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close