File: control

package info (click to toggle)
tools-namespace-clojure 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: xml: 44; sh: 22; makefile: 13
file content (38 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: tools-namespace-clojure
Section: java
Priority: optional
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders:
 Apollon Oikonomopoulos <apoikos@debian.org>,
Build-Depends:
 clojure,
 debhelper-compat (= 13),
 default-jdk-headless,
 javahelper,
 libbultitude-clojure <!nocheck>,
 libjava-classpath-clojure <!nocheck>,
 libtest-check-clojure <!nocheck>,
 libtools-reader-clojure <!nocheck>,
 maven-repo-helper,
Standards-Version: 4.7.0
Homepage: https://github.com/clojure/tools.namespace
Vcs-Git: https://salsa.debian.org/clojure-team/tools-namespace-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/tools-namespace-clojure
Rules-Requires-Root: no

Package: libtools-namespace-clojure
Architecture: all
Depends:
 libclojure-java,
 ${java:Depends},
 ${misc:Depends},
Recommends:
 ${java:Recommends},
Description: 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.