Liking cljdoc? Tell your friends :D

clojure.tools.deps.alpha.reader


clojure-envcljdeprecated

Returns a map describing the environment known to clj/clojure: {:config-files [ ... ]}.

DEPRECATED - use (reader/default-deps) instead!

Returns a map describing the environment known to clj/clojure:
{:config-files [ ... ]}.

DEPRECATED - use (reader/default-deps) instead!
sourceraw docstring

default-depsclj

(default-deps)

Use the same logic as clj to build the set of deps.edn files to load. These can be passed to read-deps to replicate what clj does.

Use the same logic as clj to build the set of deps.edn files to load.
These can be passed to read-deps to replicate what clj does.
sourceraw docstring

install-depsclj

(install-deps)

Read the install deps.edn resource from the classpath

Read the install deps.edn resource from the classpath
sourceraw docstring

install-deps-pathclj

Resource path to the install deps.edn resource

Resource path to the install deps.edn resource
sourceraw docstring

merge-depsclj

(merge-deps deps-maps)

Merge multiple deps maps from left to right into a single deps map.

Merge multiple deps maps from left to right into a single deps map.
sourceraw docstring

read-depsclj

(read-deps deps-files)

Read the built-in clojure/tools/deps/deps.edn resource, and a set of deps-files, and merge them left to right into a single deps map.

Read the built-in clojure/tools/deps/deps.edn resource, and a set of deps-files,
and merge them left to right into a single deps map.
sourceraw docstring

slurp-depsclj

(slurp-deps dep-file)

Read a single deps.edn file from disk and canonicalize symbols, return a deps map.

Read a single deps.edn file from disk and canonicalize symbols,
return a deps map.
sourceraw docstring

user-deps-locationclj

(user-deps-location)

Use the same logic as clj to return the expected location of the user config path. Note that it's possible no file may exist at this location.

Use the same logic as clj to return the expected location of the user
config path. Note that it's possible no file may exist at this location.
sourceraw docstring

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

× close