(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.
(libspec->lib libspec)
Given a valid libspec, return the lib it's specifying.
Given a valid libspec, return the lib it's specifying.
(libspec? x)
Returns true if x is a libspec.
Returns true if x is a libspec.
(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.
(source-namespaces-from-disk source-dir suffixed-top-ns interface-ns)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close