Liking cljdoc? Tell your friends :D

ancient-clj.zip


dependenciesclj

(dependencies {:keys [visitor sexpr->artifact]} zloc)

Collect all dependencies from the given zipper using the given visitor.

Collect all dependencies from the given zipper using the given visitor.
sourceraw docstring

profiles-cljclj

(profiles-clj)

Return a visitor to be used with update-dependencies and dependencies, capable of handling profiles.clj files.

Return a visitor to be used with [[update-dependencies]] and
[[dependencies]], capable of handling `profiles.clj` files.
sourceraw docstring

project-cljclj

(project-clj)

Return a visitor to be used with update-dependencies and dependencies, capable of handling project.clj files.

Return a visitor to be used with [[update-dependencies]] and
[[dependencies]], capable of handling `project.clj` files.
sourceraw docstring

update-dependenciesclj

(update-dependencies {:keys [visitor sexpr->artifact]} zloc new-version-fn)

Update all dependencies using the given zipper using the given visitor.

Update all dependencies using the given zipper using the given visitor.
sourceraw docstring

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

× close