Liking cljdoc? Tell your friends :D

polylith.clj.core.deps.lib-deps


->configclj

(->config {:keys [lib-deps maven-repos]})

Converts back to the tools.deps format. Tools.deps only resolves src depenencies (:deps) but not test dependencies (:aliases > :test > :extra-deps) which is the reason we merge :src and :test.

Converts back to the tools.deps format.
Tools.deps only resolves src depenencies (:deps) but not test
dependencies (:aliases > :test > :extra-deps) which is the reason
we merge :src and :test.
sourceraw docstring

adjust-keyclj

(adjust-key {:keys [type path version git/url sha exclusions]})
source

key-as-symbolclj

(key-as-symbol [library version])

The library names (keys) are stored as strings in the workspace and need to be converted back to symbols here. Library dependencies are stored as :type and :version and need to be translated back to :mvn/version and :local/root.

The library names (keys) are stored as strings in the workspace
and need to be converted back to symbols here.
Library dependencies are stored as :type and :version and need
to be translated back to :mvn/version and :local/root.
sourceraw docstring

name-versionclj

(name-version [k {:keys [mvn/version]}])
source

resolve-depsclj

(resolve-deps project is-verbose)
source

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

× close