(->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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close