Liking cljdoc? Tell your friends :D

noahtheduke.spat.parser.ns


deps-from-libspecclj

(deps-from-libspec prefix form)

A modification from clojure.tools.namespace.parse/deps-from-libspec.

A modification from clojure.tools.namespace.parse/deps-from-libspec.
sourceraw docstring

derive-aliasescljmultimethod

source

derive-aliases-from-depsclj

(derive-aliases-from-deps deps)

Takes a vector of deps, of which each element is in the form accepted by the ns and require functions to specify dependencies. Returns a map where each key is a clojure.lang.Symbol that represents the alias, and each value is the clojure.lang.Symbol that represents the namespace that the alias refers to.

Takes a vector of `deps`, of which each element is in the form accepted by
the `ns` and `require` functions to specify dependencies. Returns a map where
each key is a clojure.lang.Symbol that represents the alias, and each value
is the clojure.lang.Symbol that represents the namespace that the alias refers to.
sourceraw docstring

parse-importsclj

(parse-imports args)
source

parse-nsclj

(parse-ns obj)
source

quoted?clj

(quoted? form)
source

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

× close