Api providing utilities when manipulating classpaths generated using clojure.tools.deps
.
Api providing utilities when manipulating classpaths generated using `clojure.tools.deps`.
(deps-classpath-map {project-deps :fr.jeremyschoffen.mbt.alpha.project/deps
aliases :fr.jeremyschoffen.mbt.alpha.project.deps/aliases})
Facade to the [[clojure.tools.deps.alpha/make-classpath-map]] function.
Facade to the [[clojure.tools.deps.alpha/make-classpath-map]] function.
(indexed-classpath {wd :fr.jeremyschoffen.mbt.alpha.project/working-dir
:as param})
Construct a classpath map using [[clojure.tools.deps.alpha/make-classpath-map]] takes the keys and group them
into a map. The keys of this map are defined in fr.jeremyschoffen.mbt.alpha.core.specs/classpath-index-categories
,
the values are a seq of classpath entries corresponding to the categories.
Construct a classpath map using [[clojure.tools.deps.alpha/make-classpath-map]] takes the keys and group them into a map. The keys of this map are defined in [[fr.jeremyschoffen.mbt.alpha.core.specs/classpath-index-categories]], the values are a seq of classpath entries corresponding to the categories.
(raw-classpath {wd :fr.jeremyschoffen.mbt.alpha.project/working-dir :as param})
Returns the a string representing the classpath given the config in
param
. The paths inside it are all absolute.
Returns the a string representing the classpath given the config in `param`. The paths inside it are all absolute.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close