Liking cljdoc? Tell your friends :D

edn-config.core


adaptive-resolverclj/s

(adaptive-resolver source include)
source (clj)source (cljs)

default-optsclj/s

source

deferredcljmacro

(deferred & expr)
source

read-configclj/s

(read-config source)
(read-config source given-opts)

First argument is a string URL to the file. To read from the current directory just put the file name. To read from the classpath call clojure.java.io/resource on the string before passing it into this function. Optional second argument is a map that can include the following keys: :profile - indicates the profile to use for #profile extension :user - manually set the user for the #user extension :resolver - a function or map used to resolve includes.

First argument is a string URL to the file. To read from the
current directory just put the file name. To read from the classpath
call clojure.java.io/resource on the string before passing it into
this function.
Optional second argument is a map that can include
the following keys:
:profile - indicates the profile to use for #profile extension
:user - manually set the user for the #user extension
:resolver - a function or map used to resolve includes.
sourceraw docstring

read-config-into-tagged-literalclj/s

(read-config-into-tagged-literal source)
source

readerclj/smultimethod

source

relative-resolverclj

(relative-resolver source include)
source

resolve-tagged-literalsclj/s

(resolve-tagged-literals wrapped-config opts)
source

resource-resolverclj

(resource-resolver _ include)
source

root-resolverclj

(root-resolver _ include)
source

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

× close