tools-namespace-clojure 1.3.0-3 source package in Ubuntu

Changelog

tools-namespace-clojure (1.3.0-3) unstable; urgency=medium

  * Team upload.
  * add missing classpaths (Closes: #1076115)
  * fix ftbfs due to missing debian version for clojure
  * d/control: fix Vcs-* URLs
  * d/control: bump Standards-Version, no changes needed
  * d/tests: drop runtime package deps from control
  * run wrap-and-sort -bastk

 -- Jérôme Charaoui <email address hidden>  Wed, 10 Jul 2024 20:36:44 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc
Questing release universe misc
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tools-namespace-clojure_1.3.0-3.dsc 1.7 KiB afbc87a559a8bd3a85769f7cf30b027f2f5da0e38bfb95a38b955a0d0d84008d
tools-namespace-clojure_1.3.0.orig.tar.xz 29.3 KiB 27fefd9a8b3110d79f21b918aa7e4f42c8e20887c75fc4bdbf1f4c070e3499d7
tools-namespace-clojure_1.3.0-3.debian.tar.xz 6.6 KiB 8a2be34d20633eed6c00ac229ffcb5aa843791752eaa97637576a1d992728c83

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.