Liking cljdoc? Tell your friends :D

clj-deps.libmap

Tools for introspecting and updating the runtime libmap.

Original file: https://github.com/clojure/tools.deps.alpha/blob/add-lib/src/main/clojure/clojure/tools/deps/alpha/libmap.clj

Tools for introspecting and updating the runtime libmap.

Original file:
https://github.com/clojure/tools.deps.alpha/blob/add-lib/src/main/clojure/clojure/tools/deps/alpha/libmap.clj
raw docstring

add-libsclj

(add-libs libmap)

Merge a lib map to the current runtime lib map

Merge a lib map to the current runtime lib map
sourceraw docstring

lib-mapclj

(lib-map)

Return the runtime lib map, which may have been modified since start.

Return the runtime lib map, which may have been modified since start.
sourceraw docstring

load-lib-mapclj

(load-lib-map)

Load the libmap from either the clojure.libfile (a file path) or the clojure.libmap (edn string) system properties. These properties are exclusive and the behavior if both are provided is undefined. If neither is provided, introspect the classpath and build a lib map based on the standard local maven repo structure.

Load the libmap from either the clojure.libfile (a file path) or the
clojure.libmap (edn string) system properties. These properties are
exclusive and the behavior if both are provided is undefined. If neither
is provided, introspect the classpath and build a lib map based on the
standard local maven repo structure.
sourceraw docstring

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

× close