tools-namespace-clojure 0.2.11-1.1 source package in Ubuntu

Changelog

tools-namespace-clojure (0.2.11-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 19:22:14 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tools-namespace-clojure_0.2.11-1.1.dsc 2.0 KiB d852eabe38bb05e8d78fddff33e757dea860b12ac1df5295e8e05f1b64343c5d
tools-namespace-clojure_0.2.11.orig.tar.gz 26.9 KiB c0c3eacb2de44bde82aedeeb9f6cad89f853a1de6a8d91a1f8dc42b0d1546a81
tools-namespace-clojure_0.2.11-1.1.debian.tar.xz 6.6 KiB 15d7e9b424423bf790e23612cd39a9da37b22241c772814eeaa98c2e10bff144

Available diffs

No changes file available.

Binary packages built by this source

libtools-namespace-clojure: 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.