Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.mbt.alpha.core.classpath

Api providing utilities when manipulating classpaths generated using clojure.tools.deps.

Api providing utilities when manipulating classpaths generated using `clojure.tools.deps`.
      
raw docstring

deps-classpath-mapclj

(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.
sourceraw docstring

indexed-classpathclj

(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.
sourceraw docstring

path-separatorclj

source

raw-classpathclj

(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.
sourceraw docstring

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

× close