Liking cljdoc? Tell your friends :D

polylith.clj.core.workspace-clj.namespaces-from-disk


->namespaceclj

(->namespace root-dir file-path)

importclj

(import [statement-type & statement-body])

import-list->package-strclj

(import-list->package-str import-list)

Given an import-list, as handled by clojure.core/import, return the package name as a string.

Given an import-list, as handled by `clojure.core/import`, return the
package name as a string.
raw docstring

import?clj

(import? statement)

importsclj

(imports ns-statements)

libspec->libclj

(libspec->lib libspec)

Given a valid libspec, return the lib it's specifying.

Given a valid libspec, return the lib it's specifying.
raw docstring

libspec?clj

(libspec? x)

Returns true if x is a libspec.

Returns true if x is a libspec.
raw docstring

namespace-nameclj

(namespace-name root-dir path)

namespaces-from-diskclj

(namespaces-from-disk src-dir test-dir)

prefix-list->lib-strsclj

(prefix-list->lib-strs [prefix & libspecs])

Given a valid prefix list, return the libs they specify as strings.

Given a valid prefix list, return the libs they specify as strings.
raw docstring

source-namespaces-from-diskclj

(source-namespaces-from-disk root-dir)

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

× close