Index of Public Functions and Variables - tools.deps 0.31.1625-SNAPSHOT (in development)

This page has an alphabetical index of all the documented functions and variables in tools.deps.

Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A

 ::alias                      spec          clojure.tools.deps.specs keyword?.
 ::aliases                    spec          clojure.tools.deps.specs (map-of :clojure.tools.deps.specs/alias any?...

  

B


  

C

 canonicalize                 function      clojure.tools.deps.edn Canonicalize a deps.edn map (convert simple li...
 canonicalize                 function      clojure.tools.deps.util.dir Make canonical File in terms of the curre...
 ::classpath                  spec          clojure.tools.deps.specs string?.
 ::classpath-args             spec          clojure.tools.deps.specs (keys :opt-un [:clojure.tools.deps.specs/cla...
 ::classpath-overrides        spec          clojure.tools.deps.specs (map-of :clojure.tools.deps.specs/lib :cloju...
 combine-aliases              function      clojure.tools.deps.edn Find, read, and combine alias maps identified ...
 ::coord                      spec          clojure.tools.deps.specs (nilable (or :mvn :mvn/coord :local :local/c...
 create-edn-maps              function      clojure.tools.deps.edn Takes optional map of location sources, keys =...

  

D

 ::default-deps               spec          clojure.tools.deps.specs (map-of :clojure.tools.deps.specs/lib :cloju...
 ::dependents                 spec          clojure.tools.deps.specs (coll-of :clojure.tools.deps.specs/lib).
 ::deps                       spec          clojure.tools.deps.specs (map-of :clojure.tools.deps.specs/lib :cloju...
 ::deps-map                   spec          clojure.tools.deps.specs (nilable (keys :opt-un [:clojure.tools.deps....

  

E

 ::exec-args                  spec          clojure.tools.deps.specs (nilable map?).
 explain-deps                 function      clojure.tools.deps.specs If a spec is invalid, return a message expla...
 ::extra-deps                 spec          clojure.tools.deps.specs (map-of :clojure.tools.deps.specs/lib :cloju...
 ::extra-paths                spec          clojure.tools.deps.specs (coll-of :clojure.tools.deps.specs/path-ref ...

  

F


  

G


  

H


  

I

 install-tool                 function      clojure.tools.deps.tool Procure the lib+coord, install the tool to th...

  

J


  

K


  

L

 ::lib                        spec          clojure.tools.deps.specs symbol?.
 ::lib-map                    spec          clojure.tools.deps.specs (map-of :clojure.tools.deps.specs/lib :cloju...
 list-tools                   function      clojure.tools.deps.tool Return seq of available tool names.

  

M

 merge-alias-maps             function      clojure.tools.deps.edn Like merge-with, but using custom per-alias-ke...
 merge-edns                   function      clojure.tools.deps.edn Merge multiple deps edn maps from left to righ...

  

N

 ::ns-aliases                 spec          clojure.tools.deps.specs (map-of simple-symbol? simple-symbol?).
 ::ns-default                 spec          clojure.tools.deps.specs simple-symbol?.

  

O

 ::override-deps              spec          clojure.tools.deps.specs (map-of :clojure.tools.deps.specs/lib :cloju...

  

P

 ::path                       spec          clojure.tools.deps.specs string?.
 ::path-ref                   spec          clojure.tools.deps.specs (or :path :clojure.tools.deps.specs/path :al...
 ::paths                      spec          clojure.tools.deps.specs (coll-of :clojure.tools.deps.specs/path-ref ...
 project-deps                 function      clojure.tools.deps.edn Calculate the project deps.edn location, read ...
 project-deps-path            function      clojure.tools.deps.edn Calculate the project deps.edn location. This ...

  

Q


  

R

 read-deps                    function      clojure.tools.deps.edn Corece f to a file with jio/file, then read, v...
 read-edn                     function      clojure.tools.deps.edn Read edn from Reader r, which should contain e...
 remove-tool                  function      clojure.tools.deps.tool Removes tool installation, if it exists. Retu...
 ::replace-deps               spec          clojure.tools.deps.specs (map-of :clojure.tools.deps.specs/lib :cloju...
 ::replace-paths              spec          clojure.tools.deps.specs (coll-of :clojure.tools.deps.specs/path-ref ...
 ::repo                       spec          clojure.tools.deps.specs (nilable (keys :opt-un [:clojure.tools.deps....
 ::repo-id                    spec          clojure.tools.deps.specs string?.
 ::resolve-args               spec          clojure.tools.deps.specs (keys :opt-un [:clojure.tools.deps.specs/ext...
 resolve-tool                 function      clojure.tools.deps.tool Resolve a tool by name, look up and return: {...
 ::resolved-coord             spec          clojure.tools.deps.specs (merge :clojure.tools.deps.specs/coord (keys...
 root-deps                    function      clojure.tools.deps DEPRECATED: Use clojure.tools.deps.edn/root-deps.
 root-deps                    function      clojure.tools.deps.edn Read the root deps.edn resource from the class...

  

S

 slurp-deps                   function      clojure.tools.deps DEPRECATED: use clojure.tools.deps.edn/read-deps.
 sub-path?                    function      clojure.tools.deps.util.dir True if the path is a sub-path of the cur...

  

T

 *the-dir*                    dynamic var   clojure.tools.deps.util.dir Thread-local directory context for resolv...
 ::threads                    spec          clojure.tools.deps.specs pos-int?.
 ::tool-args                  spec          clojure.tools.deps.specs (keys :opt-un [:clojure.tools.deps.specs/rep...
 ::trace                      spec          clojure.tools.deps.specs boolean?.
 trace->tree                  function      clojure.tools.deps.tree Convert a deps trace data structure into a de...

  

U

 ::url                        spec          clojure.tools.deps.specs string?.
 usage                        function      clojure.tools.deps.tool Resolve a tool and return it's usage data, wh...
 user-deps                    function      clojure.tools.deps.edn Calculate the user deps.edn per user-deps-path...
 user-deps-path               function      clojure.tools.deps DEPRECATED: Use clojure.tools.deps.edn/user-deps-p...
 user-deps-path               function      clojure.tools.deps.edn Use the same logic as clj to calculate the loc...

  

V

 valid-deps?                  function      clojure.tools.deps.specs Determine whether the deps map is valid acco...
 validate                     function      clojure.tools.deps.edn Validate a deps-edn map according to the specs...

  

W

 with-dir                     macro         clojure.tools.deps.util.dir Push directory into current directory con...

  

X


  

Y


  

Z


  

Other


  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.