Binary package “libtools-namespace-clojure” in ubuntu mantic

tools for managing namespaces in Clojure

 A set of tools for managing namespaces in Clojure. Parse `ns` declarations
 from source files, extract their dependencies, build a graph of namespace
 dependencies within a project, update that graph as files change, and
 reload files in the correct order.
 .
 Note that tools.namespace only manages namespace dependencies within a single
 project and is not a substitute for tools like leiningen or maven.